Resource: MetadataStore
Instance of a metadata store. Contains a set of metadata that can be queried.
name
string
Output only. The resource name of the MetadataStore instance.
Output only. timestamp when this MetadataStore was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
Output only. timestamp when this MetadataStore was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
Customer-managed encryption key spec for a metadata Store. If set, this metadata Store and all sub-resources of this metadata Store are secured using this key.
description
string
description of the MetadataStore.
Output only. state information of the MetadataStore.
Optional. Dataplex integration settings.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "encryptionSpec": { object ( |
MetadataStoreState
Represents state information for a MetadataStore.
The disk utilization of the MetadataStore in bytes.
JSON representation |
---|
{ "diskUtilizationBytes": string } |
DataplexConfig
Represents Dataplex integration settings.
enabledPipelinesLineage
boolean
Optional. Whether or not data Lineage synchronization is enabled for Vertex Pipelines.
JSON representation |
---|
{ "enabledPipelinesLineage": boolean } |
Methods |
|
---|---|
|
Initializes a MetadataStore, including allocation of resources. |
|
Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts). |
|
Retrieves a specific MetadataStore. |
|
Lists MetadataStores for a Location. |