class ProjectsLocationsConnectorsGlobalProviders extends Resource (View source)

The "providers" collection of methods.

Typical usage is:

 $connectorsService = new Google\Service\Connectors(...);
 $providers = $connectorsService->providers;

Methods

get(string $name, array $optParams = [])

Gets details of a single Provider. (providers.get)

listProjectsLocationsConnectorsGlobalProviders(string $parent, array $optParams = [])

Lists Providers in a given project and location.

Details

Provider get(string $name, array $optParams = [])

Gets details of a single Provider. (providers.get)

Parameters

string $name

Required. Resource name of the form: projects/locations/providers

array $optParams

Optional parameters.

Return Value

Provider

ListProvidersResponse listProjectsLocationsConnectorsGlobalProviders(string $parent, array $optParams = [])

Lists Providers in a given project and location.

(providers.listProjectsLocationsConnectorsGlobalProviders)

Parameters

string $parent

Required. Parent resource of the API, of the form: projects/locations

array $optParams

Optional parameters.

Return Value

ListProvidersResponse