REST Resource: projects.locations.metadataStores

Resource: MetadataStore

Instance of a metadata store. Contains a set of metadata that can be queried.

Fields
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 (EncryptionSpec)
  },
  "description": string,
  "state": {
    object (MetadataStoreState)
  },
  "dataplexConfig": {
    object (DataplexConfig)
  }
}

MetadataStoreState

Represents state information for a MetadataStore.

Fields
diskUtilizationBytes string (int64 format)

The disk utilization of the MetadataStore in bytes.

JSON representation
{
  "diskUtilizationBytes": string
}

DataplexConfig

Represents Dataplex integration settings.

Fields
enabledPipelinesLineage boolean

Optional. Whether or not data Lineage synchronization is enabled for Vertex Pipelines.

JSON representation
{
  "enabledPipelinesLineage": boolean
}

Methods

create

Initializes a MetadataStore, including allocation of resources.

delete

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

get

Retrieves a specific MetadataStore.

list

Lists MetadataStores for a Location.