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.
createTime
string ( Timestamp
format)
Output only. timestamp when this MetadataStore was created.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
updateTime
string ( Timestamp
format)
Output only. timestamp when this MetadataStore was last updated.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
encryptionSpec
object ( EncryptionSpec
)
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.
state
object ( MetadataStoreState
)
Output only. state information of the MetadataStore.
dataplexConfig
object ( DataplexConfig
)
Optional. Dataplex integration settings.
JSON representation |
---|
{ "name" : string , "createTime" : string , "updateTime" : string , "encryptionSpec" : { object ( |
MetadataStoreState
Represents state information for a MetadataStore.
diskUtilizationBytes
string ( int64
format)
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. |