Interface ExportOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportOperationMetadata
,ExportOperationMetadata.Builder
public interface ExportOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExportedGcsDestination
boolean hasExportedGcsDestination()
Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
- Returns:
- Whether the exportedGcsDestination field is set.
-
getExportedGcsDestination
GcsDestination getExportedGcsDestination()
Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
- Returns:
- The exportedGcsDestination.
-
getExportedGcsDestinationOrBuilder
GcsDestinationOrBuilder getExportedGcsDestinationOrBuilder()
Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
-
-