class Services extends Resource (View source)

The "services" collection of methods.

Typical usage is:

 $accesscontextmanagerService = new Google\Service\AccessContextManager(...);
 $services = $accesscontextmanagerService->services;

Methods

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

Returns a VPC-SC supported service based on the service name. (services.get)

listServices(array $optParams = [])

Lists all VPC-SC supported services. (services.listServices)

Details

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

Returns a VPC-SC supported service based on the service name. (services.get)

Parameters

string $name

The name of the service to get information about. The names must be in the same format as used in defining a service perimeter, for example, storage.googleapis.com.

array $optParams

Optional parameters.

Return Value

SupportedService

Exceptions

Exception

ListSupportedServicesResponse listServices(array $optParams = [])

Lists all VPC-SC supported services. (services.listServices)

Parameters

array $optParams

Optional parameters.

Return Value

ListSupportedServicesResponse

Exceptions

Exception