- 0.79.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class RuleEngineOutput.Builder extends GeneratedMessage.Builder<RuleEngineOutput.Builder> implements RuleEngineOutputOrBuilderRecords the output of Rule Engine including rule evaluation and actions result.
Protobuf type google.cloud.contentwarehouse.v1.RuleEngineOutput
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RuleEngineOutput.BuilderImplements
RuleEngineOutputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RuleEngineOutput build()| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput |
|
buildPartial()
public RuleEngineOutput buildPartial()| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput |
|
clear()
public RuleEngineOutput.Builder clear()| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
clearActionExecutorOutput()
public RuleEngineOutput.Builder clearActionExecutorOutput()Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
clearDocumentName()
public RuleEngineOutput.Builder clearDocumentName()Name of the document against which the rules and actions were evaluated.
string document_name = 3;
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
This builder for chaining. |
clearRuleEvaluatorOutput()
public RuleEngineOutput.Builder clearRuleEvaluatorOutput()Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
getActionExecutorOutput()
public ActionExecutorOutput getActionExecutorOutput()Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Returns | |
|---|---|
| Type | Description |
ActionExecutorOutput |
The actionExecutorOutput. |
getActionExecutorOutputBuilder()
public ActionExecutorOutput.Builder getActionExecutorOutputBuilder()Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Returns | |
|---|---|
| Type | Description |
ActionExecutorOutput.Builder |
|
getActionExecutorOutputOrBuilder()
public ActionExecutorOutputOrBuilder getActionExecutorOutputOrBuilder()Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Returns | |
|---|---|
| Type | Description |
ActionExecutorOutputOrBuilder |
|
getDefaultInstanceForType()
public RuleEngineOutput getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDocumentName()
public String getDocumentName()Name of the document against which the rules and actions were evaluated.
string document_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The documentName. |
getDocumentNameBytes()
public ByteString getDocumentNameBytes()Name of the document against which the rules and actions were evaluated.
string document_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for documentName. |
getRuleEvaluatorOutput()
public RuleEvaluatorOutput getRuleEvaluatorOutput()Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Returns | |
|---|---|
| Type | Description |
RuleEvaluatorOutput |
The ruleEvaluatorOutput. |
getRuleEvaluatorOutputBuilder()
public RuleEvaluatorOutput.Builder getRuleEvaluatorOutputBuilder()Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Returns | |
|---|---|
| Type | Description |
RuleEvaluatorOutput.Builder |
|
getRuleEvaluatorOutputOrBuilder()
public RuleEvaluatorOutputOrBuilder getRuleEvaluatorOutputOrBuilder()Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Returns | |
|---|---|
| Type | Description |
RuleEvaluatorOutputOrBuilder |
|
hasActionExecutorOutput()
public boolean hasActionExecutorOutput()Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the actionExecutorOutput field is set. |
hasRuleEvaluatorOutput()
public boolean hasRuleEvaluatorOutput()Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ruleEvaluatorOutput field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeActionExecutorOutput(ActionExecutorOutput value)
public RuleEngineOutput.Builder mergeActionExecutorOutput(ActionExecutorOutput value)Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ActionExecutorOutput |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
mergeFrom(RuleEngineOutput other)
public RuleEngineOutput.Builder mergeFrom(RuleEngineOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
RuleEngineOutput |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RuleEngineOutput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RuleEngineOutput.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
mergeRuleEvaluatorOutput(RuleEvaluatorOutput value)
public RuleEngineOutput.Builder mergeRuleEvaluatorOutput(RuleEvaluatorOutput value)Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
RuleEvaluatorOutput |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
setActionExecutorOutput(ActionExecutorOutput value)
public RuleEngineOutput.Builder setActionExecutorOutput(ActionExecutorOutput value)Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ActionExecutorOutput |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
setActionExecutorOutput(ActionExecutorOutput.Builder builderForValue)
public RuleEngineOutput.Builder setActionExecutorOutput(ActionExecutorOutput.Builder builderForValue)Output from Action Executor containing rule and corresponding actions execution result.
.google.cloud.contentwarehouse.v1.ActionExecutorOutput action_executor_output = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ActionExecutorOutput.Builder |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
setDocumentName(String value)
public RuleEngineOutput.Builder setDocumentName(String value)Name of the document against which the rules and actions were evaluated.
string document_name = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe documentName to set. |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
This builder for chaining. |
setDocumentNameBytes(ByteString value)
public RuleEngineOutput.Builder setDocumentNameBytes(ByteString value)Name of the document against which the rules and actions were evaluated.
string document_name = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for documentName to set. |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
This builder for chaining. |
setRuleEvaluatorOutput(RuleEvaluatorOutput value)
public RuleEngineOutput.Builder setRuleEvaluatorOutput(RuleEvaluatorOutput value)Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
RuleEvaluatorOutput |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|
setRuleEvaluatorOutput(RuleEvaluatorOutput.Builder builderForValue)
public RuleEngineOutput.Builder setRuleEvaluatorOutput(RuleEvaluatorOutput.Builder builderForValue)Output from Rule Evaluator containing matched, unmatched and invalid rules.
.google.cloud.contentwarehouse.v1.RuleEvaluatorOutput rule_evaluator_output = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RuleEvaluatorOutput.Builder |
| Returns | |
|---|---|
| Type | Description |
RuleEngineOutput.Builder |
|