class ProjectsLocationsDeploymentsRevisionsResources extends Resource (View source)

The "resources" collection of methods.

Typical usage is:

 $configService = new Google\Service\Config(...);
 $resources = $configService->projects_locations_deployments_revisions_resources;

Methods

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

Gets details about a Resource deployed by Infra Manager. (resources.get)

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

Lists Resources in a given revision.

Details

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

Gets details about a Resource deployed by Infra Manager. (resources.get)

Parameters

string $name

Required. The name of the Resource in the format: 'projec ts/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revi sion}/resource/{resource}'.

array $optParams

Optional parameters.

Return Value

ConfigResource

Exceptions

Exception

ListResourcesResponse listProjectsLocationsDeploymentsRevisionsResources(string $parent, array $optParams = [])

Lists Resources in a given revision.

(resources.listProjectsLocationsDeploymentsRevisionsResources)

Parameters

string $parent

Required. The parent in whose context the Resources are listed. The parent value is in the format: 'projects/{project_id}/locations/{ location}/deployments/{deployment}/revisions/{revision}'.

array $optParams

Optional parameters.

Return Value

ListResourcesResponse

Exceptions

Exception