From fe3896b0d7401e9a197971e4bbb449eddfe1cdb6 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 1 Nov 2022 07:09:34 +0000 Subject: [PATCH] feat(artifactregistry): update the api #### artifactregistry:v1beta1 The following keys were added: - schemas.Repository.properties.satisfiesPzs (Total Keys: 2) --- ...ctregistry_v1beta1.projects.locations.repositories.html | 5 +++++ .../documents/artifactregistry.v1beta1.json | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.html b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.html index 951303f4d60..6e390f27284 100644 --- a/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.html +++ b/docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.html @@ -138,6 +138,7 @@

Method Details

"a_key": "A String", }, "name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1". + "satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation. "sizeBytes": "A String", # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs. "updateTime": "A String", # The time when the repository was last updated. } @@ -230,6 +231,7 @@

Method Details

"a_key": "A String", }, "name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1". + "satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation. "sizeBytes": "A String", # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs. "updateTime": "A String", # The time when the repository was last updated. } @@ -298,6 +300,7 @@

Method Details

"a_key": "A String", }, "name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1". + "satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation. "sizeBytes": "A String", # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs. "updateTime": "A String", # The time when the repository was last updated. }, @@ -337,6 +340,7 @@

Method Details

"a_key": "A String", }, "name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1". + "satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation. "sizeBytes": "A String", # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs. "updateTime": "A String", # The time when the repository was last updated. } @@ -359,6 +363,7 @@

Method Details

"a_key": "A String", }, "name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1". + "satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation. "sizeBytes": "A String", # Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs. "updateTime": "A String", # The time when the repository was last updated. } diff --git a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json index 2dc1137942d..634b047fc46 100644 --- a/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json @@ -929,7 +929,7 @@ } } }, - "revision": "20221014", + "revision": "20221022", "rootUrl": "https://artifactregistry.googleapis.com/", "schemas": { "Binding": { @@ -1322,6 +1322,11 @@ "description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".", "type": "string" }, + "satisfiesPzs": { + "description": "Output only. If set, the repository satisfies physical zone separation.", + "readOnly": true, + "type": "boolean" + }, "sizeBytes": { "description": "Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.", "format": "int64",