Resource: DeltaSharingCatalog
Represents a DeltaSharing catalog.
| JSON representation |
|---|
{ "name": string, "location": string, "createTime": string, "updateTime": string, "serviceAccount": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name. Format: projects/{project}/catalogs/{catalog} |
location |
Required. Immutable. The user-provided Google Cloud location of the catalog. This field is immutable. |
createTime |
Output only. The creation time of the catalog. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The last modification time of the catalog. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
serviceAccount |
Output only. The service account used for enrollment and is created as a side effect of creating the Delta Sharing catalog resource. |
Methods |
|
|---|---|
|
Creates a new DeltaSharing catalog. |
|
Deletes an existing DeltaSharing catalog specified by the resource name. |
|
Gets the catalog specified by the resource name. |
|
List all DeltaSharing catalogs in a specified project. |
|
Updates an existing DeltaSharing catalog. |