Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class MetadataManagementActivity.
The metadata management activities of the metastore service.
Generated from protobuf message google.cloud.metastore.v1beta.MetadataManagementActivity
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ metadata_exports |
array<Google\Cloud\Metastore\V1beta\MetadataExport>
Output only. The latest metadata exports of the metastore service. |
↳ restores |
array<Google\Cloud\Metastore\V1beta\Restore>
Output only. The latest restores of the metastore service. |
getMetadataExports
Output only. The latest metadata exports of the metastore service.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setMetadataExports
Output only. The latest metadata exports of the metastore service.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Metastore\V1beta\MetadataExport>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRestores
Output only. The latest restores of the metastore service.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRestores
Output only. The latest restores of the metastore service.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Metastore\V1beta\Restore>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|