public static final class SummarizationEvaluationMetrics.AdherenceDecomposition.Builder extends GeneratedMessage.Builder<SummarizationEvaluationMetrics.AdherenceDecomposition.Builder> implements SummarizationEvaluationMetrics.AdherenceDecompositionOrBuilderDecomposition details for adherence.
Protobuf type
google.cloud.dialogflow.v2.SummarizationEvaluationMetrics.AdherenceDecomposition
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SummarizationEvaluationMetrics.AdherenceDecomposition.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SummarizationEvaluationMetrics.AdherenceDecomposition build()| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition |
|
buildPartial()
public SummarizationEvaluationMetrics.AdherenceDecomposition buildPartial()| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition |
|
clear()
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder clear()| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
|
clearAdherenceReasoning()
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder clearAdherenceReasoning()Output only. The adherence reasoning of the breakdown point.
string adherence_reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |
clearIsAdherent()
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder clearIsAdherent()Output only. Whether the breakdown point is adherent or not.
bool is_adherent = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |
clearPoint()
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder clearPoint()Output only. The breakdown point of the given instructions.
string point = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |
getAdherenceReasoning()
public String getAdherenceReasoning()Output only. The adherence reasoning of the breakdown point.
string adherence_reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The adherenceReasoning. |
getAdherenceReasoningBytes()
public ByteString getAdherenceReasoningBytes()Output only. The adherence reasoning of the breakdown point.
string adherence_reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for adherenceReasoning. |
getDefaultInstanceForType()
public SummarizationEvaluationMetrics.AdherenceDecomposition getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIsAdherent()
public boolean getIsAdherent()Output only. Whether the breakdown point is adherent or not.
bool is_adherent = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isAdherent. |
getPoint()
public String getPoint()Output only. The breakdown point of the given instructions.
string point = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The point. |
getPointBytes()
public ByteString getPointBytes()Output only. The breakdown point of the given instructions.
string point = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for point. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SummarizationEvaluationMetrics.AdherenceDecomposition other)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder mergeFrom(SummarizationEvaluationMetrics.AdherenceDecomposition other)| Parameter | |
|---|---|
| Name | Description |
other |
SummarizationEvaluationMetrics.AdherenceDecomposition |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
|
setAdherenceReasoning(String value)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder setAdherenceReasoning(String value)Output only. The adherence reasoning of the breakdown point.
string adherence_reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe adherenceReasoning to set. |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |
setAdherenceReasoningBytes(ByteString value)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder setAdherenceReasoningBytes(ByteString value)Output only. The adherence reasoning of the breakdown point.
string adherence_reasoning = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for adherenceReasoning to set. |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |
setIsAdherent(boolean value)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder setIsAdherent(boolean value)Output only. Whether the breakdown point is adherent or not.
bool is_adherent = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe isAdherent to set. |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |
setPoint(String value)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder setPoint(String value)Output only. The breakdown point of the given instructions.
string point = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe point to set. |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |
setPointBytes(ByteString value)
public SummarizationEvaluationMetrics.AdherenceDecomposition.Builder setPointBytes(ByteString value)Output only. The breakdown point of the given instructions.
string point = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for point to set. |
| Returns | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics.AdherenceDecomposition.Builder |
This builder for chaining. |