public static final class UpdateDocumentResponse.Builder extends GeneratedMessage.Builder<UpdateDocumentResponse.Builder> implements UpdateDocumentResponseOrBuilderResponse message for DocumentService.UpdateDocument.
Protobuf type google.cloud.contentwarehouse.v1.UpdateDocumentResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateDocumentResponse.BuilderImplements
UpdateDocumentResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateDocumentResponse build()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse |
|
buildPartial()
public UpdateDocumentResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse |
|
clear()
public UpdateDocumentResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
clearDocument()
public UpdateDocumentResponse.Builder clearDocument()Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
clearMetadata()
public UpdateDocumentResponse.Builder clearMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
clearRuleEngineOutput()
public UpdateDocumentResponse.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;
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
getDefaultInstanceForType()
public UpdateDocumentResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDocument()
public Document getDocument()Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Returns | |
|---|---|
| Type | Description |
Document |
The document. |
getDocumentBuilder()
public Document.Builder getDocumentBuilder()Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Returns | |
|---|---|
| Type | Description |
Document.Builder |
|
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder()Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Returns | |
|---|---|
| Type | Description |
DocumentOrBuilder |
|
getMetadata()
public ResponseMetadata getMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadata |
The metadata. |
getMetadataBuilder()
public ResponseMetadata.Builder getMetadataBuilder()Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadata.Builder |
|
getMetadataOrBuilder()
public ResponseMetadataOrBuilder getMetadataOrBuilder()Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadataOrBuilder |
|
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;
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput |
The ruleEngineOutput. |
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;
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
getRuleEngineOutputOrBuilder()
public RuleEngineOutputOrBuilder getRuleEngineOutputOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutputOrBuilder |
|
hasDocument()
public boolean hasDocument()Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the document field is set. |
hasMetadata()
public boolean hasMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metadata field is set. |
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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ruleEngineOutput field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDocument(Document value)
public UpdateDocumentResponse.Builder mergeDocument(Document value)Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Document |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
mergeFrom(UpdateDocumentResponse other)
public UpdateDocumentResponse.Builder mergeFrom(UpdateDocumentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDocumentResponse |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateDocumentResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateDocumentResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
mergeMetadata(ResponseMetadata value)
public UpdateDocumentResponse.Builder mergeMetadata(ResponseMetadata value)Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ResponseMetadata |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
mergeRuleEngineOutput(RuleEngineOutput value)
public UpdateDocumentResponse.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;
| Parameter | |
|---|---|
| Name | Description |
value |
RuleEngineOutput |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
setDocument(Document value)
public UpdateDocumentResponse.Builder setDocument(Document value)Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Document |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
setDocument(Document.Builder builderForValue)
public UpdateDocumentResponse.Builder setDocument(Document.Builder builderForValue)Updated document after executing update request.
.google.cloud.contentwarehouse.v1.Document document = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Document.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
setMetadata(ResponseMetadata value)
public UpdateDocumentResponse.Builder setMetadata(ResponseMetadata value)Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ResponseMetadata |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
setMetadata(ResponseMetadata.Builder builderForValue)
public UpdateDocumentResponse.Builder setMetadata(ResponseMetadata.Builder builderForValue)Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ResponseMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
setRuleEngineOutput(RuleEngineOutput value)
public UpdateDocumentResponse.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;
| Parameter | |
|---|---|
| Name | Description |
value |
RuleEngineOutput |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|
setRuleEngineOutput(RuleEngineOutput.Builder builderForValue)
public UpdateDocumentResponse.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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RuleEngineOutput.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateDocumentResponse.Builder |
|