Projects
class Projects extends Resource (View source)
The "projects" collection of methods.
Typical usage is:
$artifactregistryService = new Google\Service\ArtifactRegistry(...);
$projects = $artifactregistryService->projects;
Methods
getProjectSettings(string $name, array $optParams = [])
Retrieves the Settings for the Project. (projects.getProjectSettings)
updateProjectSettings(string $name, ProjectSettings $postBody, array $optParams = [])
Updates the Settings for the Project. (projects.updateProjectSettings)
Details
ProjectSettings
getProjectSettings(string $name, array $optParams = [])
Retrieves the Settings for the Project. (projects.getProjectSettings)
ProjectSettings
updateProjectSettings(string $name, ProjectSettings $postBody, array $optParams = [])
Updates the Settings for the Project. (projects.updateProjectSettings)