REST Resource: deltasharing.v1.projects.catalogs

Resource: DeltaSharingCatalog

Represents a DeltaSharing catalog.

JSON representation
{
  "name": string,
  "location": string,
  "createTime": string,
  "updateTime": string,
  "serviceAccount": string
}
Fields
name

string

Identifier. The resource name. Format: projects/{project}/catalogs/{catalog}

location

string

Required. Immutable. The user-provided Google Cloud location of the catalog. This field is immutable.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

serviceAccount

string

Output only. The service account used for enrollment and is created as a side effect of creating the Delta Sharing catalog resource.

Methods

create

Creates a new DeltaSharing catalog.

delete

Deletes an existing DeltaSharing catalog specified by the resource name.

get

Gets the catalog specified by the resource name.

list

List all DeltaSharing catalogs in a specified project.

patch

Updates an existing DeltaSharing catalog.