ProjectsLocationsDeploymentsRevisionsResources
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)
ListResourcesResponse
listProjectsLocationsDeploymentsRevisionsResources(string $parent, array $optParams = [])
Lists Resources in a given revision.
(resources.listProjectsLocationsDeploymentsRevisionsResources)