public interface ExportOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GcsDestination |
getExportedGcsDestination()
Cloud Storage file path of the exported data.
|
GcsDestinationOrBuilder |
getExportedGcsDestinationOrBuilder()
Cloud Storage file path of the exported data.
|
boolean |
hasExportedGcsDestination()
Cloud Storage file path of the exported data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasExportedGcsDestination()
Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
GcsDestination getExportedGcsDestination()
Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
GcsDestinationOrBuilder getExportedGcsDestinationOrBuilder()
Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
Copyright © 2022 Google LLC. All rights reserved.