Resource: Catalog
Catalog is the container of databases.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "deleteTime": string, "expireTime": string } |
Fields | |
---|---|
name |
Output only. The resource name. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId} |
createTime |
Output only. The creation time of the catalog. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The last modification time of the catalog. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
deleteTime |
Output only. The deletion time of the catalog. Only set after the catalog is deleted. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
expireTime |
Output only. The time when this catalog is considered expired. Only set after the catalog is deleted. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Creates a new catalog. |
|
Deletes an existing catalog specified by the catalog ID. |
|
Gets the catalog specified by the resource name. |
|
List all catalogs in a specified project. |