Resource: Share
A catalog share between spaces.
JSON representation |
---|
{
"name": string,
"destinationSpace": string,
"createTime": string,
"state": enum ( |
Fields | |
---|---|
name |
Identifier. The share name in the following format: projects/$project/locations/$location/spaces/$space/catalogs/$catalog/shares/$share |
destinationSpace |
Required. The space resource path to which the catalog is shared. Format is |
createTime |
Output only. The share creation timestamp. 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: |
state |
Output only. The state of the share. |
State
The share status, which indicates whether the catalog is in sync.
Enums | |
---|---|
STATE_UNSPECIFIED |
The state of the share is unknown. |
IN_SYNC |
The share is in sync with the shared template catalog. |
OUT_OF_SYNC |
The share is out of sync with the shared template catalog. |
Methods |
|
---|---|
|
Shares a catalog from one space to another space. |
|
Deletes a catalog share. |
|
Get catalog share object for the space. |
|
Lists catalog share objects for the space. |
|
Synchronizes a share and updates the destination workspace to reflect. |