public interface KnowledgeOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ExportOperationMetadata |
getExportOperationMetadata()
Metadata for the Export Data Operation such as the destination of export.
|
ExportOperationMetadataOrBuilder |
getExportOperationMetadataOrBuilder()
Metadata for the Export Data Operation such as the destination of export.
|
String |
getKnowledgeBase()
The name of the knowledge base interacted with during the operation.
|
ByteString |
getKnowledgeBaseBytes()
The name of the knowledge base interacted with during the operation.
|
KnowledgeOperationMetadata.OperationMetadataCase |
getOperationMetadataCase() |
KnowledgeOperationMetadata.State |
getState()
Required.
|
int |
getStateValue()
Required.
|
boolean |
hasExportOperationMetadata()
Metadata for the Export Data Operation such as the destination of export.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getStateValue()
Required. Output only. The current state of this operation.
.google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
KnowledgeOperationMetadata.State getState()
Required. Output only. The current state of this operation.
.google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getKnowledgeBase()
The name of the knowledge base interacted with during the operation.
string knowledge_base = 3;
ByteString getKnowledgeBaseBytes()
The name of the knowledge base interacted with during the operation.
string knowledge_base = 3;
boolean hasExportOperationMetadata()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2beta1.ExportOperationMetadata export_operation_metadata = 4;
ExportOperationMetadata getExportOperationMetadata()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2beta1.ExportOperationMetadata export_operation_metadata = 4;
ExportOperationMetadataOrBuilder getExportOperationMetadataOrBuilder()
Metadata for the Export Data Operation such as the destination of export.
.google.cloud.dialogflow.v2beta1.ExportOperationMetadata export_operation_metadata = 4;
KnowledgeOperationMetadata.OperationMetadataCase getOperationMetadataCase()
Copyright © 2022 Google LLC. All rights reserved.