Resource: DeltaSharingCatalog
Represents a DeltaSharing catalog.
| JSON representation |
|---|
{ "name": string, "location": string, "createTime": string, "updateTime": string, "serviceAccount": string, // Union field |
| Fields | |
|---|---|
name |
Identifier. The resource name. Format: projects/{project}/catalogs/{catalog} |
location |
Required. Immutable. The user-provided GCP 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 SAP enrollment and is created as a side effect of creating the Delta Sharing catalog resource. |
Union field config. Config for the Catalog. Exactly one field must be set, which determines the type of Catalog. config can be only one of the following: |
|
sapConfig |
Config for a catalog that connects to SAP Business Data Cloud (BDC). |
SapConfig
Configuration for SAP Business Data Cloud (BDC).
| JSON representation |
|---|
{
"sapBdcEnrollmentConfig": {
object ( |
| Fields | |
|---|---|
sapBdcEnrollmentConfig |
Optional. To create a catalog resource that connects to SAP BDC, follow this 3 step process: 1. Set |
SapBdcEnrollmentConfig
Contains the enrollment configuration received from SAP.
| JSON representation |
|---|
{ "connectorEndpoint": string, "invitationCode": string } |
| Fields | |
|---|---|
connectorEndpoint |
Optional. The unique SAP BDC Connector Endpoint. |
invitationCode |
Optional. An invitation code from SAP. |
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. |