Reference documentation and code samples for the Google Cloud Ces V1 Client class ConnectorToolset.
A toolset that generates tools from an Integration Connectors Connection.
Generated from protobuf message google.cloud.ces.v1.ConnectorToolset
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ connection
string
Required. The full resource name of the referenced Integration Connectors Connection. Format: projects/{project}/locations/{location}/connections/{connection}
↳ auth_config
EndUserAuthConfig
Optional. Configures how authentication is handled in Integration Connectors. By default, an admin authentication is passed in the Integration Connectors API requests. You can override it with a different end-user authentication config. Note: The Connection must have authentication override enabled in order to specify an EUC configuration here - otherwise, the Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override
↳ connector_actions
getConnection
Required. The full resource name of the referenced Integration Connectors Connection.
Format: projects/{project}/locations/{location}/connections/{connection}
string
setConnection
Required. The full resource name of the referenced Integration Connectors Connection.
Format: projects/{project}/locations/{location}/connections/{connection}
var
string
$this
getAuthConfig
Optional. Configures how authentication is handled in Integration Connectors. By default, an admin authentication is passed in the Integration Connectors API requests. You can override it with a different end-user authentication config.
Note: The Connection must have authentication override enabled in order to specify an EUC configuration here - otherwise, the Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override
hasAuthConfig
clearAuthConfig
setAuthConfig
Optional. Configures how authentication is handled in Integration Connectors. By default, an admin authentication is passed in the Integration Connectors API requests. You can override it with a different end-user authentication config.
Note: The Connection must have authentication override enabled in order to specify an EUC configuration here - otherwise, the Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override
$this
getConnectorActions
Required. The list of connector actions/entity operations to generate tools for.
setConnectorActions
Required. The list of connector actions/entity operations to generate tools for.
$this

