public interface AgentValidationResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FlowValidationResult |
getFlowValidationResults(int index)
Contains all flow validation results.
|
int |
getFlowValidationResultsCount()
Contains all flow validation results.
|
List<FlowValidationResult> |
getFlowValidationResultsList()
Contains all flow validation results.
|
FlowValidationResultOrBuilder |
getFlowValidationResultsOrBuilder(int index)
Contains all flow validation results.
|
List<? extends FlowValidationResultOrBuilder> |
getFlowValidationResultsOrBuilderList()
Contains all flow validation results.
|
String |
getName()
The unique identifier of the agent validation result.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique identifier of the agent validation result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The unique identifier of the agent validation result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique identifier of the agent validation result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult`.
string name = 1;List<FlowValidationResult> getFlowValidationResultsList()
Contains all flow validation results.
repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
FlowValidationResult getFlowValidationResults(int index)
Contains all flow validation results.
repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
int getFlowValidationResultsCount()
Contains all flow validation results.
repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
List<? extends FlowValidationResultOrBuilder> getFlowValidationResultsOrBuilderList()
Contains all flow validation results.
repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
FlowValidationResultOrBuilder getFlowValidationResultsOrBuilder(int index)
Contains all flow validation results.
repeated .google.cloud.dialogflow.cx.v3.FlowValidationResult flow_validation_results = 2;
Copyright © 2022 Google LLC. All rights reserved.