Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Integrations

import { Integrations } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
class Integrations {
constructor(client?: CredentialsClient, baseUrl?: string);
locations;
 
async connectorPlatformRegionsEnumerate(): Promise<GoogleCloudIntegrationsV1alphaEnumerateConnectorPlatformRegionsResponse>;
async projectsGetClientmetadata(parent: string): Promise<GoogleCloudIntegrationsV1alphaGetClientMetadataResponse>;
async projectsLocationsAppsScriptProjectsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest): Promise<GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse>;
async projectsLocationsAppsScriptProjectsLink(parent: string, req: GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest): Promise<GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse>;
async projectsLocationsAuthConfigsCreate(
parent: string,
): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>;
async projectsLocationsAuthConfigsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsAuthConfigsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>;
async projectsLocationsAuthConfigsList(parent: string, opts?: ProjectsLocationsAuthConfigsListOptions): Promise<GoogleCloudIntegrationsV1alphaListAuthConfigsResponse>;
async projectsLocationsAuthConfigsPatch(
name: string,
): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>;
async projectsLocationsCertificatesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCertificate): Promise<GoogleCloudIntegrationsV1alphaCertificate>;
async projectsLocationsCertificatesDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsCertificatesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaCertificate>;
async projectsLocationsCertificatesList(parent: string, opts?: ProjectsLocationsCertificatesListOptions): Promise<GoogleCloudIntegrationsV1alphaListCertificatesResponse>;
async projectsLocationsClientsDeprovision(parent: string, req: GoogleCloudIntegrationsV1alphaDeprovisionClientRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsClientsProvision(parent: string, req: GoogleCloudIntegrationsV1alphaProvisionClientRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsClientsReplace(parent: string, req: GoogleCloudIntegrationsV1alphaReplaceServiceAccountRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsClientsSwitch(parent: string, req: GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsClientsSwitchVariableMasking(parent: string, req: GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsCloudFunctionsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest): Promise<GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse>;
async projectsLocationsConnectionsGetConnectionSchemaMetadata(name: string): Promise<GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata>;
async projectsLocationsConnectionsList(parent: string, opts?: ProjectsLocationsConnectionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListConnectionsResponse>;
async projectsLocationsConnectionsRuntimeActionSchemasList(parent: string, opts?: ProjectsLocationsConnectionsRuntimeActionSchemasListOptions): Promise<GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse>;
async projectsLocationsConnectionsRuntimeEntitySchemasList(parent: string, opts?: ProjectsLocationsConnectionsRuntimeEntitySchemasListOptions): Promise<GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse>;
async projectsLocationsGetClients(parent: string): Promise<GoogleCloudIntegrationsV1alphaGetClientResponse>;
async projectsLocationsIntegrationsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsIntegrationsExecuteEvent(
name: string,
req: {
[key: string]: any;
}
,
): Promise<GoogleCloudIntegrationsV1alphaExecuteEventResponse>;
async projectsLocationsIntegrationsExecutionsDownload(name: string): Promise<GoogleCloudIntegrationsV1alphaDownloadExecutionResponse>;
async projectsLocationsIntegrationsExecutionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaExecution>;
async projectsLocationsIntegrationsExecutionsList(parent: string, opts?: ProjectsLocationsIntegrationsExecutionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListExecutionsResponse>;
async projectsLocationsIntegrationsExecutionsSuspensionsLift(name: string, req: GoogleCloudIntegrationsV1alphaLiftSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaLiftSuspensionResponse>;
async projectsLocationsIntegrationsExecutionsSuspensionsList(parent: string, opts?: ProjectsLocationsIntegrationsExecutionsSuspensionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSuspensionsResponse>;
async projectsLocationsIntegrationsExecutionsSuspensionsResolve(name: string, req: GoogleCloudIntegrationsV1alphaResolveSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaResolveSuspensionResponse>;
async projectsLocationsIntegrationsList(parent: string, opts?: ProjectsLocationsIntegrationsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationsResponse>;
async projectsLocationsIntegrationsTest(name: string, req: GoogleCloudIntegrationsV1alphaTestIntegrationsRequest): Promise<GoogleCloudIntegrationsV1alphaTestIntegrationsResponse>;
async projectsLocationsIntegrationsVersionsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsIntegrationsVersionsDownload(name: string, opts?: ProjectsLocationsIntegrationsVersionsDownloadOptions): Promise<GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse>;
async projectsLocationsIntegrationsVersionsDownloadJsonPackage(name: string, opts?: ProjectsLocationsIntegrationsVersionsDownloadJsonPackageOptions): Promise<GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse>;
async projectsLocationsIntegrationsVersionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaIntegrationVersion>;
async projectsLocationsIntegrationsVersionsList(parent: string, opts?: ProjectsLocationsIntegrationsVersionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse>;
async projectsLocationsIntegrationsVersionsUnpublish(name: string, req: GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsIntegrationsVersionsUpload(parent: string, req: GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest): Promise<GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse>;
async projectsLocationsProductsAuthConfigsCreate(
parent: string,
): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>;
async projectsLocationsProductsAuthConfigsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsProductsAuthConfigsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>;
async projectsLocationsProductsAuthConfigsList(parent: string, opts?: ProjectsLocationsProductsAuthConfigsListOptions): Promise<GoogleCloudIntegrationsV1alphaListAuthConfigsResponse>;
async projectsLocationsProductsAuthConfigsPatch(
name: string,
): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>;
async projectsLocationsProductsCertificatesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCertificate): Promise<GoogleCloudIntegrationsV1alphaCertificate>;
async projectsLocationsProductsCertificatesDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsProductsCertificatesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaCertificate>;
async projectsLocationsProductsCertificatesList(parent: string, opts?: ProjectsLocationsProductsCertificatesListOptions): Promise<GoogleCloudIntegrationsV1alphaListCertificatesResponse>;
async projectsLocationsProductsCertificatesPatch(
name: string,
): Promise<GoogleCloudIntegrationsV1alphaCertificate>;
async projectsLocationsProductsCloudFunctionsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest): Promise<GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse>;
async projectsLocationsProductsIntegrationsExecute(name: string, req: GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest): Promise<GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse>;
async projectsLocationsProductsIntegrationsExecutionsCancel(name: string, req: GoogleCloudIntegrationsV1alphaCancelExecutionRequest): Promise<GoogleCloudIntegrationsV1alphaCancelExecutionResponse>;
async projectsLocationsProductsIntegrationsExecutionsDownload(name: string): Promise<GoogleCloudIntegrationsV1alphaDownloadExecutionResponse>;
async projectsLocationsProductsIntegrationsExecutionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaExecution>;
async projectsLocationsProductsIntegrationsExecutionsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsExecutionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListExecutionsResponse>;
async projectsLocationsProductsIntegrationsExecutionsSuspensionsLift(name: string, req: GoogleCloudIntegrationsV1alphaLiftSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaLiftSuspensionResponse>;
async projectsLocationsProductsIntegrationsExecutionsSuspensionsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsExecutionsSuspensionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSuspensionsResponse>;
async projectsLocationsProductsIntegrationsExecutionsSuspensionsResolve(name: string, req: GoogleCloudIntegrationsV1alphaResolveSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaResolveSuspensionResponse>;
async projectsLocationsProductsIntegrationsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationsResponse>;
async projectsLocationsProductsIntegrationsSchedule(name: string, req: GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest): Promise<GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse>;
async projectsLocationsProductsIntegrationsTest(name: string, req: GoogleCloudIntegrationsV1alphaTestIntegrationsRequest): Promise<GoogleCloudIntegrationsV1alphaTestIntegrationsResponse>;
async projectsLocationsProductsIntegrationsVersionsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsProductsIntegrationsVersionsDownload(name: string, opts?: ProjectsLocationsProductsIntegrationsVersionsDownloadOptions): Promise<GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse>;
async projectsLocationsProductsIntegrationsVersionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaIntegrationVersion>;
async projectsLocationsProductsIntegrationsVersionsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsVersionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse>;
async projectsLocationsProductsIntegrationsVersionsPublish(name: string, req: GoogleCloudIntegrationsV1alphaPublishIntegrationVersionRequest): Promise<GoogleCloudIntegrationsV1alphaPublishIntegrationVersionResponse>;
async projectsLocationsProductsIntegrationsVersionsTakeoverEditLock(integrationVersion: string, req: GoogleCloudIntegrationsV1alphaTakeoverEditLockRequest): Promise<GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse>;
async projectsLocationsProductsIntegrationsVersionsUnpublish(name: string, req: GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest): Promise<GoogleProtobufEmpty>;
async projectsLocationsProductsIntegrationsVersionsUpload(parent: string, req: GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest): Promise<GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse>;
async projectsLocationsProductsSfdcInstancesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcInstance): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>;
async projectsLocationsProductsSfdcInstancesDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsProductsSfdcInstancesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>;
async projectsLocationsProductsSfdcInstancesList(parent: string, opts?: ProjectsLocationsProductsSfdcInstancesListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse>;
async projectsLocationsProductsSfdcInstancesPatch(
name: string,
): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>;
async projectsLocationsProductsSfdcInstancesSfdcChannelsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcChannel): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>;
async projectsLocationsProductsSfdcInstancesSfdcChannelsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsProductsSfdcInstancesSfdcChannelsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>;
async projectsLocationsProductsSfdcInstancesSfdcChannelsList(parent: string, opts?: ProjectsLocationsProductsSfdcInstancesSfdcChannelsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse>;
async projectsLocationsProductsSfdcInstancesSfdcChannelsPatch(
name: string,
): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>;
async projectsLocationsSfdcInstancesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcInstance): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>;
async projectsLocationsSfdcInstancesDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsSfdcInstancesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>;
async projectsLocationsSfdcInstancesList(parent: string, opts?: ProjectsLocationsSfdcInstancesListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse>;
async projectsLocationsSfdcInstancesSfdcChannelsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcChannel): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>;
async projectsLocationsSfdcInstancesSfdcChannelsDelete(name: string): Promise<GoogleProtobufEmpty>;
async projectsLocationsSfdcInstancesSfdcChannelsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>;
async projectsLocationsSfdcInstancesSfdcChannelsList(parent: string, opts?: ProjectsLocationsSfdcInstancesSfdcChannelsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse>;
async projectsLocationsSfdcInstancesSfdcChannelsPatch(
name: string,
): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>;
}

§Constructors

§
new Integrations(client?: CredentialsClient, baseUrl?: string)
[src]

§Properties

§
locations
[src]

Lists Connections in a given project and location.

§Methods

§

Receives the auth code and auth config id to combine that with the client id and secret to retrieve access tokens from the token endpoint. Returns either a success or error message when it's done.

§

Enumerates the regions for which Connector Platform is provisioned.

§
projectsGetClientmetadata(parent: string): Promise<GoogleCloudIntegrationsV1alphaGetClientMetadataResponse>
[src]

Gets the metadata info for the requested client

@param parent

Required. Required: The ID of the GCP Project to be provisioned.

§

Creates an Apps Script project.

@param parent

Required. The project that the executed integration belongs to.

§

Creates an auth config record. Fetch corresponding credentials for specific auth types, e.g. access token for OAuth 2.0, JWT token for JWT. Encrypt the auth config with Cloud KMS and store the encrypted credentials in Spanner. Returns the encrypted auth config.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsAuthConfigsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Deletes an auth config.

@param name

Required. The name that is associated with the AuthConfig.

§
projectsLocationsAuthConfigsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>
[src]

Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.

@param name

Required. The name that is associated with the AuthConfig.

§
projectsLocationsAuthConfigsList(parent: string, opts?: ProjectsLocationsAuthConfigsListOptions): Promise<GoogleCloudIntegrationsV1alphaListAuthConfigsResponse>
[src]

Lists all auth configs that match the filter. Restrict to auth configs belong to the current client only.

@param parent

Required. The client, which owns this collection of AuthConfigs.

§

Updates an auth config. If credential is updated, fetch the encrypted auth config from Spanner, decrypt with Cloud KMS key, update the credential fields, re-encrypt with Cloud KMS key and update the Spanner record. For other fields, directly update the Spanner record. Returns the encrypted auth config.

@param name

Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}.

§
projectsLocationsCertificatesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCertificate): Promise<GoogleCloudIntegrationsV1alphaCertificate>
[src]

Creates a new certificate. The certificate will be registered to the trawler service and will be encrypted using cloud KMS and stored in Spanner Returns the certificate.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsCertificatesDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Delete a certificate

@param name

Required. The name that is associated with the Certificate.

§
projectsLocationsCertificatesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaCertificate>
[src]

Get a certificates in the specified project.

@param name

Required. The certificate to retrieve. Format: projects/{project}/locations/{location}/certificates/{certificate}

§
projectsLocationsCertificatesList(parent: string, opts?: ProjectsLocationsCertificatesListOptions): Promise<GoogleCloudIntegrationsV1alphaListCertificatesResponse>
[src]

List all the certificates that match the filter. Restrict to certificate of current client only.

@param parent

Required. The client, which owns this collection of Certificates.

§

Updates the certificate by id. If new certificate file is updated, it will register with the trawler service, re-encrypt with cloud KMS and update the Spanner record. Other fields will directly update the Spanner record. Returns the Certificate.

@param name

Output only. Auto generated primary key

§
projectsLocationsClientsDeprovision(parent: string, req: GoogleCloudIntegrationsV1alphaDeprovisionClientRequest): Promise<GoogleProtobufEmpty>
[src]

Perform the deprovisioning steps to disable a user GCP project to use IP and purge all related data in a wipeout-compliant way.

@param parent

Required. Required: The ID of the GCP Project to be deprovisioned.

§
projectsLocationsClientsProvision(parent: string, req: GoogleCloudIntegrationsV1alphaProvisionClientRequest): Promise<GoogleProtobufEmpty>
[src]

Perform the provisioning steps to enable a user GCP project to use IP. If GCP project already registered on IP end via Apigee Integration, provisioning will fail.

@param parent

Required. Required: The ID of the GCP Project to be provisioned.

§
projectsLocationsClientsReplace(parent: string, req: GoogleCloudIntegrationsV1alphaReplaceServiceAccountRequest): Promise<GoogleProtobufEmpty>
[src]

Update run-as service account for provisioned client

@param parent

Required. Required: The ID of the GCP Project to be provisioned.

§
projectsLocationsClientsSwitch(parent: string, req: GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest): Promise<GoogleProtobufEmpty>
[src]

Update client from GMEK to CMEK

@param parent

Required. Required: The ID of the GCP Project to be provisioned.

§
projectsLocationsClientsSwitchVariableMasking(parent: string, req: GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest): Promise<GoogleProtobufEmpty>
[src]

Update variable masking for provisioned client

@param parent

Required. Required: The ID of the GCP Project to be provisioned.

§

Creates a cloud function project.

@param parent

Required. The project that the executed integration belongs to.

§
projectsLocationsConnectionsGetConnectionSchemaMetadata(name: string): Promise<GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata>
[src]

Lists the available entities and actions associated with a Connection.

@param name

Required. ConnectionSchemaMetadata name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata

§
projectsLocationsConnectionsList(parent: string, opts?: ProjectsLocationsConnectionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListConnectionsResponse>
[src]
§
projectsLocationsConnectionsRuntimeActionSchemasList(parent: string, opts?: ProjectsLocationsConnectionsRuntimeActionSchemasListOptions): Promise<GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse>
[src]

Lists the JSON schemas for the inputs and outputs of actions, filtered by action name.

@param parent

Required. Parent resource of RuntimeActionSchema. Format: projects/{project}/locations/{location}/connections/{connection}

§
projectsLocationsConnectionsRuntimeEntitySchemasList(parent: string, opts?: ProjectsLocationsConnectionsRuntimeEntitySchemasListOptions): Promise<GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse>
[src]

Lists the JSON schemas for the properties of runtime entities, filtered by entity name.

@param parent

Required. Parent resource of RuntimeEntitySchema. Format: projects/{project}/locations/{location}/connections/{connection}

§
projectsLocationsGetClients(parent: string): Promise<GoogleCloudIntegrationsV1alphaGetClientResponse>
[src]

Gets the client configuration for the given project and location resource name

@param parent

Required. Required: The ID of the GCP Project to be provisioned.

§
projectsLocationsIntegrationsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Delete the selected integration and all versions inside

@param name

Required. The location resource of the request.

§

Executes integrations synchronously by passing the trigger id in the request body. The request is not returned until the requested executions are either fulfilled or experienced an error. If the integration name is not specified (passing -), all of the associated integration under the given trigger_id will be executed. Otherwise only the specified integration for the given trigger_id is executed. This is helpful for execution the integration from UI.

@param name

Required. The integration resource name.

§
projectsLocationsIntegrationsExecuteEvent(name: string, req: {
[key: string]: any;
}
, opts?: ProjectsLocationsIntegrationsExecuteEventOptions): Promise<GoogleCloudIntegrationsV1alphaExecuteEventResponse>
[src]

Executes an integration on receiving events from Integration Connector triggers, Eventarc or CPS Trigger. Input data to integration is received in body in json format

@param name

Required. The integration resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration_id}

§
projectsLocationsIntegrationsExecutionsDownload(name: string): Promise<GoogleCloudIntegrationsV1alphaDownloadExecutionResponse>
[src]

Download the execution.

@param name

Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id}

§
projectsLocationsIntegrationsExecutionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaExecution>
[src]

Get an execution in the specified project.

@param name

Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id}

§
projectsLocationsIntegrationsExecutionsList(parent: string, opts?: ProjectsLocationsIntegrationsExecutionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListExecutionsResponse>
[src]

Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI.

@param parent

Required. The parent resource name of the integration execution.

§
projectsLocationsIntegrationsExecutionsSuspensionsLift(name: string, req: GoogleCloudIntegrationsV1alphaLiftSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaLiftSuspensionResponse>
[src]
  • Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
@param name

Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/products/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}" format.

§
projectsLocationsIntegrationsExecutionsSuspensionsList(parent: string, opts?: ProjectsLocationsIntegrationsExecutionsSuspensionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSuspensionsResponse>
[src]
  • Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
@param parent

Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}

§
projectsLocationsIntegrationsExecutionsSuspensionsResolve(name: string, req: GoogleCloudIntegrationsV1alphaResolveSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaResolveSuspensionResponse>
[src]
  • Resolves (lifts/rejects) any number of suspensions. If the integration is already running, only the status of the suspension is updated. Otherwise, the suspended integration will begin execution again.
@param name

Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}/suspensions/{suspension_id}

§
projectsLocationsIntegrationsList(parent: string, opts?: ProjectsLocationsIntegrationsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationsResponse>
[src]

Returns the list of all integrations in the specified project.

@param parent

Required. Project and location from which the integrations should be listed. Format: projects/{project}

§

Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.

@param name

The integration resource name.

§

Execute the integration in draft state

@param name

Output only. Auto-generated primary key.

§

Create a integration with a draft version in the specified project.

@param parent

Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration}

§
projectsLocationsIntegrationsVersionsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Soft-deletes the integration. Changes the status of the integration to ARCHIVED. If the integration being ARCHIVED is tagged as "HEAD", the tag is removed from this snapshot and set to the previous non-ARCHIVED snapshot. The PUBLISH_REQUESTED, DUE_FOR_DELETION tags are removed too. This RPC throws an exception if the version being deleted is DRAFT, and if the locked_by user is not the same as the user performing the Delete. Audit fields updated include last_modified_timestamp, last_modified_by. Any existing lock is released when Deleting a integration. Currently, there is no undelete mechanism.

@param name

Required. The version to delete. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§

Downloads an integration. Retrieves the IntegrationVersion for a given integration_id and returns the response as a string.

@param name

Required. The version to download. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsIntegrationsVersionsDownloadJsonPackage(name: string, opts?: ProjectsLocationsIntegrationsVersionsDownloadJsonPackageOptions): Promise<GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse>
[src]

Downloads an Integration version package like IntegrationVersion,Integration Config etc. Retrieves the IntegrationVersion package for a given integration_id and returns the response as a JSON.

@param name

Required. Integration version name Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsIntegrationsVersionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaIntegrationVersion>
[src]

Get a integration in the specified project.

@param name

Required. The version to retrieve. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsIntegrationsVersionsList(parent: string, opts?: ProjectsLocationsIntegrationsVersionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse>
[src]

Returns the list of all integration versions in the specified project.

@param parent

Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} Specifically, when parent equals: 1. projects//locations//integrations/, Meaning: "List versions (with filter) for a particular integration". 2. projects//locations//integrations/- Meaning: "List versions (with filter) for a client within a particular region". 3. projects//locations/-/integrations/- Meaning: "List versions (with filter) for a client".

§

Update a integration with a draft version in the specified project.

@param name

Output only. Auto-generated primary key.

§

This RPC throws an exception if the integration is in ARCHIVED or ACTIVE state. This RPC throws an exception if the version being published is DRAFT, and if the locked_by user is not the same as the user performing the Publish. Audit fields updated include last_published_timestamp, last_published_by, last_modified_timestamp, last_modified_by. Any existing lock is on this integration is released.

@param name

Required. The version to publish. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsIntegrationsVersionsUnpublish(name: string, req: GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest): Promise<GoogleProtobufEmpty>
[src]

Sets the status of the ACTIVE integration to SNAPSHOT with a new tag "PREVIOUSLY_PUBLISHED" after validating it. The "HEAD" and "PUBLISH_REQUESTED" tags do not change. This RPC throws an exception if the version being snapshot is not ACTIVE. Audit fields added include action, action_by, action_timestamp.

@param name

Required. The version to deactivate. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§

Uploads an integration. The content can be a previously downloaded integration. Performs the same function as CreateDraftIntegrationVersion, but accepts input in a string format, which holds the complete representation of the IntegrationVersion content.

@param parent

Required. The version to upload. Format: projects/{project}/locations/{location}/integrations/{integration}

§

Creates an auth config record. Fetch corresponding credentials for specific auth types, e.g. access token for OAuth 2.0, JWT token for JWT. Encrypt the auth config with Cloud KMS and store the encrypted credentials in Spanner. Returns the encrypted auth config.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsProductsAuthConfigsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Deletes an auth config.

@param name

Required. The name that is associated with the AuthConfig.

§
projectsLocationsProductsAuthConfigsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaAuthConfig>
[src]

Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.

@param name

Required. The name that is associated with the AuthConfig.

§
projectsLocationsProductsAuthConfigsList(parent: string, opts?: ProjectsLocationsProductsAuthConfigsListOptions): Promise<GoogleCloudIntegrationsV1alphaListAuthConfigsResponse>
[src]

Lists all auth configs that match the filter. Restrict to auth configs belong to the current client only.

@param parent

Required. The client, which owns this collection of AuthConfigs.

§

Updates an auth config. If credential is updated, fetch the encrypted auth config from Spanner, decrypt with Cloud KMS key, update the credential fields, re-encrypt with Cloud KMS key and update the Spanner record. For other fields, directly update the Spanner record. Returns the encrypted auth config.

@param name

Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}.

§
projectsLocationsProductsCertificatesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCertificate): Promise<GoogleCloudIntegrationsV1alphaCertificate>
[src]

Creates a new certificate. The certificate will be registered to the trawler service and will be encrypted using cloud KMS and stored in Spanner Returns the certificate.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsProductsCertificatesDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Delete a certificate

@param name

Required. The name that is associated with the Certificate.

§
projectsLocationsProductsCertificatesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaCertificate>
[src]

Get a certificates in the specified project.

@param name

Required. The certificate to retrieve. Format: projects/{project}/locations/{location}/certificates/{certificate}

§
projectsLocationsProductsCertificatesList(parent: string, opts?: ProjectsLocationsProductsCertificatesListOptions): Promise<GoogleCloudIntegrationsV1alphaListCertificatesResponse>
[src]

List all the certificates that match the filter. Restrict to certificate of current client only.

@param parent

Required. The client, which owns this collection of Certificates.

§

Updates the certificate by id. If new certificate file is updated, it will register with the trawler service, re-encrypt with cloud KMS and update the Spanner record. Other fields will directly update the Spanner record. Returns the Certificate.

@param name

Output only. Auto generated primary key

§
projectsLocationsProductsCloudFunctionsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest): Promise<GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse>
[src]

Creates a cloud function project.

@param parent

Required. The project that the executed integration belongs to.

§

Executes integrations synchronously by passing the trigger id in the request body. The request is not returned until the requested executions are either fulfilled or experienced an error. If the integration name is not specified (passing -), all of the associated integration under the given trigger_id will be executed. Otherwise only the specified integration for the given trigger_id is executed. This is helpful for execution the integration from UI.

@param name

Required. The integration resource name.

§
projectsLocationsProductsIntegrationsExecutionsCancel(name: string, req: GoogleCloudIntegrationsV1alphaCancelExecutionRequest): Promise<GoogleCloudIntegrationsV1alphaCancelExecutionResponse>
[src]

Cancellation of an execution

@param name

Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id}

§
projectsLocationsProductsIntegrationsExecutionsDownload(name: string): Promise<GoogleCloudIntegrationsV1alphaDownloadExecutionResponse>
[src]

Download the execution.

@param name

Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id}

§
projectsLocationsProductsIntegrationsExecutionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaExecution>
[src]

Get an execution in the specified project.

@param name

Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id}

§
projectsLocationsProductsIntegrationsExecutionsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsExecutionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListExecutionsResponse>
[src]

Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI.

@param parent

Required. The parent resource name of the integration execution.

§
projectsLocationsProductsIntegrationsExecutionsSuspensionsLift(name: string, req: GoogleCloudIntegrationsV1alphaLiftSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaLiftSuspensionResponse>
[src]
  • Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
@param name

Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/products/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}" format.

§
projectsLocationsProductsIntegrationsExecutionsSuspensionsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsExecutionsSuspensionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSuspensionsResponse>
[src]
  • Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
@param parent

Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}

§
projectsLocationsProductsIntegrationsExecutionsSuspensionsResolve(name: string, req: GoogleCloudIntegrationsV1alphaResolveSuspensionRequest): Promise<GoogleCloudIntegrationsV1alphaResolveSuspensionResponse>
[src]
  • Resolves (lifts/rejects) any number of suspensions. If the integration is already running, only the status of the suspension is updated. Otherwise, the suspended integration will begin execution again.
@param name

Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}/suspensions/{suspension_id}

§
projectsLocationsProductsIntegrationsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationsResponse>
[src]

Returns the list of all integrations in the specified project.

@param parent

Required. Project and location from which the integrations should be listed. Format: projects/{project}

§

Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.

@param name

The integration resource name.

§

Execute the integration in draft state

@param name

Output only. Auto-generated primary key.

§

Create a integration with a draft version in the specified project.

@param parent

Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration}

§
projectsLocationsProductsIntegrationsVersionsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Soft-deletes the integration. Changes the status of the integration to ARCHIVED. If the integration being ARCHIVED is tagged as "HEAD", the tag is removed from this snapshot and set to the previous non-ARCHIVED snapshot. The PUBLISH_REQUESTED, DUE_FOR_DELETION tags are removed too. This RPC throws an exception if the version being deleted is DRAFT, and if the locked_by user is not the same as the user performing the Delete. Audit fields updated include last_modified_timestamp, last_modified_by. Any existing lock is released when Deleting a integration. Currently, there is no undelete mechanism.

@param name

Required. The version to delete. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsProductsIntegrationsVersionsDownload(name: string, opts?: ProjectsLocationsProductsIntegrationsVersionsDownloadOptions): Promise<GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse>
[src]

Downloads an integration. Retrieves the IntegrationVersion for a given integration_id and returns the response as a string.

@param name

Required. The version to download. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsProductsIntegrationsVersionsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaIntegrationVersion>
[src]

Get a integration in the specified project.

@param name

Required. The version to retrieve. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsProductsIntegrationsVersionsList(parent: string, opts?: ProjectsLocationsProductsIntegrationsVersionsListOptions): Promise<GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse>
[src]

Returns the list of all integration versions in the specified project.

@param parent

Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} Specifically, when parent equals: 1. projects//locations//integrations/, Meaning: "List versions (with filter) for a particular integration". 2. projects//locations//integrations/- Meaning: "List versions (with filter) for a client within a particular region". 3. projects//locations/-/integrations/- Meaning: "List versions (with filter) for a client".

§

Update a integration with a draft version in the specified project.

@param name

Output only. Auto-generated primary key.

§

This RPC throws an exception if the integration is in ARCHIVED or ACTIVE state. This RPC throws an exception if the version being published is DRAFT, and if the locked_by user is not the same as the user performing the Publish. Audit fields updated include last_published_timestamp, last_published_by, last_modified_timestamp, last_modified_by. Any existing lock is on this integration is released.

@param name

Required. The version to publish. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsProductsIntegrationsVersionsTakeoverEditLock(integrationVersion: string, req: GoogleCloudIntegrationsV1alphaTakeoverEditLockRequest): Promise<GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse>
[src]

Clears the locked_by and locked_at_timestampin the DRAFT version of this integration. It then performs the same action as the CreateDraftIntegrationVersion (i.e., copies the DRAFT version of the integration as a SNAPSHOT and then creates a new DRAFT version with the locked_by set to the user_taking_over and the locked_at_timestamp set to the current timestamp). Both the locked_by and user_taking_over are notified via email about the takeover. This RPC throws an exception if the integration is not in DRAFT status or if the locked_by and locked_at_timestamp fields are not set.The TakeoverEdit lock is treated the same as an edit of the integration, and hence shares ACLs with edit. Audit fields updated include last_modified_timestamp, last_modified_by.

@param integrationVersion

Required. The version to take over edit lock. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§
projectsLocationsProductsIntegrationsVersionsUnpublish(name: string, req: GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest): Promise<GoogleProtobufEmpty>
[src]

Sets the status of the ACTIVE integration to SNAPSHOT with a new tag "PREVIOUSLY_PUBLISHED" after validating it. The "HEAD" and "PUBLISH_REQUESTED" tags do not change. This RPC throws an exception if the version being snapshot is not ACTIVE. Audit fields added include action, action_by, action_timestamp.

@param name

Required. The version to deactivate. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version}

§

Uploads an integration. The content can be a previously downloaded integration. Performs the same function as CreateDraftIntegrationVersion, but accepts input in a string format, which holds the complete representation of the IntegrationVersion content.

@param parent

Required. The version to upload. Format: projects/{project}/locations/{location}/integrations/{integration}

§
projectsLocationsProductsSfdcInstancesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcInstance): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>
[src]

Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsProductsSfdcInstancesDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Deletes an sfdc instance.

@param name

Required. The name that is associated with the SfdcInstance.

§
projectsLocationsProductsSfdcInstancesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>
[src]

Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.

@param name

Required. The name that is associated with the SfdcInstance.

§
projectsLocationsProductsSfdcInstancesList(parent: string, opts?: ProjectsLocationsProductsSfdcInstancesListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse>
[src]

Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the current client only.

@param parent

Required. The client, which owns this collection of SfdcInstances.

§

Updates an sfdc instance. Updates the sfdc instance in spanner. Returns the sfdc instance.

@param name

Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.

§
projectsLocationsProductsSfdcInstancesSfdcChannelsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcChannel): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>
[src]

Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsProductsSfdcInstancesSfdcChannelsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Deletes an sfdc channel.

@param name

Required. The name that is associated with the SfdcChannel.

§
projectsLocationsProductsSfdcInstancesSfdcChannelsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>
[src]

Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.

@param name

Required. The name that is associated with the SfdcChannel.

§
projectsLocationsProductsSfdcInstancesSfdcChannelsList(parent: string, opts?: ProjectsLocationsProductsSfdcInstancesSfdcChannelsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse>
[src]

Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.

@param parent

Required. The client, which owns this collection of SfdcChannels.

§

Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel.

@param name

Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}.

§
projectsLocationsSfdcInstancesCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcInstance): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>
[src]

Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsSfdcInstancesDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Deletes an sfdc instance.

@param name

Required. The name that is associated with the SfdcInstance.

§
projectsLocationsSfdcInstancesGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcInstance>
[src]

Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.

@param name

Required. The name that is associated with the SfdcInstance.

§
projectsLocationsSfdcInstancesList(parent: string, opts?: ProjectsLocationsSfdcInstancesListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse>
[src]

Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the current client only.

@param parent

Required. The client, which owns this collection of SfdcInstances.

§

Updates an sfdc instance. Updates the sfdc instance in spanner. Returns the sfdc instance.

@param name

Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.

§
projectsLocationsSfdcInstancesSfdcChannelsCreate(parent: string, req: GoogleCloudIntegrationsV1alphaSfdcChannel): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>
[src]

Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel.

@param parent

Required. "projects/{project}/locations/{location}" format.

§
projectsLocationsSfdcInstancesSfdcChannelsDelete(name: string): Promise<GoogleProtobufEmpty>
[src]

Deletes an sfdc channel.

@param name

Required. The name that is associated with the SfdcChannel.

§
projectsLocationsSfdcInstancesSfdcChannelsGet(name: string): Promise<GoogleCloudIntegrationsV1alphaSfdcChannel>
[src]

Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.

@param name

Required. The name that is associated with the SfdcChannel.

§
projectsLocationsSfdcInstancesSfdcChannelsList(parent: string, opts?: ProjectsLocationsSfdcInstancesSfdcChannelsListOptions): Promise<GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse>
[src]

Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.

@param parent

Required. The client, which owns this collection of SfdcChannels.

§

Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel.

@param name

Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}.