Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class MetadataExport.
The details of a metadata export operation.
Generated from protobuf message google.cloud.metastore.v1alpha.MetadataExport
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ destination_gcs_uri
string
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.
↳ start_time
↳ end_time
↳ state
int
Output only. The current state of the export.
↳ database_dump_type
int
Output only. The type of the database dump.
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
hasDestinationGcsUri
setDestinationGcsUri
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.
var
string
$this
getStartTime
Output only. The time when the export started.
hasStartTime
clearStartTime
setStartTime
Output only. The time when the export started.
$this
getEndTime
Output only. The time when the export ended.
hasEndTime
clearEndTime
setEndTime
Output only. The time when the export ended.
$this
getState
Output only. The current state of the export.
int
setState
Output only. The current state of the export.
var
int
$this
getDatabaseDumpType
Output only. The type of the database dump.
int
setDatabaseDumpType
Output only. The type of the database dump.
var
int
$this
getDestination
string