aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json
diff options
context:
space:
mode:
Diffstat (limited to 'googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json')
-rw-r--r--googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json91
1 files changed, 90 insertions, 1 deletions
diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json
index 39af354bb..e6af59b60 100644
--- a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json
+++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json
@@ -109,6 +109,68 @@
"protocol": "rest",
"resources": {
"projects": {
+ "methods": {
+ "getProjectSettings": {
+ "description": "Retrieves the Settings for the Project",
+ "flatPath": "v1beta2/projects/{projectsId}/projectSettings",
+ "httpMethod": "GET",
+ "id": "artifactregistry.projects.getProjectSettings",
+ "parameterOrder": [
+ "name"
+ ],
+ "parameters": {
+ "name": {
+ "description": "Required. The name of the projectSettings resource.",
+ "location": "path",
+ "pattern": "^projects/[^/]+/projectSettings$",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "v1beta2/{+name}",
+ "response": {
+ "$ref": "ProjectSettings"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/cloud-platform",
+ "https://www.googleapis.com/auth/cloud-platform.read-only"
+ ]
+ },
+ "updateProjectSettings": {
+ "description": "Retrieves the Settings for the Project",
+ "flatPath": "v1beta2/projects/{projectsId}/projectSettings",
+ "httpMethod": "PATCH",
+ "id": "artifactregistry.projects.updateProjectSettings",
+ "parameterOrder": [
+ "name"
+ ],
+ "parameters": {
+ "name": {
+ "description": "The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set",
+ "location": "path",
+ "pattern": "^projects/[^/]+/projectSettings$",
+ "required": true,
+ "type": "string"
+ },
+ "updateMask": {
+ "description": "Field mask to support partial updates.",
+ "format": "google-fieldmask",
+ "location": "query",
+ "type": "string"
+ }
+ },
+ "path": "v1beta2/{+name}",
+ "request": {
+ "$ref": "ProjectSettings"
+ },
+ "response": {
+ "$ref": "ProjectSettings"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/cloud-platform"
+ ]
+ }
+ },
"resources": {
"locations": {
"methods": {
@@ -1081,7 +1143,7 @@
}
}
},
- "revision": "20211022",
+ "revision": "20211029",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
@@ -1627,6 +1689,33 @@
},
"type": "object"
},
+ "ProjectSettings": {
+ "description": "The Artifact Registry settings that apply to a Project.",
+ "id": "ProjectSettings",
+ "properties": {
+ "legacyRedirectionState": {
+ "description": "The redirection state of the legacy repositories in this project.",
+ "enum": [
+ "REDIRECTION_STATE_UNSPECIFIED",
+ "REDIRECTION_FROM_GCR_IO_DISABLED",
+ "REDIRECTION_FROM_GCR_IO_ENABLED",
+ "REDIRECTION_FROM_GCR_IO_FINALIZED"
+ ],
+ "enumDescriptions": [
+ "No redirection status has been set.",
+ "Redirection is disabled.",
+ "Redirection is enabled.",
+ "Redirection is enabled, and has been finalized so cannot be reverted."
+ ],
+ "type": "string"
+ },
+ "name": {
+ "description": "The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Repository": {
"description": "A Repository for storing artifacts with a specific format.",
"id": "Repository",