class ProjectsLocationsConfigurations extends Resource (View source)

The "configurations" collection of methods.

Typical usage is:

 $runService = new Google\Service\CloudRun(...);
 $configurations = $runService->configurations;

Methods

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

Get information about a configuration. (configurations.get)

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

List configurations. (configurations.listProjectsLocationsConfigurations)

Details

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

Get information about a configuration. (configurations.get)

Parameters

string $name

The name of the configuration to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number.

array $optParams

Optional parameters.

Return Value

Configuration

ListConfigurationsResponse listProjectsLocationsConfigurations(string $parent, array $optParams = [])

List configurations. (configurations.listProjectsLocationsConfigurations)

Parameters

string $parent

The namespace from which the configurations should be listed. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number.

array $optParams

Optional parameters.

Return Value

ListConfigurationsResponse