Package com.google.cloud.dialogflow.v2
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 GcsDestinationgetExportedGcsDestination()Cloud Storage file path of the exported data.GcsDestinationOrBuildergetExportedGcsDestinationOrBuilder()Cloud Storage file path of the exported data.booleanhasExportedGcsDestination()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.v2.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.v2.GcsDestination exported_gcs_destination = 1;- Returns:
- The exportedGcsDestination.
-
getExportedGcsDestinationOrBuilder
GcsDestinationOrBuilder getExportedGcsDestinationOrBuilder()
Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;
-
-