Class CreateDocumentResponse.Builder

    • 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<CreateDocumentResponse.Builder>
      • clear

        public CreateDocumentResponse.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<CreateDocumentResponse.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<CreateDocumentResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public CreateDocumentResponse.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<CreateDocumentResponse.Builder>
      • clearField

        public CreateDocumentResponse.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<CreateDocumentResponse.Builder>
      • clearOneof

        public CreateDocumentResponse.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<CreateDocumentResponse.Builder>
      • setRepeatedField

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

        public CreateDocumentResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateDocumentResponse.Builder>
      • isInitialized

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

        public CreateDocumentResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws 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<CreateDocumentResponse.Builder>
        Throws:
        IOException
      • hasDocument

        public boolean hasDocument()
         Document created after executing create request.
         
        .google.cloud.contentwarehouse.v1.Document document = 1;
        Specified by:
        hasDocument in interface CreateDocumentResponseOrBuilder
        Returns:
        Whether the document field is set.
      • setDocument

        public CreateDocumentResponse.Builder setDocument​(Document value)
         Document created after executing create request.
         
        .google.cloud.contentwarehouse.v1.Document document = 1;
      • mergeDocument

        public CreateDocumentResponse.Builder mergeDocument​(Document value)
         Document created after executing create request.
         
        .google.cloud.contentwarehouse.v1.Document document = 1;
      • clearDocument

        public CreateDocumentResponse.Builder clearDocument()
         Document created after executing create request.
         
        .google.cloud.contentwarehouse.v1.Document document = 1;
      • getDocumentBuilder

        public Document.Builder getDocumentBuilder()
         Document created after executing create request.
         
        .google.cloud.contentwarehouse.v1.Document document = 1;
      • hasRuleEngineOutput

        public boolean hasRuleEngineOutput()
         Output from Rule Engine recording the rule evaluator and action executor's
         output.
        
         Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
         
        .google.cloud.contentwarehouse.v1.RuleEngineOutput rule_engine_output = 2;
        Specified by:
        hasRuleEngineOutput in interface CreateDocumentResponseOrBuilder
        Returns:
        Whether the ruleEngineOutput field is set.
      • getRuleEngineOutput

        public RuleEngineOutput getRuleEngineOutput()
         Output from Rule Engine recording the rule evaluator and action executor's
         output.
        
         Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
         
        .google.cloud.contentwarehouse.v1.RuleEngineOutput rule_engine_output = 2;
        Specified by:
        getRuleEngineOutput in interface CreateDocumentResponseOrBuilder
        Returns:
        The ruleEngineOutput.
      • setRuleEngineOutput

        public CreateDocumentResponse.Builder setRuleEngineOutput​(RuleEngineOutput value)
         Output from Rule Engine recording the rule evaluator and action executor's
         output.
        
         Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
         
        .google.cloud.contentwarehouse.v1.RuleEngineOutput rule_engine_output = 2;
      • setRuleEngineOutput

        public CreateDocumentResponse.Builder setRuleEngineOutput​(RuleEngineOutput.Builder builderForValue)
         Output from Rule Engine recording the rule evaluator and action executor's
         output.
        
         Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
         
        .google.cloud.contentwarehouse.v1.RuleEngineOutput rule_engine_output = 2;
      • mergeRuleEngineOutput

        public CreateDocumentResponse.Builder mergeRuleEngineOutput​(RuleEngineOutput value)
         Output from Rule Engine recording the rule evaluator and action executor's
         output.
        
         Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
         
        .google.cloud.contentwarehouse.v1.RuleEngineOutput rule_engine_output = 2;
      • clearRuleEngineOutput

        public CreateDocumentResponse.Builder clearRuleEngineOutput()
         Output from Rule Engine recording the rule evaluator and action executor's
         output.
        
         Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
         
        .google.cloud.contentwarehouse.v1.RuleEngineOutput rule_engine_output = 2;
      • getRuleEngineOutputBuilder

        public RuleEngineOutput.Builder getRuleEngineOutputBuilder()
         Output from Rule Engine recording the rule evaluator and action executor's
         output.
        
         Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto
         
        .google.cloud.contentwarehouse.v1.RuleEngineOutput rule_engine_output = 2;
      • hasMetadata

        public boolean hasMetadata()
         Additional information for the API invocation, such as the request tracking
         id.
         
        .google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
        Specified by:
        hasMetadata in interface CreateDocumentResponseOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        public ResponseMetadata getMetadata()
         Additional information for the API invocation, such as the request tracking
         id.
         
        .google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
        Specified by:
        getMetadata in interface CreateDocumentResponseOrBuilder
        Returns:
        The metadata.
      • setMetadata

        public CreateDocumentResponse.Builder setMetadata​(ResponseMetadata value)
         Additional information for the API invocation, such as the request tracking
         id.
         
        .google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
      • mergeMetadata

        public CreateDocumentResponse.Builder mergeMetadata​(ResponseMetadata value)
         Additional information for the API invocation, such as the request tracking
         id.
         
        .google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
      • clearMetadata

        public CreateDocumentResponse.Builder clearMetadata()
         Additional information for the API invocation, such as the request tracking
         id.
         
        .google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
      • getMetadataBuilder

        public ResponseMetadata.Builder getMetadataBuilder()
         Additional information for the API invocation, such as the request tracking
         id.
         
        .google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
      • getLongRunningOperations

        public com.google.longrunning.Operation getLongRunningOperations​(int index)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
        Specified by:
        getLongRunningOperations in interface CreateDocumentResponseOrBuilder
      • setLongRunningOperations

        public CreateDocumentResponse.Builder setLongRunningOperations​(int index,
                                                                       com.google.longrunning.Operation value)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • setLongRunningOperations

        public CreateDocumentResponse.Builder setLongRunningOperations​(int index,
                                                                       com.google.longrunning.Operation.Builder builderForValue)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • addLongRunningOperations

        public CreateDocumentResponse.Builder addLongRunningOperations​(com.google.longrunning.Operation value)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • addLongRunningOperations

        public CreateDocumentResponse.Builder addLongRunningOperations​(int index,
                                                                       com.google.longrunning.Operation value)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • addLongRunningOperations

        public CreateDocumentResponse.Builder addLongRunningOperations​(com.google.longrunning.Operation.Builder builderForValue)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • addLongRunningOperations

        public CreateDocumentResponse.Builder addLongRunningOperations​(int index,
                                                                       com.google.longrunning.Operation.Builder builderForValue)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • addAllLongRunningOperations

        public CreateDocumentResponse.Builder addAllLongRunningOperations​(Iterable<? extends com.google.longrunning.Operation> values)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • clearLongRunningOperations

        public CreateDocumentResponse.Builder clearLongRunningOperations()
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • removeLongRunningOperations

        public CreateDocumentResponse.Builder removeLongRunningOperations​(int index)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • getLongRunningOperationsBuilder

        public com.google.longrunning.Operation.Builder getLongRunningOperationsBuilder​(int index)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • addLongRunningOperationsBuilder

        public com.google.longrunning.Operation.Builder addLongRunningOperationsBuilder()
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • addLongRunningOperationsBuilder

        public com.google.longrunning.Operation.Builder addLongRunningOperationsBuilder​(int index)
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • getLongRunningOperationsBuilderList

        public List<com.google.longrunning.Operation.Builder> getLongRunningOperationsBuilderList()
         post-processing LROs
         
        repeated .google.longrunning.Operation long_running_operations = 4;
      • setUnknownFields

        public final CreateDocumentResponse.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<CreateDocumentResponse.Builder>
      • mergeUnknownFields

        public final CreateDocumentResponse.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<CreateDocumentResponse.Builder>