Interface MetadataExportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetadataExport,MetadataExport.Builder
public interface MetadataExportOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseDumpSpec.TypegetDatabaseDumpType()Output only.intgetDatabaseDumpTypeValue()Output only.MetadataExport.DestinationCasegetDestinationCase()StringgetDestinationGcsUri()Output only.com.google.protobuf.ByteStringgetDestinationGcsUriBytes()Output only.com.google.protobuf.TimestampgetEndTime()Output only.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()Output only.com.google.protobuf.TimestampgetStartTime()Output only.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()Output only.MetadataExport.StategetState()Output only.intgetStateValue()Output only.booleanhasDestinationGcsUri()Output only.booleanhasEndTime()Output only.booleanhasStartTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDestinationGcsUri
boolean hasDestinationGcsUri()
Output only. A Cloud Storage URI of a folder that metadata are exported to, in the form of `gs://<bucket_name>/<path_inside_bucket>/<export_folder>`, where `<export_folder>` is automatically generated.
string destination_gcs_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the destinationGcsUri field is set.
-
getDestinationGcsUri
String getDestinationGcsUri()
Output only. A Cloud Storage URI of a folder that metadata are exported to, in the form of `gs://<bucket_name>/<path_inside_bucket>/<export_folder>`, where `<export_folder>` is automatically generated.
string destination_gcs_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The destinationGcsUri.
-
getDestinationGcsUriBytes
com.google.protobuf.ByteString getDestinationGcsUriBytes()
Output only. A Cloud Storage URI of a folder that metadata are exported to, in the form of `gs://<bucket_name>/<path_inside_bucket>/<export_folder>`, where `<export_folder>` is automatically generated.
string destination_gcs_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for destinationGcsUri.
-
hasStartTime
boolean hasStartTime()
Output only. The time when the export started.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Output only. The time when the export started.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. The time when the export started.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasEndTime
boolean hasEndTime()
Output only. The time when the export ended.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
Output only. The time when the export ended.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time when the export ended.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getStateValue
int getStateValue()
Output only. The current state of the export.
.google.cloud.metastore.v1beta.MetadataExport.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
MetadataExport.State getState()
Output only. The current state of the export.
.google.cloud.metastore.v1beta.MetadataExport.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The state.
-
getDatabaseDumpTypeValue
int getDatabaseDumpTypeValue()
Output only. The type of the database dump.
.google.cloud.metastore.v1beta.DatabaseDumpSpec.Type database_dump_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for databaseDumpType.
-
getDatabaseDumpType
DatabaseDumpSpec.Type getDatabaseDumpType()
Output only. The type of the database dump.
.google.cloud.metastore.v1beta.DatabaseDumpSpec.Type database_dump_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The databaseDumpType.
-
getDestinationCase
MetadataExport.DestinationCase getDestinationCase()
-
-