View Source GoogleApi.Integrations.V1alpha.Api.Projects (google_api_integrations v0.6.0)
API calls for all endpoints tagged Projects
.
Summary
Functions
Creates an Apps Script project.
Links a existing Apps Script project.
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.
Deletes an auth config.
Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.
Lists all auth configs that match the filter. Restrict to auth configs belong to the current client only.
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.
Get a certificates in the specified project.
Lists the available entities and actions associated with a Connection.
Lists Connections in a given project and location.
Lists the JSON schemas for the inputs and outputs of actions, filtered by action name.
Lists the JSON schemas for the properties of runtime entities, filtered by entity name.
Delete the selected integration and all versions inside
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.
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
Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI.
- Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/products/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionResponse{}}
on success -
{:error, info}
on failure
- Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Standard filter field. -
:orderBy
(type:String.t
) - Field name to order by. -
:pageSize
(type:integer()
) - Maximum number of entries in the response. -
:pageToken
(type:String.t
) - Token to retrieve a specific page.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse{}}
on success -
{:error, info}
on failure
- 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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}/suspensions/{suspension_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionResponse{}}
on success -
{:error, info}
on failure
Returns the list of all integrations in the specified project.
Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.
Create a integration with a draft version in the specified project.
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.
Downloads an integration. Retrieves the IntegrationVersion
for a given integration_id
and returns the response as a string.
Get a integration in the specified project.
Returns the list of all integration versions in the specified project.
Update a integration with a draft version in the specified project.
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.
Clears the locked_by
and locked_at_timestamp
in 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.
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.
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.
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.
Deletes an auth config.
Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.
Lists all auth configs that match the filter. Restrict to auth configs belong to the current client only.
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.
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.
Delete a certificate
Get a certificates in the specified project.
List all the certificates that match the filter. Restrict to certificate of current client only.
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.
Delete the selected integration and all versions inside
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.
Cancellation of an execution
Get an execution in the specified project.
Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI.
- Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/products/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionResponse{}}
on success -
{:error, info}
on failure
- Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Standard filter field. -
:orderBy
(type:String.t
) - Field name to order by. -
:pageSize
(type:integer()
) - Maximum number of entries in the response. -
:pageToken
(type:String.t
) - Token to retrieve a specific page.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse{}}
on success -
{:error, info}
on failure
- 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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}/suspensions/{suspension_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionResponse{}}
on success -
{:error, info}
on failure
Returns the list of all integrations in the specified project.
Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.
Create a integration with a draft version in the specified project.
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.
Downloads an integration. Retrieves the IntegrationVersion
for a given integration_id
and returns the response as a string.
Get a integration in the specified project.
Returns the list of all integration versions in the specified project.
Update a integration with a draft version in the specified project.
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.
Clears the locked_by
and locked_at_timestamp
in 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.
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.
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.
Creates an IntegrationTemplateVersion.
Returns an IntegrationTemplateVersion in the specified project.
Returns the list of all IntegrationTemplateVersions in the specified project.
Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.
Deletes an sfdc instance.
Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.
Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the current client only.
Updates an sfdc instance. Updates the sfdc instance in spanner. Returns the sfdc instance.
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel.
Deletes an sfdc channel.
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.
Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel.
Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.
Deletes an sfdc instance.
Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.
Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the current client only.
Updates an sfdc instance. Updates the sfdc instance in spanner. Returns the sfdc instance.
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel.
Deletes an sfdc channel.
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.
Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel.
Functions
integrations_projects_locations_apps_script_projects_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_apps_script_projects_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates an Apps Script project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The project that the executed integration belongs to. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_apps_script_projects_link(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_apps_script_projects_link( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Links a existing Apps Script project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The project that the executed integration belongs to. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_auth_configs_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_auth_configs_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. "projects/{project}/locations/{location}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:"clientCertificate.encryptedPrivateKey"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:"clientCertificate.passphrase"
(type:String.t
) - 'passphrase' should be left unset if private key is not encrypted. Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. -
:"clientCertificate.sslCertificate"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig{}}
on success -
{:error, info}
on failure
integrations_projects_locations_auth_configs_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_auth_configs_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes an auth config.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the AuthConfig. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_auth_configs_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_auth_configs_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the AuthConfig. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig{}}
on success -
{:error, info}
on failure
integrations_projects_locations_auth_configs_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_auth_configs_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListAuthConfigsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all auth configs that match the filter. Restrict to auth configs belong to the current client only.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The client, which owns this collection of AuthConfigs. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. -
:pageSize
(type:integer()
) - The size of entries in the response. If unspecified, defaults to 100. -
:pageToken
(type:String.t
) - The token returned in the previous response. -
:readMask
(type:String.t
) - The mask which specifies fields that need to be returned in the AuthConfig's response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListAuthConfigsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_auth_configs_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_auth_configs_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:"clientCertificate.encryptedPrivateKey"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:"clientCertificate.passphrase"
(type:String.t
) - 'passphrase' should be left unset if private key is not encrypted. Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. -
:"clientCertificate.sslCertificate"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above AuthConfig that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig{}}
on success -
{:error, info}
on failure
integrations_projects_locations_certificates_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_certificates_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a certificates in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The certificate to retrieve. Format: projects/{project}/locations/{location}/certificates/{certificate} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate{}}
on success -
{:error, info}
on failure
integrations_projects_locations_connections_get_connection_schema_metadata(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_connections_get_connection_schema_metadata( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the available entities and actions associated with a Connection.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. ConnectionSchemaMetadata name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata{}}
on success -
{:error, info}
on failure
integrations_projects_locations_connections_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_connections_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListConnectionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists Connections in a given project and location.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Parent resource of the Connection, of the form:projects/*/locations/*
-
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filter. -
:orderBy
(type:String.t
) - Order by parameters. -
:pageSize
(type:integer()
) - Page size. -
:pageToken
(type:String.t
) - Page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListConnectionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_connections_runtime_action_schemas_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_connections_runtime_action_schemas_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the JSON schemas for the inputs and outputs of actions, filtered by action name.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Parent resource of RuntimeActionSchema. Format: projects/{project}/locations/{location}/connections/{connection} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filter. Only the action field with literal equality operator is supported. -
:pageSize
(type:integer()
) - Page size. -
:pageToken
(type:String.t
) - Page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_connections_runtime_entity_schemas_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_connections_runtime_entity_schemas_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the JSON schemas for the properties of runtime entities, filtered by entity name.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Parent resource of RuntimeEntitySchema. Format: projects/{project}/locations/{location}/connections/{connection} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filter. Only the entity field with literal equality operator is supported. -
:pageSize
(type:integer()
) - Page size. -
:pageToken
(type:String.t
) - Page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListRuntimeEntitySchemasResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete the selected integration and all versions inside
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The location resource of the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_execute(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_execute( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The integration resource name. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_execute_event(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_execute_event( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteEventResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The integration resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:triggerId
(type:String.t
) - Required. Id of the integration trigger config. The trigger_id is in the format:integration_connector_trigger/projects/{gcp_project_id}/location/{location}/connections/{connection_name}/subscriptions/{subscription_name}
. -
:body
(type:String.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteEventResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_executions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_executions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent resource name of the integration execution. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional. Standard filter field, we support filtering on following fields: workflow_name: the name of the integration. CreateTimestamp: the execution created time. event_execution_state: the state of the executions. execution_id: the id of the execution. trigger_id: the id of the trigger. parameter_type: the type of the parameters involved in the execution. All fields support for EQUALS, in additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType support for HAS For example: "parameter_type" HAS \"string\" Also supports operators like AND, OR, NOT For example, trigger_id=\"id1\" AND workflow_name=\"testWorkflow\" -
:"filterParams.customFilter"
(type:String.t
) - Optional user-provided custom filter. -
:"filterParams.endTime"
(type:String.t
) - End timestamp. -
:"filterParams.eventStatuses"
(type:list(String.t)
) - List of possible event statuses. -
:"filterParams.executionId"
(type:String.t
) - Execution id. -
:"filterParams.parameterKey"
(type:String.t
) - Param key. DEPRECATED. User parameter_pair_key instead. -
:"filterParams.parameterPairKey"
(type:String.t
) - Param key in the key value pair filter. -
:"filterParams.parameterPairValue"
(type:String.t
) - Param value in the key value pair filter. -
:"filterParams.parameterType"
(type:String.t
) - Param type. -
:"filterParams.parameterValue"
(type:String.t
) - Param value. DEPRECATED. User parameter_pair_value instead. -
:"filterParams.startTime"
(type:String.t
) - Start timestamp. -
:"filterParams.taskStatuses"
(type:list(String.t)
) - List of possible task statuses. -
:"filterParams.workflowName"
(type:String.t
) - Workflow name. -
:orderBy
(type:String.t
) - Optional. The results would be returned in order you specified here. Currently supporting "last_modified_time" and "create_time". -
:pageSize
(type:integer()
) - Optional. The size of entries in the response. -
:pageToken
(type:String.t
) - Optional. The token returned in the previous response. -
:readMask
(type:String.t
) - Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned. -
:refreshAcl
(type:boolean()
) - Optional. If true, the service will use the most recent acl information to list event execution infos and renew the acl cache. Note that fetching the most recent acl is synchronous, so it will increase RPC call latency. -
:snapshotMetadataWithoutParams
(type:boolean()
) - Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters. -
:truncateParams
(type:boolean()
) - Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_executions_suspensions_lift(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_executions_suspensions_lift( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
- Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/products/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_executions_suspensions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_executions_suspensions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
- Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Standard filter field. -
:orderBy
(type:String.t
) - Field name to order by. -
:pageSize
(type:integer()
) - Maximum number of entries in the response. -
:pageToken
(type:String.t
) - Token to retrieve a specific page.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_executions_suspensions_resolve(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_executions_suspensions_resolve( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
- 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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}/suspensions/{suspension_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns the list of all integrations in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Project and location from which the integrations should be listed. Format: projects/{project} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\"1\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields liketask_config
. -
:orderBy
(type:String.t
) - The results would be returned in order you specified here. Supported sort keys are: Descending sort order by "last_modified_time", "created_time", "snapshot_number". Ascending sort order by the integration name. -
:pageSize
(type:integer()
) - The page size for the resquest. -
:pageToken
(type:String.t
) - The page token for the resquest.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_schedule(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_schedule( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - The integration resource name. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Create a integration with a draft version in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:createSampleIntegrations
(type:boolean()
) - Optional. Optional. Indicates if sample workflow should be created. -
:newIntegration
(type:boolean()
) - Set this flag to true, if draft version is to be created for a brand new integration. False, if the request is for an existing integration. For backward compatibility reasons, even if this flag is set tofalse
and no existing integration is found, a new draft integration will still be created. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to delete. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_download(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_download( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Downloads an integration. Retrieves the IntegrationVersion
for a given integration_id
and returns the response as a string.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to download. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fileFormat
(type:String.t
) - File format for download request. -
:files
(type:list(String.t)
) - Optional. Integration related file to download like Integration Json, Config variable, testcase etc.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a integration in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to retrieve. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns the list of all integration versions in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - 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". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fieldMask
(type:String.t
) - The field mask which specifies the particular data to be returned. -
:filter
(type:String.t
) - Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\"1\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields liketask_config
. -
:orderBy
(type:String.t
) - The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last_modified_time", "created_time", "snapshot_number" Ascending sort order for "name". -
:pageSize
(type:integer()
) - The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. -
:pageToken
(type:String.t
) - A page token, received from a previousListIntegrationVersions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListIntegrationVersions
must match the call that provided the page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Update a integration with a draft version in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Output only. Auto-generated primary key. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above integration that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_publish(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_publish( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaPublishIntegrationVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to publish. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaPublishIntegrationVersionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaPublishIntegrationVersionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_takeover_edit_lock(connection, integration_version, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_takeover_edit_lock( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Clears the locked_by
and locked_at_timestamp
in 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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
integration_version
(type:String.t
) - Required. The version to take over edit lock. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTakeoverEditLockRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_unpublish(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_unpublish( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to deactivate. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_integrations_versions_upload(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_integrations_versions_upload( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The version to upload. Format: projects/{project}/locations/{location}/integrations/{integration} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_auth_configs_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_auth_configs_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. "projects/{project}/locations/{location}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:"clientCertificate.encryptedPrivateKey"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:"clientCertificate.passphrase"
(type:String.t
) - 'passphrase' should be left unset if private key is not encrypted. Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. -
:"clientCertificate.sslCertificate"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_auth_configs_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_auth_configs_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes an auth config.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the AuthConfig. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_auth_configs_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_auth_configs_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the AuthConfig. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_auth_configs_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_auth_configs_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListAuthConfigsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all auth configs that match the filter. Restrict to auth configs belong to the current client only.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The client, which owns this collection of AuthConfigs. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. -
:pageSize
(type:integer()
) - The size of entries in the response. If unspecified, defaults to 100. -
:pageToken
(type:String.t
) - The token returned in the previous response. -
:readMask
(type:String.t
) - The mask which specifies fields that need to be returned in the AuthConfig's response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListAuthConfigsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_auth_configs_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_auth_configs_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Resource name of the auth config. For more information, see Manage authentication profiles. projects/{project}/locations/{location}/authConfigs/{authConfig}. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:"clientCertificate.encryptedPrivateKey"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:"clientCertificate.passphrase"
(type:String.t
) - 'passphrase' should be left unset if private key is not encrypted. Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. -
:"clientCertificate.sslCertificate"
(type:String.t
) - The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines. For example, -----BEGIN CERTIFICATE----- MIICTTCCAbagAwIBAgIJAPT0tSKNxan/MA0GCSqGSIb3DQEBCwUAMCoxFzAVBgNV BAoTDkdvb2dsZSBURVNUSU5HMQ8wDQYDVQQDEwZ0ZXN0Q0EwHhcNMTUwMTAxMDAw MDAwWhcNMjUwMTAxMDAwMDAwWjAuMRcwFQYDVQQKEw5Hb29nbGUgVEVTVElORzET MBEGA1UEAwwKam9lQGJhbmFuYTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA vDYFgMgxi5W488d9J7UpCInl0NXmZQpJDEHE4hvkaRlH7pnC71H0DLt0/3zATRP1 JzY2+eqBmbGl4/sgZKYv8UrLnNyQNUTsNx1iZAfPUflf5FwgVsai8BM0pUciq1NB xD429VFcrGZNucvFLh72RuRFIKH8WUpiK/iZNFkWhZ0CAwEAAaN3MHUwDgYDVR0P AQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMB Af8EAjAAMBkGA1UdDgQSBBCVgnFBCWgL/iwCqnGrhTPQMBsGA1UdIwQUMBKAEKey Um2o4k2WiEVA0ldQvNYwDQYJKoZIhvcNAQELBQADgYEAYK986R4E3L1v+Q6esBtW JrUwA9UmJRSQr0N5w3o9XzarU37/bkjOP0Fw0k/A6Vv1n3vlciYfBFaBIam1qRHr 5dMsYf4CZS6w50r7hyzqyrwDoyNxkLnd2PdcHT/sym1QmflsjEs7pejtnohO6N2H wQW6M0H7Zt8claGRla4fKkg= -----END CERTIFICATE----- -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above AuthConfig that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAuthConfig{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_certificates_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_certificates_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. "projects/{project}/locations/{location}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_certificates_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_certificates_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete a certificate
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the Certificate. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_certificates_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_certificates_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a certificates in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The certificate to retrieve. Format: projects/{project}/locations/{location}/certificates/{certificate} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_certificates_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_certificates_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListCertificatesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List all the certificates that match the filter. Restrict to certificate of current client only.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The client, which owns this collection of Certificates. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. -
:pageSize
(type:integer()
) - The size of entries in the response. If unspecified, defaults to 100. -
:pageToken
(type:String.t
) - The token returned in the previous response. -
:readMask
(type:String.t
) - The mask which specifies fields that need to be returned in the Certificate's response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListCertificatesResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_certificates_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_certificates_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Output only. Auto generated primary key -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above Certificate that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCertificate{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Delete the selected integration and all versions inside
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The location resource of the request. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_execute(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_execute( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The integration resource name. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_executions_cancel(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_executions_cancel( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCancelExecutionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Cancellation of an execution
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCancelExecutionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaCancelExecutionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_executions_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_executions_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecution.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get an execution in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecution{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_executions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_executions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent resource name of the integration execution. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Optional. Standard filter field, we support filtering on following fields: workflow_name: the name of the integration. CreateTimestamp: the execution created time. event_execution_state: the state of the executions. execution_id: the id of the execution. trigger_id: the id of the trigger. parameter_type: the type of the parameters involved in the execution. All fields support for EQUALS, in additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType support for HAS For example: "parameter_type" HAS \"string\" Also supports operators like AND, OR, NOT For example, trigger_id=\"id1\" AND workflow_name=\"testWorkflow\" -
:"filterParams.customFilter"
(type:String.t
) - Optional user-provided custom filter. -
:"filterParams.endTime"
(type:String.t
) - End timestamp. -
:"filterParams.eventStatuses"
(type:list(String.t)
) - List of possible event statuses. -
:"filterParams.executionId"
(type:String.t
) - Execution id. -
:"filterParams.parameterKey"
(type:String.t
) - Param key. DEPRECATED. User parameter_pair_key instead. -
:"filterParams.parameterPairKey"
(type:String.t
) - Param key in the key value pair filter. -
:"filterParams.parameterPairValue"
(type:String.t
) - Param value in the key value pair filter. -
:"filterParams.parameterType"
(type:String.t
) - Param type. -
:"filterParams.parameterValue"
(type:String.t
) - Param value. DEPRECATED. User parameter_pair_value instead. -
:"filterParams.startTime"
(type:String.t
) - Start timestamp. -
:"filterParams.taskStatuses"
(type:list(String.t)
) - List of possible task statuses. -
:"filterParams.workflowName"
(type:String.t
) - Workflow name. -
:orderBy
(type:String.t
) - Optional. The results would be returned in order you specified here. Currently supporting "last_modified_time" and "create_time". -
:pageSize
(type:integer()
) - Optional. The size of entries in the response. -
:pageToken
(type:String.t
) - Optional. The token returned in the previous response. -
:readMask
(type:String.t
) - Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned. -
:refreshAcl
(type:boolean()
) - Optional. If true, the service will use the most recent acl information to list event execution infos and renew the acl cache. Note that fetching the most recent acl is synchronous, so it will increase RPC call latency. -
:snapshotMetadataWithoutParams
(type:boolean()
) - Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters. -
:truncateParams
(type:boolean()
) - Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListExecutionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_executions_suspensions_lift(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_executions_suspensions_lift( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
- Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The resource that the suspension belongs to. "projects/{project}/locations/{location}/products/{product}/integrations/{integration}/executions/{execution}/suspensions/{suspenion}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_executions_suspensions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_executions_suspensions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
- Lists suspensions associated with a specific execution. Only those with permissions to resolve the relevant suspensions will be able to view them.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Standard filter field. -
:orderBy
(type:String.t
) - Field name to order by. -
:pageSize
(type:integer()
) - Maximum number of entries in the response. -
:pageToken
(type:String.t
) - Token to retrieve a specific page.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSuspensionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_executions_suspensions_resolve(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_executions_suspensions_resolve( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
- 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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_name}/executions/{execution_name}/suspensions/{suspension_id} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaResolveSuspensionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns the list of all integrations in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Project and location from which the integrations should be listed. Format: projects/{project} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\"1\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields liketask_config
. -
:orderBy
(type:String.t
) - The results would be returned in order you specified here. Supported sort keys are: Descending sort order by "last_modified_time", "created_time", "snapshot_number". Ascending sort order by the integration name. -
:pageSize
(type:integer()
) - The page size for the resquest. -
:pageToken
(type:String.t
) - The page token for the resquest.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_schedule(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_schedule( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - The integration resource name. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Create a integration with a draft version in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:createSampleIntegrations
(type:boolean()
) - Optional. Optional. Indicates if sample workflow should be created. -
:newIntegration
(type:boolean()
) - Set this flag to true, if draft version is to be created for a brand new integration. False, if the request is for an existing integration. For backward compatibility reasons, even if this flag is set tofalse
and no existing integration is found, a new draft integration will still be created. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to delete. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_download(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_download( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Downloads an integration. Retrieves the IntegrationVersion
for a given integration_id
and returns the response as a string.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to download. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fileFormat
(type:String.t
) - File format for download request. -
:files
(type:list(String.t)
) - Optional. Integration related file to download like Integration Json, Config variable, testcase etc.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Get a integration in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to retrieve. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns the list of all integration versions in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - 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". -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fieldMask
(type:String.t
) - The field mask which specifies the particular data to be returned. -
:filter
(type:String.t
) - Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\"1\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields liketask_config
. -
:orderBy
(type:String.t
) - The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last_modified_time", "created_time", "snapshot_number" Ascending sort order for "name". -
:pageSize
(type:integer()
) - The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. -
:pageToken
(type:String.t
) - A page token, received from a previousListIntegrationVersions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListIntegrationVersions
must match the call that provided the page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Update a integration with a draft version in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Output only. Auto-generated primary key. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above integration that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_publish(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_publish( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaPublishIntegrationVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to publish. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaPublishIntegrationVersionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaPublishIntegrationVersionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_takeover_edit_lock(connection, integration_version, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_takeover_edit_lock( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Clears the locked_by
and locked_at_timestamp
in 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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
integration_version
(type:String.t
) - Required. The version to take over edit lock. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTakeoverEditLockRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_unpublish(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_unpublish( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The version to deactivate. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrations_versions_upload(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrations_versions_upload( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
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.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The version to upload. Format: projects/{project}/locations/{location}/integrations/{integration} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrationtemplates_versions_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrationtemplates_versions_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates an IntegrationTemplateVersion.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent resource where this TemplateVersion will be created. Format: projects/{project}/location/{location}/product/{product}/integrationtemplates/{integrationtemplate} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrationtemplates_versions_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrationtemplates_versions_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns an IntegrationTemplateVersion in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The TemplateVersion to retrieve. Format: projects/{project}/locations/{location}/products/{product}/integrationtemplates/{integrationtemplate}/versions/{version} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaIntegrationTemplateVersion{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_integrationtemplates_versions_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_integrationtemplates_versions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Returns the list of all IntegrationTemplateVersions in the specified project.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Format: projects/{project}/location/{location}/product/{product}/integrationtemplates/{integrationtemplate} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filter syntax: defined in the EBNF grammar. -
:pageSize
(type:integer()
) - The maximum number of IntegrationTemplateVersions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. -
:pageToken
(type:String.t
) - A page token, received from a previousListIntegrationTemplateVersions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListIntegrationTemplateVersions
must match the call that provided the page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListIntegrationTemplateVersionsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. "projects/{project}/locations/{location}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes an sfdc instance.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcInstance. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcInstance. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the current client only.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The client, which owns this collection of SfdcInstances. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. -
:pageSize
(type:integer()
) - The size of entries in the response. If unspecified, defaults to 100. -
:pageToken
(type:String.t
) - The token returned in the previous response. -
:readMask
(type:String.t
) - The mask which specifies fields that need to be returned in the SfdcInstance's response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates an sfdc instance. Updates the sfdc instance in spanner. Returns the sfdc instance.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above SfdcInstance that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_sfdc_channels_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_sfdc_channels_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. "projects/{project}/locations/{location}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_sfdc_channels_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_sfdc_channels_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes an sfdc channel.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcChannel. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_sfdc_channels_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_sfdc_channels_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcChannel. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_sfdc_channels_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_sfdc_channels_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The client, which owns this collection of SfdcChannels. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. -
:pageSize
(type:integer()
) - The size of entries in the response. If unspecified, defaults to 100. -
:pageToken
(type:String.t
) - The token returned in the previous response. -
:readMask
(type:String.t
) - The mask which specifies fields that need to be returned in the SfdcChannel's response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_products_sfdc_instances_sfdc_channels_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_products_sfdc_instances_sfdc_channels_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above SfdcChannel that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. "projects/{project}/locations/{location}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes an sfdc instance.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcInstance. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcInstance. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the current client only.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The client, which owns this collection of SfdcInstances. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. -
:pageSize
(type:integer()
) - The size of entries in the response. If unspecified, defaults to 100. -
:pageToken
(type:String.t
) - The token returned in the previous response. -
:readMask
(type:String.t
) - The mask which specifies fields that need to be returned in the SfdcInstance's response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates an sfdc instance. Updates the sfdc instance in spanner. Returns the sfdc instance.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Resource name of the SFDC instance projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above SfdcInstance that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcInstance{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_sfdc_channels_create(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_sfdc_channels_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. "projects/{project}/locations/{location}" format. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_sfdc_channels_delete(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_sfdc_channels_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes an sfdc channel.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcChannel. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleProtobufEmpty{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_sfdc_channels_get(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_sfdc_channels_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Required. The name that is associated with the SfdcChannel. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_sfdc_channels_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_sfdc_channels_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The client, which owns this collection of SfdcChannels. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. -
:pageSize
(type:integer()
) - The size of entries in the response. If unspecified, defaults to 100. -
:pageToken
(type:String.t
) - The token returned in the previous response. -
:readMask
(type:String.t
) - The mask which specifies fields that need to be returned in the SfdcChannel's response.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse{}}
on success -
{:error, info}
on failure
integrations_projects_locations_sfdc_instances_sfdc_channels_patch(connection, name, optional_params \\ [], opts \\ [])
View Source@spec integrations_projects_locations_sfdc_instances_sfdc_channels_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel.
Parameters
-
connection
(type:GoogleApi.Integrations.V1alpha.Connection.t
) - Connection to server -
name
(type:String.t
) - Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:updateMask
(type:String.t
) - Field mask specifying the fields in the above SfdcChannel that have been modified and need to be updated. -
:body
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel{}}
on success -
{:error, info}
on failure