Send feedback
Class EvaluationStatus.Builder (4.87.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class EvaluationStatus . Builder extends GeneratedMessageV3 . Builder<EvaluationStatus . Builder > implements EvaluationStatusOrBuilder
A common evalaution pipeline status.
Protobuf type google.cloud.dialogflow.v2beta1.EvaluationStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EvaluationStatus . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public EvaluationStatus build ()
buildPartial()
public EvaluationStatus buildPartial ()
clear()
public EvaluationStatus . Builder clear ()
Overrides
clearDone()
public EvaluationStatus . Builder clearDone ()
Output only. If the value is false, it means the evaluation is still in
progress. If true, the operation is completed, and either error or
response is available.
optional bool done = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearField(Descriptors.FieldDescriptor field)
public EvaluationStatus . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public EvaluationStatus . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearPipelineStatus()
public EvaluationStatus . Builder clearPipelineStatus ()
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public EvaluationStatus . Builder clone ()
Overrides
getDefaultInstanceForType()
public EvaluationStatus getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getDone()
Output only. If the value is false, it means the evaluation is still in
progress. If true, the operation is completed, and either error or
response is available.
optional bool done = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
The done.
getPipelineStatus()
public Status getPipelineStatus ()
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
com.google.rpc.Status
The pipelineStatus.
getPipelineStatusBuilder()
public Status . Builder getPipelineStatusBuilder ()
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
com.google.rpc.Status.Builder
getPipelineStatusOrBuilder()
public StatusOrBuilder getPipelineStatusOrBuilder ()
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
com.google.rpc.StatusOrBuilder
hasDone()
Output only. If the value is false, it means the evaluation is still in
progress. If true, the operation is completed, and either error or
response is available.
optional bool done = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the done field is set.
hasPipelineStatus()
public boolean hasPipelineStatus ()
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the pipelineStatus field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(EvaluationStatus other)
public EvaluationStatus . Builder mergeFrom ( EvaluationStatus other )
public EvaluationStatus . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public EvaluationStatus . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergePipelineStatus(Status value)
public EvaluationStatus . Builder mergePipelineStatus ( Status value )
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
com.google.rpc.Status
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EvaluationStatus . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setDone(boolean value)
public EvaluationStatus . Builder setDone ( boolean value )
Output only. If the value is false, it means the evaluation is still in
progress. If true, the operation is completed, and either error or
response is available.
optional bool done = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
boolean The done to set.
setField(Descriptors.FieldDescriptor field, Object value)
public EvaluationStatus . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setPipelineStatus(Status value)
public EvaluationStatus . Builder setPipelineStatus ( Status value )
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
com.google.rpc.Status
setPipelineStatus(Status.Builder builderForValue)
public EvaluationStatus . Builder setPipelineStatus ( Status . Builder builderForValue )
Output only. The error result of the evaluation in case of failure in
evaluation pipeline.
.google.rpc.Status pipeline_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
builderForValue
com.google.rpc.Status.Builder
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EvaluationStatus . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EvaluationStatus . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-08 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-08 UTC."],[],[]]