ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$artifactregistryService = new Google\Service\ArtifactRegistry(...);
$locations = $artifactregistryService->projects_locations;
Methods
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
getVpcscConfig(string $name, array $optParams = [])
Retrieves the VPCSC Config for the Project. (locations.getVpcscConfig)
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
updateVpcscConfig(string $name, VPCSCConfig $postBody, array $optParams = [])
Updates the VPCSC Config for the Project. (locations.updateVpcscConfig)
Details
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
VPCSCConfig
getVpcscConfig(string $name, array $optParams = [])
Retrieves the VPCSC Config for the Project. (locations.getVpcscConfig)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)
VPCSCConfig
updateVpcscConfig(string $name, VPCSCConfig $postBody, array $optParams = [])
Updates the VPCSC Config for the Project. (locations.updateVpcscConfig)