From 231eb052ebda45c542a77a4bcf5bdf9e47b60346 Mon Sep 17 00:00:00 2001 From: Michael Bausor Date: Mon, 24 Apr 2017 15:22:36 -0700 Subject: [PATCH] Regenerating docs for proto-google-longrunning-v1 0.1.9 --- .../0.1.9/apidocs/allclasses-frame.html | 38 + .../0.1.9/apidocs/allclasses-noframe.html | 38 + .../CancelOperationRequest.Builder.html | 765 ++++++++ .../longrunning/CancelOperationRequest.html | 908 +++++++++ .../CancelOperationRequestOrBuilder.html | 269 +++ .../DeleteOperationRequest.Builder.html | 765 ++++++++ .../longrunning/DeleteOperationRequest.html | 908 +++++++++ .../DeleteOperationRequestOrBuilder.html | 269 +++ .../GetOperationRequest.Builder.html | 765 ++++++++ .../longrunning/GetOperationRequest.html | 908 +++++++++ .../GetOperationRequestOrBuilder.html | 269 +++ .../ListOperationsRequest.Builder.html | 1058 +++++++++++ .../longrunning/ListOperationsRequest.html | 1084 +++++++++++ .../ListOperationsRequestOrBuilder.html | 374 ++++ .../ListOperationsResponse.Builder.html | 1171 ++++++++++++ .../longrunning/ListOperationsResponse.html | 1050 +++++++++++ .../ListOperationsResponseOrBuilder.html | 374 ++++ .../google/longrunning/Operation.Builder.html | 1447 ++++++++++++++ .../longrunning/Operation.ResultCase.html | 403 ++++ .../com/google/longrunning/Operation.html | 1230 ++++++++++++ .../longrunning/OperationOrBuilder.html | 481 +++++ .../google/longrunning/OperationsProto.html | 259 +++ .../com/google/longrunning/package-frame.html | 45 + .../google/longrunning/package-summary.html | 274 +++ .../com/google/longrunning/package-tree.html | 194 ++ .../0.1.9/apidocs/constant-values.html | 300 +++ .../0.1.9/apidocs/deprecated-list.html | 144 ++ .../0.1.9/apidocs/help-doc.html | 217 +++ .../0.1.9/apidocs/index-all.html | 1663 +++++++++++++++++ .../0.1.9/apidocs/index.html | 72 + .../0.1.9/apidocs/overview-tree.html | 198 ++ .../0.1.9/apidocs/package-list | 1 + .../0.1.9/apidocs/script.js | 30 + .../0.1.9/apidocs/serialized-form.html | 308 +++ .../0.1.9/apidocs/stylesheet.css | 574 ++++++ .../apidocs/index.html | 1 + 36 files changed, 18854 insertions(+) create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-frame.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-noframe.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.Builder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequestOrBuilder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.Builder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequestOrBuilder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.Builder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequestOrBuilder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.Builder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequestOrBuilder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.Builder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponseOrBuilder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.Builder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.ResultCase.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationOrBuilder.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationsProto.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-frame.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-summary.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-tree.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/constant-values.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/deprecated-list.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/help-doc.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/index-all.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/index.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/overview-tree.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/package-list create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/script.js create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/serialized-form.html create mode 100644 java/proto-google-longrunning-v1/0.1.9/apidocs/stylesheet.css create mode 100644 java/proto-google-longrunning-v1/apidocs/index.html diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-frame.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..df0c74a70a --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-frame.html @@ -0,0 +1,38 @@ + + + + + +All Classes (proto-google-longrunning-v1 0.1.9 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-noframe.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-noframe.html new file mode 100644 index 0000000000..c7485e8065 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/allclasses-noframe.html @@ -0,0 +1,38 @@ + + + + + +All Classes (proto-google-longrunning-v1 0.1.9 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.Builder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.Builder.html new file mode 100644 index 0000000000..df0bd83ad3 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.Builder.html @@ -0,0 +1,765 @@ + + + + + +CancelOperationRequest.Builder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class CancelOperationRequest.Builder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    CancelOperationRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    +
    +
    +
    Enclosing class:
    +
    CancelOperationRequest
    +
    +
    +
    +
    public static final class CancelOperationRequest.Builder
    +extends com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
    +implements CancelOperationRequestOrBuilder
    +
    + The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
    + 
    + + Protobuf type google.longrunning.CancelOperationRequest
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public CancelOperationRequest.Builder clear()
        +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public CancelOperationRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public CancelOperationRequest build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPartial

        +
        public CancelOperationRequest buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public CancelOperationRequest.Builder clone()
        +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public CancelOperationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                               java.lang.Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearField

        +
        public CancelOperationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearOneof

        +
        public CancelOperationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setRepeatedField

        +
        public CancelOperationRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                       int index,
        +                                                       java.lang.Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        addRepeatedField

        +
        public CancelOperationRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                       java.lang.Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public CancelOperationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
        +                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                         throws java.io.IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CancelOperationRequest.Builder>
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface CancelOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface CancelOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public CancelOperationRequest.Builder setName(java.lang.String value)
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
      • +
      + + + + + + + +
        +
      • +

        setNameBytes

        +
        public CancelOperationRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        setUnknownFields

        +
        public final CancelOperationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeUnknownFields

        +
        public final CancelOperationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CancelOperationRequest.Builder>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.html new file mode 100644 index 0000000000..3c80cb4b56 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequest.html @@ -0,0 +1,908 @@ + + + + + +CancelOperationRequest (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class CancelOperationRequest

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    CancelOperationRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    +
    +
    +
    +
    public final class CancelOperationRequest
    +extends com.google.protobuf.GeneratedMessageV3
    +implements CancelOperationRequestOrBuilder
    +
    + The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
    + 
    + + Protobuf type google.longrunning.CancelOperationRequest
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class CancelOperationRequest.Builder +
      + The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intNAME_FIELD_NUMBER 
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.GeneratedMessageV3

        +alwaysUseFieldBuilders, unknownFields
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessage

        +memoizedSize
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessageLite

        +memoizedHashCode
      • +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnknownFields

        +
        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        +
        +
        Specified by:
        +
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface CancelOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface CancelOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(com.google.protobuf.ByteString data)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(com.google.protobuf.ByteString data,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(byte[] data)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(byte[] data,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(java.io.InputStream input)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(java.io.InputStream input,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static CancelOperationRequest parseDelimitedFrom(java.io.InputStream input)
        +                                                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static CancelOperationRequest parseDelimitedFrom(java.io.InputStream input,
        +                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(com.google.protobuf.CodedInputStream input)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static CancelOperationRequest parseFrom(com.google.protobuf.CodedInputStream input,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        public CancelOperationRequest.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        toBuilder

        +
        public CancelOperationRequest.Builder toBuilder()
        +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        protected CancelOperationRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getParserForType

        +
        public com.google.protobuf.Parser<CancelOperationRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public CancelOperationRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequestOrBuilder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequestOrBuilder.html new file mode 100644 index 0000000000..3f5981f473 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/CancelOperationRequestOrBuilder.html @@ -0,0 +1,269 @@ + + + + + +CancelOperationRequestOrBuilder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Interface CancelOperationRequestOrBuilder

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    CancelOperationRequest, CancelOperationRequest.Builder
    +
    +
    +
    +
    public interface CancelOperationRequestOrBuilder
    +extends com.google.protobuf.MessageOrBuilder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetName() +
      + The name of the operation resource to be cancelled.
      +
      com.google.protobuf.ByteStringgetNameBytes() +
      + The name of the operation resource to be cancelled.
      +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        +isInitialized
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        java.lang.String getName()
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource to be cancelled.
        + 
        + + string name = 1;
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.Builder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.Builder.html new file mode 100644 index 0000000000..8596ce7bc0 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.Builder.html @@ -0,0 +1,765 @@ + + + + + +DeleteOperationRequest.Builder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class DeleteOperationRequest.Builder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    DeleteOperationRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    +
    +
    +
    Enclosing class:
    +
    DeleteOperationRequest
    +
    +
    +
    +
    public static final class DeleteOperationRequest.Builder
    +extends com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
    +implements DeleteOperationRequestOrBuilder
    +
    + The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
    + 
    + + Protobuf type google.longrunning.DeleteOperationRequest
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public DeleteOperationRequest.Builder clear()
        +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public DeleteOperationRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public DeleteOperationRequest build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPartial

        +
        public DeleteOperationRequest buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public DeleteOperationRequest.Builder clone()
        +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public DeleteOperationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                               java.lang.Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearField

        +
        public DeleteOperationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearOneof

        +
        public DeleteOperationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setRepeatedField

        +
        public DeleteOperationRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                       int index,
        +                                                       java.lang.Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        addRepeatedField

        +
        public DeleteOperationRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                       java.lang.Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public DeleteOperationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
        +                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                         throws java.io.IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DeleteOperationRequest.Builder>
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DeleteOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DeleteOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public DeleteOperationRequest.Builder setName(java.lang.String value)
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
      • +
      + + + + + + + +
        +
      • +

        setNameBytes

        +
        public DeleteOperationRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        setUnknownFields

        +
        public final DeleteOperationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeUnknownFields

        +
        public final DeleteOperationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DeleteOperationRequest.Builder>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.html new file mode 100644 index 0000000000..cc736f4280 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequest.html @@ -0,0 +1,908 @@ + + + + + +DeleteOperationRequest (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class DeleteOperationRequest

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    DeleteOperationRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    +
    +
    +
    +
    public final class DeleteOperationRequest
    +extends com.google.protobuf.GeneratedMessageV3
    +implements DeleteOperationRequestOrBuilder
    +
    + The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
    + 
    + + Protobuf type google.longrunning.DeleteOperationRequest
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class DeleteOperationRequest.Builder +
      + The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intNAME_FIELD_NUMBER 
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.GeneratedMessageV3

        +alwaysUseFieldBuilders, unknownFields
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessage

        +memoizedSize
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessageLite

        +memoizedHashCode
      • +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnknownFields

        +
        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        +
        +
        Specified by:
        +
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface DeleteOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface DeleteOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(com.google.protobuf.ByteString data)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(com.google.protobuf.ByteString data,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(byte[] data)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(byte[] data,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(java.io.InputStream input)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(java.io.InputStream input,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static DeleteOperationRequest parseDelimitedFrom(java.io.InputStream input)
        +                                                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static DeleteOperationRequest parseDelimitedFrom(java.io.InputStream input,
        +                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(com.google.protobuf.CodedInputStream input)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static DeleteOperationRequest parseFrom(com.google.protobuf.CodedInputStream input,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        public DeleteOperationRequest.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        toBuilder

        +
        public DeleteOperationRequest.Builder toBuilder()
        +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        protected DeleteOperationRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getParserForType

        +
        public com.google.protobuf.Parser<DeleteOperationRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public DeleteOperationRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequestOrBuilder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequestOrBuilder.html new file mode 100644 index 0000000000..63b4d55ba2 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/DeleteOperationRequestOrBuilder.html @@ -0,0 +1,269 @@ + + + + + +DeleteOperationRequestOrBuilder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Interface DeleteOperationRequestOrBuilder

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    DeleteOperationRequest, DeleteOperationRequest.Builder
    +
    +
    +
    +
    public interface DeleteOperationRequestOrBuilder
    +extends com.google.protobuf.MessageOrBuilder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetName() +
      + The name of the operation resource to be deleted.
      +
      com.google.protobuf.ByteStringgetNameBytes() +
      + The name of the operation resource to be deleted.
      +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        +isInitialized
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        java.lang.String getName()
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource to be deleted.
        + 
        + + string name = 1;
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.Builder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.Builder.html new file mode 100644 index 0000000000..6dea3d6db6 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.Builder.html @@ -0,0 +1,765 @@ + + + + + +GetOperationRequest.Builder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class GetOperationRequest.Builder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    GetOperationRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    +
    +
    +
    Enclosing class:
    +
    GetOperationRequest
    +
    +
    +
    +
    public static final class GetOperationRequest.Builder
    +extends com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
    +implements GetOperationRequestOrBuilder
    +
    + The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
    + 
    + + Protobuf type google.longrunning.GetOperationRequest
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public GetOperationRequest.Builder clear()
        +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public GetOperationRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public GetOperationRequest build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPartial

        +
        public GetOperationRequest buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public GetOperationRequest.Builder clone()
        +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public GetOperationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                            java.lang.Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearField

        +
        public GetOperationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearOneof

        +
        public GetOperationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setRepeatedField

        +
        public GetOperationRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                    int index,
        +                                                    java.lang.Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        addRepeatedField

        +
        public GetOperationRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                    java.lang.Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public GetOperationRequest.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public GetOperationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
        +                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                      throws java.io.IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetOperationRequest.Builder>
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface GetOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface GetOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public GetOperationRequest.Builder setName(java.lang.String value)
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
      • +
      + + + + + + + +
        +
      • +

        setNameBytes

        +
        public GetOperationRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        setUnknownFields

        +
        public final GetOperationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeUnknownFields

        +
        public final GetOperationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetOperationRequest.Builder>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.html new file mode 100644 index 0000000000..196e97afba --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequest.html @@ -0,0 +1,908 @@ + + + + + +GetOperationRequest (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class GetOperationRequest

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    GetOperationRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    +
    +
    +
    +
    public final class GetOperationRequest
    +extends com.google.protobuf.GeneratedMessageV3
    +implements GetOperationRequestOrBuilder
    +
    + The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
    + 
    + + Protobuf type google.longrunning.GetOperationRequest
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class GetOperationRequest.Builder +
      + The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intNAME_FIELD_NUMBER 
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.GeneratedMessageV3

        +alwaysUseFieldBuilders, unknownFields
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessage

        +memoizedSize
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessageLite

        +memoizedHashCode
      • +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnknownFields

        +
        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        +
        +
        Specified by:
        +
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface GetOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface GetOperationRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(com.google.protobuf.ByteString data)
        +                                     throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(com.google.protobuf.ByteString data,
        +                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                     throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(byte[] data)
        +                                     throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(byte[] data,
        +                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                     throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(java.io.InputStream input)
        +                                     throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(java.io.InputStream input,
        +                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                     throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static GetOperationRequest parseDelimitedFrom(java.io.InputStream input)
        +                                              throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static GetOperationRequest parseDelimitedFrom(java.io.InputStream input,
        +                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                              throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(com.google.protobuf.CodedInputStream input)
        +                                     throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static GetOperationRequest parseFrom(com.google.protobuf.CodedInputStream input,
        +                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                     throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        public GetOperationRequest.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        toBuilder

        +
        public GetOperationRequest.Builder toBuilder()
        +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        protected GetOperationRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getParserForType

        +
        public com.google.protobuf.Parser<GetOperationRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public GetOperationRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequestOrBuilder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequestOrBuilder.html new file mode 100644 index 0000000000..ba569e3753 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/GetOperationRequestOrBuilder.html @@ -0,0 +1,269 @@ + + + + + +GetOperationRequestOrBuilder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Interface GetOperationRequestOrBuilder

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    GetOperationRequest, GetOperationRequest.Builder
    +
    +
    +
    +
    public interface GetOperationRequestOrBuilder
    +extends com.google.protobuf.MessageOrBuilder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetName() +
      + The name of the operation resource.
      +
      com.google.protobuf.ByteStringgetNameBytes() +
      + The name of the operation resource.
      +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        +isInitialized
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        java.lang.String getName()
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation resource.
        + 
        + + string name = 1;
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.Builder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.Builder.html new file mode 100644 index 0000000000..56e36b277e --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.Builder.html @@ -0,0 +1,1058 @@ + + + + + +ListOperationsRequest.Builder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class ListOperationsRequest.Builder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ListOperationsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    +
    +
    +
    Enclosing class:
    +
    ListOperationsRequest
    +
    +
    +
    +
    public static final class ListOperationsRequest.Builder
    +extends com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
    +implements ListOperationsRequestOrBuilder
    +
    + The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
    + 
    + + Protobuf type google.longrunning.ListOperationsRequest
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public ListOperationsRequest.Builder clear()
        +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public ListOperationsRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public ListOperationsRequest build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPartial

        +
        public ListOperationsRequest buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public ListOperationsRequest.Builder clone()
        +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public ListOperationsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                              java.lang.Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearField

        +
        public ListOperationsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearOneof

        +
        public ListOperationsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setRepeatedField

        +
        public ListOperationsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                      int index,
        +                                                      java.lang.Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        addRepeatedField

        +
        public ListOperationsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                      java.lang.Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public ListOperationsRequest.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public ListOperationsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws java.io.IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListOperationsRequest.Builder>
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
        +
        Specified by:
        +
        getName in interface ListOperationsRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
        +
        Specified by:
        +
        getNameBytes in interface ListOperationsRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public ListOperationsRequest.Builder setName(java.lang.String value)
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
      • +
      + + + + + + + +
        +
      • +

        setNameBytes

        +
        public ListOperationsRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        setFilter

        +
        public ListOperationsRequest.Builder setFilter(java.lang.String value)
        +
        + The standard list filter.
        + 
        + + string filter = 1;
        +
      • +
      + + + + + + + +
        +
      • +

        setFilterBytes

        +
        public ListOperationsRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
        +
        + The standard list filter.
        + 
        + + string filter = 1;
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        setPageToken

        +
        public ListOperationsRequest.Builder setPageToken(java.lang.String value)
        +
        + The standard list page token.
        + 
        + + string page_token = 3;
        +
      • +
      + + + + + + + +
        +
      • +

        setPageTokenBytes

        +
        public ListOperationsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
        +
        + The standard list page token.
        + 
        + + string page_token = 3;
        +
      • +
      + + + +
        +
      • +

        setUnknownFields

        +
        public final ListOperationsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeUnknownFields

        +
        public final ListOperationsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsRequest.Builder>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.html new file mode 100644 index 0000000000..767753aecc --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequest.html @@ -0,0 +1,1084 @@ + + + + + +ListOperationsRequest (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class ListOperationsRequest

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ListOperationsRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    +
    +
    +
    +
    public final class ListOperationsRequest
    +extends com.google.protobuf.GeneratedMessageV3
    +implements ListOperationsRequestOrBuilder
    +
    + The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
    + 
    + + Protobuf type google.longrunning.ListOperationsRequest
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class ListOperationsRequest.Builder +
      + The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intFILTER_FIELD_NUMBER 
      static intNAME_FIELD_NUMBER 
      static intPAGE_SIZE_FIELD_NUMBER 
      static intPAGE_TOKEN_FIELD_NUMBER 
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.GeneratedMessageV3

        +alwaysUseFieldBuilders, unknownFields
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessage

        +memoizedSize
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessageLite

        +memoizedHashCode
      • +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnknownFields

        +
        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        +
        +
        Specified by:
        +
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
        +
        Specified by:
        +
        getName in interface ListOperationsRequestOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
        +
        Specified by:
        +
        getNameBytes in interface ListOperationsRequestOrBuilder
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(com.google.protobuf.ByteString data)
        +                                       throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(com.google.protobuf.ByteString data,
        +                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                       throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(byte[] data)
        +                                       throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(byte[] data,
        +                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                       throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(java.io.InputStream input)
        +                                       throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(java.io.InputStream input,
        +                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                       throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static ListOperationsRequest parseDelimitedFrom(java.io.InputStream input)
        +                                                throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static ListOperationsRequest parseDelimitedFrom(java.io.InputStream input,
        +                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                                throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(com.google.protobuf.CodedInputStream input)
        +                                       throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsRequest parseFrom(com.google.protobuf.CodedInputStream input,
        +                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                       throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        public ListOperationsRequest.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        toBuilder

        +
        public ListOperationsRequest.Builder toBuilder()
        +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        protected ListOperationsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getParserForType

        +
        public com.google.protobuf.Parser<ListOperationsRequest> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public ListOperationsRequest getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequestOrBuilder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequestOrBuilder.html new file mode 100644 index 0000000000..37fcd4a4b2 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsRequestOrBuilder.html @@ -0,0 +1,374 @@ + + + + + +ListOperationsRequestOrBuilder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Interface ListOperationsRequestOrBuilder

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    ListOperationsRequest, ListOperationsRequest.Builder
    +
    +
    +
    +
    public interface ListOperationsRequestOrBuilder
    +extends com.google.protobuf.MessageOrBuilder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetFilter() +
      + The standard list filter.
      +
      com.google.protobuf.ByteStringgetFilterBytes() +
      + The standard list filter.
      +
      java.lang.StringgetName() +
      + The name of the operation collection.
      +
      com.google.protobuf.ByteStringgetNameBytes() +
      + The name of the operation collection.
      +
      intgetPageSize() +
      + The standard list page size.
      +
      java.lang.StringgetPageToken() +
      + The standard list page token.
      +
      com.google.protobuf.ByteStringgetPageTokenBytes() +
      + The standard list page token.
      +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        +isInitialized
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        java.lang.String getName()
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The name of the operation collection.
        + 
        + + string name = 4;
        +
      • +
      + + + +
        +
      • +

        getFilter

        +
        java.lang.String getFilter()
        +
        + The standard list filter.
        + 
        + + string filter = 1;
        +
      • +
      + + + +
        +
      • +

        getFilterBytes

        +
        com.google.protobuf.ByteString getFilterBytes()
        +
        + The standard list filter.
        + 
        + + string filter = 1;
        +
      • +
      + + + +
        +
      • +

        getPageSize

        +
        int getPageSize()
        +
        + The standard list page size.
        + 
        + + int32 page_size = 2;
        +
      • +
      + + + +
        +
      • +

        getPageToken

        +
        java.lang.String getPageToken()
        +
        + The standard list page token.
        + 
        + + string page_token = 3;
        +
      • +
      + + + +
        +
      • +

        getPageTokenBytes

        +
        com.google.protobuf.ByteString getPageTokenBytes()
        +
        + The standard list page token.
        + 
        + + string page_token = 3;
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.Builder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.Builder.html new file mode 100644 index 0000000000..db3fecf36e --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.Builder.html @@ -0,0 +1,1171 @@ + + + + + +ListOperationsResponse.Builder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class ListOperationsResponse.Builder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ListOperationsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    +
    +
    +
    Enclosing class:
    +
    ListOperationsResponse
    +
    +
    +
    +
    public static final class ListOperationsResponse.Builder
    +extends com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
    +implements ListOperationsResponseOrBuilder
    +
    + The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
    + 
    + + Protobuf type google.longrunning.ListOperationsResponse
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public ListOperationsResponse.Builder clear()
        +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public ListOperationsResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public ListOperationsResponse build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPartial

        +
        public ListOperationsResponse buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public ListOperationsResponse.Builder clone()
        +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public ListOperationsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                               java.lang.Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearField

        +
        public ListOperationsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearOneof

        +
        public ListOperationsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setRepeatedField

        +
        public ListOperationsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                       int index,
        +                                                       java.lang.Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        addRepeatedField

        +
        public ListOperationsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                                       java.lang.Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public ListOperationsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
        +                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                         throws java.io.IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListOperationsResponse.Builder>
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getOperationsList

        +
        public java.util.List<Operation> getOperationsList()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
        +
        Specified by:
        +
        getOperationsList in interface ListOperationsResponseOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getOperationsCount

        +
        public int getOperationsCount()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
        +
        Specified by:
        +
        getOperationsCount in interface ListOperationsResponseOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getOperations

        +
        public Operation getOperations(int index)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
        +
        Specified by:
        +
        getOperations in interface ListOperationsResponseOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setOperations

        +
        public ListOperationsResponse.Builder setOperations(int index,
        +                                                    Operation value)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        setOperations

        +
        public ListOperationsResponse.Builder setOperations(int index,
        +                                                    Operation.Builder builderForValue)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        addOperations

        +
        public ListOperationsResponse.Builder addOperations(Operation value)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        addOperations

        +
        public ListOperationsResponse.Builder addOperations(int index,
        +                                                    Operation value)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        addOperations

        +
        public ListOperationsResponse.Builder addOperations(Operation.Builder builderForValue)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        addOperations

        +
        public ListOperationsResponse.Builder addOperations(int index,
        +                                                    Operation.Builder builderForValue)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        addAllOperations

        +
        public ListOperationsResponse.Builder addAllOperations(java.lang.Iterable<? extends Operation> values)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        clearOperations

        +
        public ListOperationsResponse.Builder clearOperations()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        removeOperations

        +
        public ListOperationsResponse.Builder removeOperations(int index)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        getOperationsBuilder

        +
        public Operation.Builder getOperationsBuilder(int index)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        addOperationsBuilder

        +
        public Operation.Builder addOperationsBuilder()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        addOperationsBuilder

        +
        public Operation.Builder addOperationsBuilder(int index)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        getOperationsBuilderList

        +
        public java.util.List<Operation.Builder> getOperationsBuilderList()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        setNextPageToken

        +
        public ListOperationsResponse.Builder setNextPageToken(java.lang.String value)
        +
        + The standard List next-page token.
        + 
        + + string next_page_token = 2;
        +
      • +
      + + + +
        +
      • +

        clearNextPageToken

        +
        public ListOperationsResponse.Builder clearNextPageToken()
        +
        + The standard List next-page token.
        + 
        + + string next_page_token = 2;
        +
      • +
      + + + +
        +
      • +

        setNextPageTokenBytes

        +
        public ListOperationsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
        +
        + The standard List next-page token.
        + 
        + + string next_page_token = 2;
        +
      • +
      + + + +
        +
      • +

        setUnknownFields

        +
        public final ListOperationsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeUnknownFields

        +
        public final ListOperationsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListOperationsResponse.Builder>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.html new file mode 100644 index 0000000000..492f93c510 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponse.html @@ -0,0 +1,1050 @@ + + + + + +ListOperationsResponse (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class ListOperationsResponse

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ListOperationsResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    +
    +
    +
    +
    public final class ListOperationsResponse
    +extends com.google.protobuf.GeneratedMessageV3
    +implements ListOperationsResponseOrBuilder
    +
    + The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
    + 
    + + Protobuf type google.longrunning.ListOperationsResponse
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class ListOperationsResponse.Builder +
      + The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intNEXT_PAGE_TOKEN_FIELD_NUMBER 
      static intOPERATIONS_FIELD_NUMBER 
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.GeneratedMessageV3

        +alwaysUseFieldBuilders, unknownFields
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessage

        +memoizedSize
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessageLite

        +memoizedHashCode
      • +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        OPERATIONS_FIELD_NUMBER

        +
        public static final int OPERATIONS_FIELD_NUMBER
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        NEXT_PAGE_TOKEN_FIELD_NUMBER

        +
        public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnknownFields

        +
        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        +
        +
        Specified by:
        +
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getOperationsList

        +
        public java.util.List<Operation> getOperationsList()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
        +
        Specified by:
        +
        getOperationsList in interface ListOperationsResponseOrBuilder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getOperationsCount

        +
        public int getOperationsCount()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
        +
        Specified by:
        +
        getOperationsCount in interface ListOperationsResponseOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getOperations

        +
        public Operation getOperations(int index)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
        +
        Specified by:
        +
        getOperations in interface ListOperationsResponseOrBuilder
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(com.google.protobuf.ByteString data)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(com.google.protobuf.ByteString data,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(byte[] data)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(byte[] data,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(java.io.InputStream input)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(java.io.InputStream input,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static ListOperationsResponse parseDelimitedFrom(java.io.InputStream input)
        +                                                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static ListOperationsResponse parseDelimitedFrom(java.io.InputStream input,
        +                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                                 throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(com.google.protobuf.CodedInputStream input)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static ListOperationsResponse parseFrom(com.google.protobuf.CodedInputStream input,
        +                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                        throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        public ListOperationsResponse.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        toBuilder

        +
        public ListOperationsResponse.Builder toBuilder()
        +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        protected ListOperationsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getParserForType

        +
        public com.google.protobuf.Parser<ListOperationsResponse> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public ListOperationsResponse getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponseOrBuilder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponseOrBuilder.html new file mode 100644 index 0000000000..268cd334e7 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/ListOperationsResponseOrBuilder.html @@ -0,0 +1,374 @@ + + + + + +ListOperationsResponseOrBuilder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Interface ListOperationsResponseOrBuilder

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    ListOperationsResponse, ListOperationsResponse.Builder
    +
    +
    +
    +
    public interface ListOperationsResponseOrBuilder
    +extends com.google.protobuf.MessageOrBuilder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetNextPageToken() +
      + The standard List next-page token.
      +
      com.google.protobuf.ByteStringgetNextPageTokenBytes() +
      + The standard List next-page token.
      +
      OperationgetOperations(int index) +
      + A list of operations that matches the specified filter in the request.
      +
      intgetOperationsCount() +
      + A list of operations that matches the specified filter in the request.
      +
      java.util.List<Operation>getOperationsList() +
      + A list of operations that matches the specified filter in the request.
      +
      OperationOrBuildergetOperationsOrBuilder(int index) +
      + A list of operations that matches the specified filter in the request.
      +
      java.util.List<? extends OperationOrBuilder>getOperationsOrBuilderList() +
      + A list of operations that matches the specified filter in the request.
      +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        +isInitialized
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getOperationsList

        +
        java.util.List<Operation> getOperationsList()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        getOperations

        +
        Operation getOperations(int index)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        getOperationsCount

        +
        int getOperationsCount()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        getOperationsOrBuilderList

        +
        java.util.List<? extends OperationOrBuilder> getOperationsOrBuilderList()
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        getOperationsOrBuilder

        +
        OperationOrBuilder getOperationsOrBuilder(int index)
        +
        + A list of operations that matches the specified filter in the request.
        + 
        + + repeated .google.longrunning.Operation operations = 1;
        +
      • +
      + + + +
        +
      • +

        getNextPageToken

        +
        java.lang.String getNextPageToken()
        +
        + The standard List next-page token.
        + 
        + + string next_page_token = 2;
        +
      • +
      + + + +
        +
      • +

        getNextPageTokenBytes

        +
        com.google.protobuf.ByteString getNextPageTokenBytes()
        +
        + The standard List next-page token.
        + 
        + + string next_page_token = 2;
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.Builder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.Builder.html new file mode 100644 index 0000000000..c7714809c2 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.Builder.html @@ -0,0 +1,1447 @@ + + + + + +Operation.Builder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class Operation.Builder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    OperationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    +
    +
    +
    Enclosing class:
    +
    Operation
    +
    +
    +
    +
    public static final class Operation.Builder
    +extends com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
    +implements OperationOrBuilder
    +
    + This resource represents a long-running operation that is the result of a
    + network API call.
    + 
    + + Protobuf type google.longrunning.Operation
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      Operation.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) 
      Operationbuild() 
      OperationbuildPartial() 
      Operation.Builderclear() 
      Operation.BuilderclearDone() +
      + If the value is `false`, it means the operation is still in progress.
      +
      Operation.BuilderclearError() +
      + The error result of the operation in case of failure or cancellation.
      +
      Operation.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field) 
      Operation.BuilderclearMetadata() +
      + Service-specific metadata associated with the operation.
      +
      Operation.BuilderclearName() +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      Operation.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 
      Operation.BuilderclearResponse() +
      + The normal response of the operation in case of success.
      +
      Operation.BuilderclearResult() 
      Operation.Builderclone() 
      OperationgetDefaultInstanceForType() 
      static com.google.protobuf.Descriptors.DescriptorgetDescriptor() 
      com.google.protobuf.Descriptors.DescriptorgetDescriptorForType() 
      booleangetDone() +
      + If the value is `false`, it means the operation is still in progress.
      +
      com.google.rpc.StatusgetError() +
      + The error result of the operation in case of failure or cancellation.
      +
      com.google.rpc.Status.BuildergetErrorBuilder() +
      + The error result of the operation in case of failure or cancellation.
      +
      com.google.rpc.StatusOrBuildergetErrorOrBuilder() +
      + The error result of the operation in case of failure or cancellation.
      +
      com.google.protobuf.AnygetMetadata() +
      + Service-specific metadata associated with the operation.
      +
      com.google.protobuf.Any.BuildergetMetadataBuilder() +
      + Service-specific metadata associated with the operation.
      +
      com.google.protobuf.AnyOrBuildergetMetadataOrBuilder() +
      + Service-specific metadata associated with the operation.
      +
      java.lang.StringgetName() +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      com.google.protobuf.ByteStringgetNameBytes() +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      com.google.protobuf.AnygetResponse() +
      + The normal response of the operation in case of success.
      +
      com.google.protobuf.Any.BuildergetResponseBuilder() +
      + The normal response of the operation in case of success.
      +
      com.google.protobuf.AnyOrBuildergetResponseOrBuilder() +
      + The normal response of the operation in case of success.
      +
      Operation.ResultCasegetResultCase() 
      booleanhasMetadata() +
      + Service-specific metadata associated with the operation.
      +
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable() 
      booleanisInitialized() 
      Operation.BuildermergeError(com.google.rpc.Status value) +
      + The error result of the operation in case of failure or cancellation.
      +
      Operation.BuildermergeFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) 
      Operation.BuildermergeFrom(com.google.protobuf.Message other) 
      Operation.BuildermergeFrom(Operation other) 
      Operation.BuildermergeMetadata(com.google.protobuf.Any value) +
      + Service-specific metadata associated with the operation.
      +
      Operation.BuildermergeResponse(com.google.protobuf.Any value) +
      + The normal response of the operation in case of success.
      +
      Operation.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 
      Operation.BuildersetDone(boolean value) +
      + If the value is `false`, it means the operation is still in progress.
      +
      Operation.BuildersetError(com.google.rpc.Status.Builder builderForValue) +
      + The error result of the operation in case of failure or cancellation.
      +
      Operation.BuildersetError(com.google.rpc.Status value) +
      + The error result of the operation in case of failure or cancellation.
      +
      Operation.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) 
      Operation.BuildersetMetadata(com.google.protobuf.Any.Builder builderForValue) +
      + Service-specific metadata associated with the operation.
      +
      Operation.BuildersetMetadata(com.google.protobuf.Any value) +
      + Service-specific metadata associated with the operation.
      +
      Operation.BuildersetName(java.lang.String value) +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      Operation.BuildersetNameBytes(com.google.protobuf.ByteString value) +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      Operation.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + java.lang.Object value) 
      Operation.BuildersetResponse(com.google.protobuf.Any.Builder builderForValue) +
      + The normal response of the operation in case of success.
      +
      Operation.BuildersetResponse(com.google.protobuf.Any value) +
      + The normal response of the operation in case of success.
      +
      Operation.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 
      +
        +
      • + + +

        Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

        +getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField
      • +
      +
        +
      • + + +

        Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        +findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • +
      +
        +
      • + + +

        Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        +addAll, mergeFrom, newUninitializedMessageException
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLite.Builder

        +mergeFrom
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public Operation.Builder clear()
        +
        +
        Specified by:
        +
        clear in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clear in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptorForType

        +
        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        +
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public Operation getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public Operation build()
        +
        +
        Specified by:
        +
        build in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        build in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPartial

        +
        public Operation buildPartial()
        +
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        buildPartial in interface com.google.protobuf.MessageLite.Builder
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public Operation.Builder clone()
        +
        +
        Specified by:
        +
        clone in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        clone in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setField

        +
        public Operation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                  java.lang.Object value)
        +
        +
        Specified by:
        +
        setField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearField

        +
        public Operation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
        +
        +
        Specified by:
        +
        clearField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        clearOneof

        +
        public Operation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        +
        +
        Specified by:
        +
        clearOneof in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        setRepeatedField

        +
        public Operation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                          int index,
        +                                          java.lang.Object value)
        +
        +
        Specified by:
        +
        setRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        addRepeatedField

        +
        public Operation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
        +                                          java.lang.Object value)
        +
        +
        Specified by:
        +
        addRepeatedField in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public Operation.Builder mergeFrom(com.google.protobuf.Message other)
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Operation.Builder>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeFrom

        +
        public Operation.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
        +                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                            throws java.io.IOException
        +
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.Message.Builder
        +
        Specified by:
        +
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        +
        Overrides:
        +
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Operation.Builder>
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public Operation.Builder setName(java.lang.String value)
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        clearName

        +
        public Operation.Builder clearName()
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        setNameBytes

        +
        public Operation.Builder setNameBytes(com.google.protobuf.ByteString value)
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        hasMetadata

        +
        public boolean hasMetadata()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
        +
        Specified by:
        +
        hasMetadata in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getMetadata

        +
        public com.google.protobuf.Any getMetadata()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
        +
        Specified by:
        +
        getMetadata in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setMetadata

        +
        public Operation.Builder setMetadata(com.google.protobuf.Any value)
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        setMetadata

        +
        public Operation.Builder setMetadata(com.google.protobuf.Any.Builder builderForValue)
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        mergeMetadata

        +
        public Operation.Builder mergeMetadata(com.google.protobuf.Any value)
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        clearMetadata

        +
        public Operation.Builder clearMetadata()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        getMetadataBuilder

        +
        public com.google.protobuf.Any.Builder getMetadataBuilder()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        getMetadataOrBuilder

        +
        public com.google.protobuf.AnyOrBuilder getMetadataOrBuilder()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
        +
        Specified by:
        +
        getMetadataOrBuilder in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getDone

        +
        public boolean getDone()
        +
        + If the value is `false`, it means the operation is still in progress.
        + If true, the operation is completed, and either `error` or `response` is
        + available.
        + 
        + + bool done = 3;
        +
        +
        Specified by:
        +
        getDone in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setDone

        +
        public Operation.Builder setDone(boolean value)
        +
        + If the value is `false`, it means the operation is still in progress.
        + If true, the operation is completed, and either `error` or `response` is
        + available.
        + 
        + + bool done = 3;
        +
      • +
      + + + +
        +
      • +

        clearDone

        +
        public Operation.Builder clearDone()
        +
        + If the value is `false`, it means the operation is still in progress.
        + If true, the operation is completed, and either `error` or `response` is
        + available.
        + 
        + + bool done = 3;
        +
      • +
      + + + +
        +
      • +

        getError

        +
        public com.google.rpc.Status getError()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
        +
        Specified by:
        +
        getError in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setError

        +
        public Operation.Builder setError(com.google.rpc.Status value)
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
      • +
      + + + +
        +
      • +

        setError

        +
        public Operation.Builder setError(com.google.rpc.Status.Builder builderForValue)
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
      • +
      + + + +
        +
      • +

        mergeError

        +
        public Operation.Builder mergeError(com.google.rpc.Status value)
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
      • +
      + + + +
        +
      • +

        clearError

        +
        public Operation.Builder clearError()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
      • +
      + + + +
        +
      • +

        getErrorBuilder

        +
        public com.google.rpc.Status.Builder getErrorBuilder()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
      • +
      + + + +
        +
      • +

        getErrorOrBuilder

        +
        public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
        +
        Specified by:
        +
        getErrorOrBuilder in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getResponse

        +
        public com.google.protobuf.Any getResponse()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
        +
        Specified by:
        +
        getResponse in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setResponse

        +
        public Operation.Builder setResponse(com.google.protobuf.Any value)
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
      • +
      + + + +
        +
      • +

        setResponse

        +
        public Operation.Builder setResponse(com.google.protobuf.Any.Builder builderForValue)
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
      • +
      + + + +
        +
      • +

        mergeResponse

        +
        public Operation.Builder mergeResponse(com.google.protobuf.Any value)
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
      • +
      + + + +
        +
      • +

        clearResponse

        +
        public Operation.Builder clearResponse()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
      • +
      + + + +
        +
      • +

        getResponseBuilder

        +
        public com.google.protobuf.Any.Builder getResponseBuilder()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
      • +
      + + + +
        +
      • +

        getResponseOrBuilder

        +
        public com.google.protobuf.AnyOrBuilder getResponseOrBuilder()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
        +
        Specified by:
        +
        getResponseOrBuilder in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        setUnknownFields

        +
        public final Operation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        setUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      + + + +
        +
      • +

        mergeUnknownFields

        +
        public final Operation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
        +
        +
        Specified by:
        +
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        +
        Overrides:
        +
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Operation.Builder>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.ResultCase.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.ResultCase.html new file mode 100644 index 0000000000..18098f585d --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.ResultCase.html @@ -0,0 +1,403 @@ + + + + + +Operation.ResultCase (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Enum Operation.ResultCase

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<Operation.ResultCase>
    +
    +
    +
    Enclosing class:
    +
    Operation
    +
    +
    +
    +
    public static enum Operation.ResultCase
    +extends java.lang.Enum<Operation.ResultCase>
    +implements com.google.protobuf.Internal.EnumLite
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Operation.ResultCase[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Operation.ResultCase c : Operation.ResultCase.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Operation.ResultCase valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getNumber

        +
        public int getNumber()
        +
        +
        Specified by:
        +
        getNumber in interface com.google.protobuf.Internal.EnumLite
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.html new file mode 100644 index 0000000000..de7edaad67 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/Operation.html @@ -0,0 +1,1230 @@ + + + + + +Operation (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class Operation

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    OperationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    +
    +
    +
    +
    public final class Operation
    +extends com.google.protobuf.GeneratedMessageV3
    +implements OperationOrBuilder
    +
    + This resource represents a long-running operation that is the result of a
    + network API call.
    + 
    + + Protobuf type google.longrunning.Operation
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Operation.Builder +
      + This resource represents a long-running operation that is the result of a + network API call.
      +
      static class Operation.ResultCase 
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        +com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intDONE_FIELD_NUMBER 
      static intERROR_FIELD_NUMBER 
      static intMETADATA_FIELD_NUMBER 
      static intNAME_FIELD_NUMBER 
      static intRESPONSE_FIELD_NUMBER 
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.GeneratedMessageV3

        +alwaysUseFieldBuilders, unknownFields
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessage

        +memoizedSize
      • +
      +
        +
      • + + +

        Fields inherited from class com.google.protobuf.AbstractMessageLite

        +memoizedHashCode
      • +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object obj) 
      static OperationgetDefaultInstance() 
      OperationgetDefaultInstanceForType() 
      static com.google.protobuf.Descriptors.DescriptorgetDescriptor() 
      booleangetDone() +
      + If the value is `false`, it means the operation is still in progress.
      +
      com.google.rpc.StatusgetError() +
      + The error result of the operation in case of failure or cancellation.
      +
      com.google.rpc.StatusOrBuildergetErrorOrBuilder() +
      + The error result of the operation in case of failure or cancellation.
      +
      com.google.protobuf.AnygetMetadata() +
      + Service-specific metadata associated with the operation.
      +
      com.google.protobuf.AnyOrBuildergetMetadataOrBuilder() +
      + Service-specific metadata associated with the operation.
      +
      java.lang.StringgetName() +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      com.google.protobuf.ByteStringgetNameBytes() +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      com.google.protobuf.Parser<Operation>getParserForType() 
      com.google.protobuf.AnygetResponse() +
      + The normal response of the operation in case of success.
      +
      com.google.protobuf.AnyOrBuildergetResponseOrBuilder() +
      + The normal response of the operation in case of success.
      +
      Operation.ResultCasegetResultCase() 
      intgetSerializedSize() 
      com.google.protobuf.UnknownFieldSetgetUnknownFields() 
      inthashCode() 
      booleanhasMetadata() +
      + Service-specific metadata associated with the operation.
      +
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable() 
      booleanisInitialized() 
      static Operation.BuildernewBuilder() 
      static Operation.BuildernewBuilder(Operation prototype) 
      Operation.BuildernewBuilderForType() 
      protected Operation.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 
      static OperationparseDelimitedFrom(java.io.InputStream input) 
      static OperationparseDelimitedFrom(java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) 
      static OperationparseFrom(byte[] data) 
      static OperationparseFrom(byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) 
      static OperationparseFrom(com.google.protobuf.ByteString data) 
      static OperationparseFrom(com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) 
      static OperationparseFrom(com.google.protobuf.CodedInputStream input) 
      static OperationparseFrom(com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) 
      static OperationparseFrom(java.io.InputStream input) 
      static OperationparseFrom(java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) 
      static com.google.protobuf.Parser<Operation>parser() 
      Operation.BuildertoBuilder() 
      voidwriteTo(com.google.protobuf.CodedOutputStream output) 
      +
        +
      • + + +

        Methods inherited from class com.google.protobuf.GeneratedMessageV3

        +computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      • +
      +
        +
      • + + +

        Methods inherited from class com.google.protobuf.AbstractMessage

        +findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      • +
      +
        +
      • + + +

        Methods inherited from class com.google.protobuf.AbstractMessageLite

        +addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLite

        +toByteArray, toByteString, writeDelimitedTo, writeTo
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUnknownFields

        +
        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        +
        +
        Specified by:
        +
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        +
        Overrides:
        +
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        +
      • +
      + + + +
        +
      • +

        internalGetFieldAccessorTable

        +
        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        +
        +
        Specified by:
        +
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getName in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        public com.google.protobuf.ByteString getNameBytes()
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
        +
        Specified by:
        +
        getNameBytes in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        hasMetadata

        +
        public boolean hasMetadata()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
        +
        Specified by:
        +
        hasMetadata in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getMetadata

        +
        public com.google.protobuf.Any getMetadata()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
        +
        Specified by:
        +
        getMetadata in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getMetadataOrBuilder

        +
        public com.google.protobuf.AnyOrBuilder getMetadataOrBuilder()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
        +
        Specified by:
        +
        getMetadataOrBuilder in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getDone

        +
        public boolean getDone()
        +
        + If the value is `false`, it means the operation is still in progress.
        + If true, the operation is completed, and either `error` or `response` is
        + available.
        + 
        + + bool done = 3;
        +
        +
        Specified by:
        +
        getDone in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getError

        +
        public com.google.rpc.Status getError()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
        +
        Specified by:
        +
        getError in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getErrorOrBuilder

        +
        public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
        +
        Specified by:
        +
        getErrorOrBuilder in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getResponse

        +
        public com.google.protobuf.Any getResponse()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
        +
        Specified by:
        +
        getResponse in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getResponseOrBuilder

        +
        public com.google.protobuf.AnyOrBuilder getResponseOrBuilder()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
        +
        Specified by:
        +
        getResponseOrBuilder in interface OperationOrBuilder
        +
        +
      • +
      + + + +
        +
      • +

        isInitialized

        +
        public final boolean isInitialized()
        +
        +
        Specified by:
        +
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Overrides:
        +
        isInitialized in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(com.google.protobuf.CodedOutputStream output)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        writeTo in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        writeTo in class com.google.protobuf.GeneratedMessageV3
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSerializedSize

        +
        public int getSerializedSize()
        +
        +
        Specified by:
        +
        getSerializedSize in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Specified by:
        +
        equals in interface com.google.protobuf.Message
        +
        Overrides:
        +
        equals in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Specified by:
        +
        hashCode in interface com.google.protobuf.Message
        +
        Overrides:
        +
        hashCode in class com.google.protobuf.AbstractMessage
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(com.google.protobuf.ByteString data)
        +                           throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(com.google.protobuf.ByteString data,
        +                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                           throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(byte[] data)
        +                           throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(byte[] data,
        +                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                           throws com.google.protobuf.InvalidProtocolBufferException
        +
        +
        Throws:
        +
        com.google.protobuf.InvalidProtocolBufferException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(java.io.InputStream input)
        +                           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(java.io.InputStream input,
        +                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static Operation parseDelimitedFrom(java.io.InputStream input)
        +                                    throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseDelimitedFrom

        +
        public static Operation parseDelimitedFrom(java.io.InputStream input,
        +                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                                    throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(com.google.protobuf.CodedInputStream input)
        +                           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        parseFrom

        +
        public static Operation parseFrom(com.google.protobuf.CodedInputStream input,
        +                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        +                           throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        public Operation.Builder newBuilderForType()
        +
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        newBuilderForType in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        toBuilder

        +
        public Operation.Builder toBuilder()
        +
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.Message
        +
        Specified by:
        +
        toBuilder in interface com.google.protobuf.MessageLite
        +
        +
      • +
      + + + +
        +
      • +

        newBuilderForType

        +
        protected Operation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        +
        +
        Specified by:
        +
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstance

        +
        public static Operation getDefaultInstance()
        +
      • +
      + + + +
        +
      • +

        parser

        +
        public static com.google.protobuf.Parser<Operation> parser()
        +
      • +
      + + + +
        +
      • +

        getParserForType

        +
        public com.google.protobuf.Parser<Operation> getParserForType()
        +
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.Message
        +
        Specified by:
        +
        getParserForType in interface com.google.protobuf.MessageLite
        +
        Overrides:
        +
        getParserForType in class com.google.protobuf.GeneratedMessageV3
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultInstanceForType

        +
        public Operation getDefaultInstanceForType()
        +
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        +
        Specified by:
        +
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationOrBuilder.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationOrBuilder.html new file mode 100644 index 0000000000..800f388afd --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationOrBuilder.html @@ -0,0 +1,481 @@ + + + + + +OperationOrBuilder (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Interface OperationOrBuilder

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    +
    +
    +
    All Known Implementing Classes:
    +
    Operation, Operation.Builder
    +
    +
    +
    +
    public interface OperationOrBuilder
    +extends com.google.protobuf.MessageOrBuilder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleangetDone() +
      + If the value is `false`, it means the operation is still in progress.
      +
      com.google.rpc.StatusgetError() +
      + The error result of the operation in case of failure or cancellation.
      +
      com.google.rpc.StatusOrBuildergetErrorOrBuilder() +
      + The error result of the operation in case of failure or cancellation.
      +
      com.google.protobuf.AnygetMetadata() +
      + Service-specific metadata associated with the operation.
      +
      com.google.protobuf.AnyOrBuildergetMetadataOrBuilder() +
      + Service-specific metadata associated with the operation.
      +
      java.lang.StringgetName() +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      com.google.protobuf.ByteStringgetNameBytes() +
      + The server-assigned name, which is only unique within the same service that + originally returns it.
      +
      com.google.protobuf.AnygetResponse() +
      + The normal response of the operation in case of success.
      +
      com.google.protobuf.AnyOrBuildergetResponseOrBuilder() +
      + The normal response of the operation in case of success.
      +
      Operation.ResultCasegetResultCase() 
      booleanhasMetadata() +
      + Service-specific metadata associated with the operation.
      +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageOrBuilder

        +findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • +
      +
        +
      • + + +

        Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        +isInitialized
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        java.lang.String getName()
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        getNameBytes

        +
        com.google.protobuf.ByteString getNameBytes()
        +
        + The server-assigned name, which is only unique within the same service that
        + originally returns it. If you use the default HTTP mapping, the
        + `name` should have the format of `operations/some/unique/name`.
        + 
        + + string name = 1;
        +
      • +
      + + + +
        +
      • +

        hasMetadata

        +
        boolean hasMetadata()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        getMetadata

        +
        com.google.protobuf.Any getMetadata()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        getMetadataOrBuilder

        +
        com.google.protobuf.AnyOrBuilder getMetadataOrBuilder()
        +
        + Service-specific metadata associated with the operation.  It typically
        + contains progress information and common metadata such as create time.
        + Some services might not provide such metadata.  Any method that returns a
        + long-running operation should document the metadata type, if any.
        + 
        + + .google.protobuf.Any metadata = 2;
        +
      • +
      + + + +
        +
      • +

        getDone

        +
        boolean getDone()
        +
        + If the value is `false`, it means the operation is still in progress.
        + If true, the operation is completed, and either `error` or `response` is
        + available.
        + 
        + + bool done = 3;
        +
      • +
      + + + +
        +
      • +

        getError

        +
        com.google.rpc.Status getError()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
      • +
      + + + +
        +
      • +

        getErrorOrBuilder

        +
        com.google.rpc.StatusOrBuilder getErrorOrBuilder()
        +
        + The error result of the operation in case of failure or cancellation.
        + 
        + + .google.rpc.Status error = 4;
        +
      • +
      + + + +
        +
      • +

        getResponse

        +
        com.google.protobuf.Any getResponse()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
      • +
      + + + +
        +
      • +

        getResponseOrBuilder

        +
        com.google.protobuf.AnyOrBuilder getResponseOrBuilder()
        +
        + The normal response of the operation in case of success.  If the original
        + method returns no data on success, such as `Delete`, the response is
        + `google.protobuf.Empty`.  If the original method is standard
        + `Get`/`Create`/`Update`, the response should be the resource.  For other
        + methods, the response should have the type `XxxResponse`, where `Xxx`
        + is the original method name.  For example, if the original method name
        + is `TakeSnapshot()`, the inferred response type is
        + `TakeSnapshotResponse`.
        + 
        + + .google.protobuf.Any response = 5;
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationsProto.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationsProto.html new file mode 100644 index 0000000000..0a9465559c --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/OperationsProto.html @@ -0,0 +1,259 @@ + + + + + +OperationsProto (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.google.longrunning
+

Class OperationsProto

+
+
+ +
+
    +
  • +
    +
    +
    public final class OperationsProto
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor() 
      static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) 
      static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerAllExtensions

        +
        public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
        +
      • +
      + + + +
        +
      • +

        registerAllExtensions

        +
        public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
        +
      • +
      + + + +
        +
      • +

        getDescriptor

        +
        public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-frame.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-frame.html new file mode 100644 index 0000000000..2bd08a1d01 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-frame.html @@ -0,0 +1,45 @@ + + + + + +com.google.longrunning (proto-google-longrunning-v1 0.1.9 API) + + + + + +

com.google.longrunning

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-summary.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-summary.html new file mode 100644 index 0000000000..db39e77ac7 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-summary.html @@ -0,0 +1,274 @@ + + + + + +com.google.longrunning (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.google.longrunning

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-tree.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-tree.html new file mode 100644 index 0000000000..eda6816e61 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/com/google/longrunning/package-tree.html @@ -0,0 +1,194 @@ + + + + + +com.google.longrunning Class Hierarchy (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.google.longrunning

+
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/constant-values.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/constant-values.html new file mode 100644 index 0000000000..dad8cfe142 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/constant-values.html @@ -0,0 +1,300 @@ + + + + + +Constant Field Values (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.google.*

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/deprecated-list.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/deprecated-list.html new file mode 100644 index 0000000000..55842aa8a6 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/deprecated-list.html @@ -0,0 +1,144 @@ + + + + + +Deprecated List (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/help-doc.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/help-doc.html new file mode 100644 index 0000000000..6c7783ece3 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/help-doc.html @@ -0,0 +1,217 @@ + + + + + +API Help (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/index-all.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/index-all.html new file mode 100644 index 0000000000..ddcf0f206a --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/index-all.html @@ -0,0 +1,1663 @@ + + + + + +Index (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P R S T V W  + + +

A

+
+
addAllOperations(Iterable<? extends Operation>) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
addOperations(Operation) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
addOperations(int, Operation) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
addOperations(Operation.Builder) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
addOperations(int, Operation.Builder) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
addOperationsBuilder() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
addOperationsBuilder(int) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.Operation.Builder
+
 
+
+ + + +

B

+
+
build() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
build() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
build() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
build() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
build() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
build() - Method in class com.google.longrunning.Operation.Builder
+
 
+
buildPartial() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
buildPartial() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
buildPartial() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
buildPartial() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
buildPartial() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
buildPartial() - Method in class com.google.longrunning.Operation.Builder
+
 
+
+ + + +

C

+
+
CancelOperationRequest - Class in com.google.longrunning
+
+
+ The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
+
+
CancelOperationRequest.Builder - Class in com.google.longrunning
+
+
+ The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
+
+
CancelOperationRequestOrBuilder - Interface in com.google.longrunning
+
 
+
clear() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
clear() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
clear() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
clear() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
clear() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
clear() - Method in class com.google.longrunning.Operation.Builder
+
 
+
clearDone() - Method in class com.google.longrunning.Operation.Builder
+
+
+ If the value is `false`, it means the operation is still in progress.
+
+
clearError() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
clearField(Descriptors.FieldDescriptor) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
clearField(Descriptors.FieldDescriptor) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
clearField(Descriptors.FieldDescriptor) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
clearField(Descriptors.FieldDescriptor) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
clearField(Descriptors.FieldDescriptor) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
clearField(Descriptors.FieldDescriptor) - Method in class com.google.longrunning.Operation.Builder
+
 
+
clearFilter() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list filter.
+
+
clearMetadata() - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
clearName() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
+
+ The name of the operation resource to be cancelled.
+
+
clearName() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
+
+ The name of the operation resource to be deleted.
+
+
clearName() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
+
+ The name of the operation resource.
+
+
clearName() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The name of the operation collection.
+
+
clearName() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
clearNextPageToken() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ The standard List next-page token.
+
+
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.longrunning.Operation.Builder
+
 
+
clearOperations() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
clearPageSize() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page size.
+
+
clearPageToken() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page token.
+
+
clearResponse() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The normal response of the operation in case of success.
+
+
clearResult() - Method in class com.google.longrunning.Operation.Builder
+
 
+
clone() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
clone() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
clone() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
clone() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
clone() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
clone() - Method in class com.google.longrunning.Operation.Builder
+
 
+
com.google.longrunning - package com.google.longrunning
+
 
+
+ + + +

D

+
+
DeleteOperationRequest - Class in com.google.longrunning
+
+
+ The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
+
+
DeleteOperationRequest.Builder - Class in com.google.longrunning
+
+
+ The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
+
+
DeleteOperationRequestOrBuilder - Interface in com.google.longrunning
+
 
+
DONE_FIELD_NUMBER - Static variable in class com.google.longrunning.Operation
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
equals(Object) - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
equals(Object) - Method in class com.google.longrunning.GetOperationRequest
+
 
+
equals(Object) - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
equals(Object) - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
equals(Object) - Method in class com.google.longrunning.Operation
+
 
+
ERROR_FIELD_NUMBER - Static variable in class com.google.longrunning.Operation
+
 
+
+ + + +

F

+
+
FILTER_FIELD_NUMBER - Static variable in class com.google.longrunning.ListOperationsRequest
+
 
+
forNumber(int) - Static method in enum com.google.longrunning.Operation.ResultCase
+
 
+
+ + + +

G

+
+
getDefaultInstance() - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
getDefaultInstance() - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
getDefaultInstance() - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
getDefaultInstance() - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
getDefaultInstance() - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
getDefaultInstance() - Static method in class com.google.longrunning.Operation
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.Operation.Builder
+
 
+
getDefaultInstanceForType() - Method in class com.google.longrunning.Operation
+
 
+
getDescriptor() - Static method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
getDescriptor() - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
getDescriptor() - Static method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
getDescriptor() - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
getDescriptor() - Static method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
getDescriptor() - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
getDescriptor() - Static method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
getDescriptor() - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
getDescriptor() - Static method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
getDescriptor() - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
getDescriptor() - Static method in class com.google.longrunning.Operation.Builder
+
 
+
getDescriptor() - Static method in class com.google.longrunning.Operation
+
 
+
getDescriptor() - Static method in class com.google.longrunning.OperationsProto
+
 
+
getDescriptorForType() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
getDescriptorForType() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
getDescriptorForType() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
getDescriptorForType() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
getDescriptorForType() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
getDescriptorForType() - Method in class com.google.longrunning.Operation.Builder
+
 
+
getDone() - Method in class com.google.longrunning.Operation.Builder
+
+
+ If the value is `false`, it means the operation is still in progress.
+
+
getDone() - Method in class com.google.longrunning.Operation
+
+
+ If the value is `false`, it means the operation is still in progress.
+
+
getDone() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ If the value is `false`, it means the operation is still in progress.
+
+
getError() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
getError() - Method in class com.google.longrunning.Operation
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
getError() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
getErrorBuilder() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
getErrorOrBuilder() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
getErrorOrBuilder() - Method in class com.google.longrunning.Operation
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
getErrorOrBuilder() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
getFilter() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list filter.
+
+
getFilter() - Method in class com.google.longrunning.ListOperationsRequest
+
+
+ The standard list filter.
+
+
getFilter() - Method in interface com.google.longrunning.ListOperationsRequestOrBuilder
+
+
+ The standard list filter.
+
+
getFilterBytes() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list filter.
+
+
getFilterBytes() - Method in class com.google.longrunning.ListOperationsRequest
+
+
+ The standard list filter.
+
+
getFilterBytes() - Method in interface com.google.longrunning.ListOperationsRequestOrBuilder
+
+
+ The standard list filter.
+
+
getMetadata() - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
getMetadata() - Method in class com.google.longrunning.Operation
+
+
+ Service-specific metadata associated with the operation.
+
+
getMetadata() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ Service-specific metadata associated with the operation.
+
+
getMetadataBuilder() - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
getMetadataOrBuilder() - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
getMetadataOrBuilder() - Method in class com.google.longrunning.Operation
+
+
+ Service-specific metadata associated with the operation.
+
+
getMetadataOrBuilder() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ Service-specific metadata associated with the operation.
+
+
getName() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
+
+ The name of the operation resource to be cancelled.
+
+
getName() - Method in class com.google.longrunning.CancelOperationRequest
+
+
+ The name of the operation resource to be cancelled.
+
+
getName() - Method in interface com.google.longrunning.CancelOperationRequestOrBuilder
+
+
+ The name of the operation resource to be cancelled.
+
+
getName() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
+
+ The name of the operation resource to be deleted.
+
+
getName() - Method in class com.google.longrunning.DeleteOperationRequest
+
+
+ The name of the operation resource to be deleted.
+
+
getName() - Method in interface com.google.longrunning.DeleteOperationRequestOrBuilder
+
+
+ The name of the operation resource to be deleted.
+
+
getName() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
+
+ The name of the operation resource.
+
+
getName() - Method in class com.google.longrunning.GetOperationRequest
+
+
+ The name of the operation resource.
+
+
getName() - Method in interface com.google.longrunning.GetOperationRequestOrBuilder
+
+
+ The name of the operation resource.
+
+
getName() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The name of the operation collection.
+
+
getName() - Method in class com.google.longrunning.ListOperationsRequest
+
+
+ The name of the operation collection.
+
+
getName() - Method in interface com.google.longrunning.ListOperationsRequestOrBuilder
+
+
+ The name of the operation collection.
+
+
getName() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
getName() - Method in class com.google.longrunning.Operation
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
getName() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
getNameBytes() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
+
+ The name of the operation resource to be cancelled.
+
+
getNameBytes() - Method in class com.google.longrunning.CancelOperationRequest
+
+
+ The name of the operation resource to be cancelled.
+
+
getNameBytes() - Method in interface com.google.longrunning.CancelOperationRequestOrBuilder
+
+
+ The name of the operation resource to be cancelled.
+
+
getNameBytes() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
+
+ The name of the operation resource to be deleted.
+
+
getNameBytes() - Method in class com.google.longrunning.DeleteOperationRequest
+
+
+ The name of the operation resource to be deleted.
+
+
getNameBytes() - Method in interface com.google.longrunning.DeleteOperationRequestOrBuilder
+
+
+ The name of the operation resource to be deleted.
+
+
getNameBytes() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
+
+ The name of the operation resource.
+
+
getNameBytes() - Method in class com.google.longrunning.GetOperationRequest
+
+
+ The name of the operation resource.
+
+
getNameBytes() - Method in interface com.google.longrunning.GetOperationRequestOrBuilder
+
+
+ The name of the operation resource.
+
+
getNameBytes() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The name of the operation collection.
+
+
getNameBytes() - Method in class com.google.longrunning.ListOperationsRequest
+
+
+ The name of the operation collection.
+
+
getNameBytes() - Method in interface com.google.longrunning.ListOperationsRequestOrBuilder
+
+
+ The name of the operation collection.
+
+
getNameBytes() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
getNameBytes() - Method in class com.google.longrunning.Operation
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
getNameBytes() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
getNextPageToken() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ The standard List next-page token.
+
+
getNextPageToken() - Method in class com.google.longrunning.ListOperationsResponse
+
+
+ The standard List next-page token.
+
+
getNextPageToken() - Method in interface com.google.longrunning.ListOperationsResponseOrBuilder
+
+
+ The standard List next-page token.
+
+
getNextPageTokenBytes() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ The standard List next-page token.
+
+
getNextPageTokenBytes() - Method in class com.google.longrunning.ListOperationsResponse
+
+
+ The standard List next-page token.
+
+
getNextPageTokenBytes() - Method in interface com.google.longrunning.ListOperationsResponseOrBuilder
+
+
+ The standard List next-page token.
+
+
getNumber() - Method in enum com.google.longrunning.Operation.ResultCase
+
 
+
GetOperationRequest - Class in com.google.longrunning
+
+
+ The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
+
+
GetOperationRequest.Builder - Class in com.google.longrunning
+
+
+ The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
+
+
GetOperationRequestOrBuilder - Interface in com.google.longrunning
+
 
+
getOperations(int) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperations(int) - Method in class com.google.longrunning.ListOperationsResponse
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperations(int) - Method in interface com.google.longrunning.ListOperationsResponseOrBuilder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsBuilder(int) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsBuilderList() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsCount() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsCount() - Method in class com.google.longrunning.ListOperationsResponse
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsCount() - Method in interface com.google.longrunning.ListOperationsResponseOrBuilder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsList() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsList() - Method in class com.google.longrunning.ListOperationsResponse
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsList() - Method in interface com.google.longrunning.ListOperationsResponseOrBuilder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsOrBuilder(int) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsOrBuilder(int) - Method in class com.google.longrunning.ListOperationsResponse
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsOrBuilder(int) - Method in interface com.google.longrunning.ListOperationsResponseOrBuilder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsOrBuilderList() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsOrBuilderList() - Method in class com.google.longrunning.ListOperationsResponse
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getOperationsOrBuilderList() - Method in interface com.google.longrunning.ListOperationsResponseOrBuilder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
getPageSize() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page size.
+
+
getPageSize() - Method in class com.google.longrunning.ListOperationsRequest
+
+
+ The standard list page size.
+
+
getPageSize() - Method in interface com.google.longrunning.ListOperationsRequestOrBuilder
+
+
+ The standard list page size.
+
+
getPageToken() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page token.
+
+
getPageToken() - Method in class com.google.longrunning.ListOperationsRequest
+
+
+ The standard list page token.
+
+
getPageToken() - Method in interface com.google.longrunning.ListOperationsRequestOrBuilder
+
+
+ The standard list page token.
+
+
getPageTokenBytes() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page token.
+
+
getPageTokenBytes() - Method in class com.google.longrunning.ListOperationsRequest
+
+
+ The standard list page token.
+
+
getPageTokenBytes() - Method in interface com.google.longrunning.ListOperationsRequestOrBuilder
+
+
+ The standard list page token.
+
+
getParserForType() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
getParserForType() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
getParserForType() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
getParserForType() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
getParserForType() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
getParserForType() - Method in class com.google.longrunning.Operation
+
 
+
getResponse() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The normal response of the operation in case of success.
+
+
getResponse() - Method in class com.google.longrunning.Operation
+
+
+ The normal response of the operation in case of success.
+
+
getResponse() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ The normal response of the operation in case of success.
+
+
getResponseBuilder() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The normal response of the operation in case of success.
+
+
getResponseOrBuilder() - Method in class com.google.longrunning.Operation.Builder
+
+
+ The normal response of the operation in case of success.
+
+
getResponseOrBuilder() - Method in class com.google.longrunning.Operation
+
+
+ The normal response of the operation in case of success.
+
+
getResponseOrBuilder() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ The normal response of the operation in case of success.
+
+
getResultCase() - Method in class com.google.longrunning.Operation.Builder
+
 
+
getResultCase() - Method in class com.google.longrunning.Operation
+
 
+
getResultCase() - Method in interface com.google.longrunning.OperationOrBuilder
+
 
+
getSerializedSize() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
getSerializedSize() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
getSerializedSize() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
getSerializedSize() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
getSerializedSize() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
getSerializedSize() - Method in class com.google.longrunning.Operation
+
 
+
getUnknownFields() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
getUnknownFields() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
getUnknownFields() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
getUnknownFields() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
getUnknownFields() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
getUnknownFields() - Method in class com.google.longrunning.Operation
+
 
+
+ + + +

H

+
+
hashCode() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
hashCode() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
hashCode() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
hashCode() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
hashCode() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
hashCode() - Method in class com.google.longrunning.Operation
+
 
+
hasMetadata() - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
hasMetadata() - Method in class com.google.longrunning.Operation
+
+
+ Service-specific metadata associated with the operation.
+
+
hasMetadata() - Method in interface com.google.longrunning.OperationOrBuilder
+
+
+ Service-specific metadata associated with the operation.
+
+
+ + + +

I

+
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.Operation.Builder
+
 
+
internalGetFieldAccessorTable() - Method in class com.google.longrunning.Operation
+
 
+
isInitialized() - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
isInitialized() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
isInitialized() - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
isInitialized() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
isInitialized() - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
isInitialized() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
isInitialized() - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
isInitialized() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
isInitialized() - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
isInitialized() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
isInitialized() - Method in class com.google.longrunning.Operation.Builder
+
 
+
isInitialized() - Method in class com.google.longrunning.Operation
+
 
+
+ + + +

L

+
+
ListOperationsRequest - Class in com.google.longrunning
+
+
+ The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+
+
ListOperationsRequest.Builder - Class in com.google.longrunning
+
+
+ The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+
+
ListOperationsRequestOrBuilder - Interface in com.google.longrunning
+
 
+
ListOperationsResponse - Class in com.google.longrunning
+
+
+ The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+
+
ListOperationsResponse.Builder - Class in com.google.longrunning
+
+
+ The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
+
+
ListOperationsResponseOrBuilder - Interface in com.google.longrunning
+
 
+
+ + + +

M

+
+
mergeError(Status) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
mergeFrom(Message) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
mergeFrom(CancelOperationRequest) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
mergeFrom(Message) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
mergeFrom(DeleteOperationRequest) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
mergeFrom(Message) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
mergeFrom(GetOperationRequest) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
mergeFrom(Message) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
mergeFrom(ListOperationsRequest) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
mergeFrom(Message) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
mergeFrom(ListOperationsResponse) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
mergeFrom(Message) - Method in class com.google.longrunning.Operation.Builder
+
 
+
mergeFrom(Operation) - Method in class com.google.longrunning.Operation.Builder
+
 
+
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.longrunning.Operation.Builder
+
 
+
mergeMetadata(Any) - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
mergeResponse(Any) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The normal response of the operation in case of success.
+
+
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.Operation.Builder
+
 
+
METADATA_FIELD_NUMBER - Static variable in class com.google.longrunning.Operation
+
 
+
+ + + +

N

+
+
NAME_FIELD_NUMBER - Static variable in class com.google.longrunning.CancelOperationRequest
+
 
+
NAME_FIELD_NUMBER - Static variable in class com.google.longrunning.DeleteOperationRequest
+
 
+
NAME_FIELD_NUMBER - Static variable in class com.google.longrunning.GetOperationRequest
+
 
+
NAME_FIELD_NUMBER - Static variable in class com.google.longrunning.ListOperationsRequest
+
 
+
NAME_FIELD_NUMBER - Static variable in class com.google.longrunning.Operation
+
 
+
newBuilder() - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
newBuilder(CancelOperationRequest) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
newBuilder() - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
newBuilder(DeleteOperationRequest) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
newBuilder() - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
newBuilder(GetOperationRequest) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
newBuilder() - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
newBuilder(ListOperationsRequest) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
newBuilder() - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
newBuilder(ListOperationsResponse) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
newBuilder() - Static method in class com.google.longrunning.Operation
+
 
+
newBuilder(Operation) - Static method in class com.google.longrunning.Operation
+
 
+
newBuilderForType() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
newBuilderForType() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
newBuilderForType() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.longrunning.GetOperationRequest
+
 
+
newBuilderForType() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
newBuilderForType() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
newBuilderForType() - Method in class com.google.longrunning.Operation
+
 
+
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.longrunning.Operation
+
 
+
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.longrunning.ListOperationsResponse
+
 
+
+ + + +

O

+
+
Operation - Class in com.google.longrunning
+
+
+ This resource represents a long-running operation that is the result of a + network API call.
+
+
Operation.Builder - Class in com.google.longrunning
+
+
+ This resource represents a long-running operation that is the result of a + network API call.
+
+
Operation.ResultCase - Enum in com.google.longrunning
+
 
+
OperationOrBuilder - Interface in com.google.longrunning
+
 
+
OPERATIONS_FIELD_NUMBER - Static variable in class com.google.longrunning.ListOperationsResponse
+
 
+
OperationsProto - Class in com.google.longrunning
+
 
+
+ + + +

P

+
+
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.longrunning.ListOperationsRequest
+
 
+
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.longrunning.ListOperationsRequest
+
 
+
parseDelimitedFrom(InputStream) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseDelimitedFrom(InputStream) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseDelimitedFrom(InputStream) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseDelimitedFrom(InputStream) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseDelimitedFrom(InputStream) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseDelimitedFrom(InputStream) - Static method in class com.google.longrunning.Operation
+
 
+
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(ByteString) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(byte[]) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(InputStream) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(CodedInputStream) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parseFrom(ByteString) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(byte[]) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(InputStream) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(CodedInputStream) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parseFrom(ByteString) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(byte[]) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(InputStream) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(CodedInputStream) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parseFrom(ByteString) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(byte[]) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(InputStream) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(CodedInputStream) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parseFrom(ByteString) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(byte[]) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(InputStream) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(CodedInputStream) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parseFrom(ByteString) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(byte[]) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(InputStream) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(CodedInputStream) - Static method in class com.google.longrunning.Operation
+
 
+
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.longrunning.Operation
+
 
+
parser() - Static method in class com.google.longrunning.CancelOperationRequest
+
 
+
parser() - Static method in class com.google.longrunning.DeleteOperationRequest
+
 
+
parser() - Static method in class com.google.longrunning.GetOperationRequest
+
 
+
parser() - Static method in class com.google.longrunning.ListOperationsRequest
+
 
+
parser() - Static method in class com.google.longrunning.ListOperationsResponse
+
 
+
parser() - Static method in class com.google.longrunning.Operation
+
 
+
+ + + +

R

+
+
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.longrunning.OperationsProto
+
 
+
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.longrunning.OperationsProto
+
 
+
removeOperations(int) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
RESPONSE_FIELD_NUMBER - Static variable in class com.google.longrunning.Operation
+
 
+
+ + + +

S

+
+
setDone(boolean) - Method in class com.google.longrunning.Operation.Builder
+
+
+ If the value is `false`, it means the operation is still in progress.
+
+
setError(Status) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
setError(Status.Builder) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The error result of the operation in case of failure or cancellation.
+
+
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.longrunning.Operation.Builder
+
 
+
setFilter(String) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list filter.
+
+
setFilterBytes(ByteString) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list filter.
+
+
setMetadata(Any) - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
setMetadata(Any.Builder) - Method in class com.google.longrunning.Operation.Builder
+
+
+ Service-specific metadata associated with the operation.
+
+
setName(String) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
+
+ The name of the operation resource to be cancelled.
+
+
setName(String) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
+
+ The name of the operation resource to be deleted.
+
+
setName(String) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
+
+ The name of the operation resource.
+
+
setName(String) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The name of the operation collection.
+
+
setName(String) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
setNameBytes(ByteString) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
+
+ The name of the operation resource to be cancelled.
+
+
setNameBytes(ByteString) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
+
+ The name of the operation resource to be deleted.
+
+
setNameBytes(ByteString) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
+
+ The name of the operation resource.
+
+
setNameBytes(ByteString) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The name of the operation collection.
+
+
setNameBytes(ByteString) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The server-assigned name, which is only unique within the same service that + originally returns it.
+
+
setNextPageToken(String) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ The standard List next-page token.
+
+
setNextPageTokenBytes(ByteString) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ The standard List next-page token.
+
+
setOperations(int, Operation) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
setOperations(int, Operation.Builder) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
+
+ A list of operations that matches the specified filter in the request.
+
+
setPageSize(int) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page size.
+
+
setPageToken(String) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page token.
+
+
setPageTokenBytes(ByteString) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
+
+ The standard list page token.
+
+
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.longrunning.Operation.Builder
+
 
+
setResponse(Any) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The normal response of the operation in case of success.
+
+
setResponse(Any.Builder) - Method in class com.google.longrunning.Operation.Builder
+
+
+ The normal response of the operation in case of success.
+
+
setUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.CancelOperationRequest.Builder
+
 
+
setUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.DeleteOperationRequest.Builder
+
 
+
setUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.GetOperationRequest.Builder
+
 
+
setUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.ListOperationsRequest.Builder
+
 
+
setUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.ListOperationsResponse.Builder
+
 
+
setUnknownFields(UnknownFieldSet) - Method in class com.google.longrunning.Operation.Builder
+
 
+
+ + + +

T

+
+
toBuilder() - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
toBuilder() - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
toBuilder() - Method in class com.google.longrunning.GetOperationRequest
+
 
+
toBuilder() - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
toBuilder() - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
toBuilder() - Method in class com.google.longrunning.Operation
+
 
+
+ + + +

V

+
+
valueOf(String) - Static method in enum com.google.longrunning.Operation.ResultCase
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(int) - Static method in enum com.google.longrunning.Operation.ResultCase
+
+
Deprecated. + +
+
+
values() - Static method in enum com.google.longrunning.Operation.ResultCase
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+ + + +

W

+
+
writeTo(CodedOutputStream) - Method in class com.google.longrunning.CancelOperationRequest
+
 
+
writeTo(CodedOutputStream) - Method in class com.google.longrunning.DeleteOperationRequest
+
 
+
writeTo(CodedOutputStream) - Method in class com.google.longrunning.GetOperationRequest
+
 
+
writeTo(CodedOutputStream) - Method in class com.google.longrunning.ListOperationsRequest
+
 
+
writeTo(CodedOutputStream) - Method in class com.google.longrunning.ListOperationsResponse
+
 
+
writeTo(CodedOutputStream) - Method in class com.google.longrunning.Operation
+
 
+
+A B C D E F G H I L M N O P R S T V W 
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/index.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/index.html new file mode 100644 index 0000000000..0b8acf8a7c --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/index.html @@ -0,0 +1,72 @@ + + + + + +proto-google-longrunning-v1 0.1.9 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="com/google/longrunning/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/overview-tree.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/overview-tree.html new file mode 100644 index 0000000000..a0be905909 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/overview-tree.html @@ -0,0 +1,198 @@ + + + + + +Class Hierarchy (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/package-list b/java/proto-google-longrunning-v1/0.1.9/apidocs/package-list new file mode 100644 index 0000000000..5c89f15d4d --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/package-list @@ -0,0 +1 @@ +com.google.longrunning diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/script.js b/java/proto-google-longrunning-v1/0.1.9/apidocs/script.js new file mode 100644 index 0000000000..b346356931 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/serialized-form.html b/java/proto-google-longrunning-v1/0.1.9/apidocs/serialized-form.html new file mode 100644 index 0000000000..588d5b86d3 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/serialized-form.html @@ -0,0 +1,308 @@ + + + + + +Serialized Form (proto-google-longrunning-v1 0.1.9 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/java/proto-google-longrunning-v1/0.1.9/apidocs/stylesheet.css b/java/proto-google-longrunning-v1/0.1.9/apidocs/stylesheet.css new file mode 100644 index 0000000000..98055b22d6 --- /dev/null +++ b/java/proto-google-longrunning-v1/0.1.9/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/java/proto-google-longrunning-v1/apidocs/index.html b/java/proto-google-longrunning-v1/apidocs/index.html new file mode 100644 index 0000000000..8a5a9b229d --- /dev/null +++ b/java/proto-google-longrunning-v1/apidocs/index.html @@ -0,0 +1 @@ +