ProjectsLocationsConnections
class ProjectsLocationsConnections extends Resource (View source)
The "connections" collection of methods.
Typical usage is:
$integrationsService = new Google\Service\Integrations(...);
$connections = $integrationsService->projects_locations_connections;
Methods
getConnectionSchemaMetadata(string $name, array $optParams = [])
Lists the available entities and actions associated with a Connection.
listProjectsLocationsConnections(string $parent, array $optParams = [])
Lists Connections in a given project and location.
Details
GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata
getConnectionSchemaMetadata(string $name, array $optParams = [])
Lists the available entities and actions associated with a Connection.
(connections.getConnectionSchemaMetadata)
GoogleCloudIntegrationsV1alphaListConnectionsResponse
listProjectsLocationsConnections(string $parent, array $optParams = [])
Lists Connections in a given project and location.
(connections.listProjectsLocationsConnections)