Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe3896b

Browse files
committedNov 1, 2022
feat(artifactregistry): update the api
#### artifactregistry:v1beta1 The following keys were added: - schemas.Repository.properties.satisfiesPzs (Total Keys: 2)
1 parent 13d4ac6 commit fe3896b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.html

+5
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h3>Method Details</h3>
138138
&quot;a_key&quot;: &quot;A String&quot;,
139139
},
140140
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
141+
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
141142
&quot;sizeBytes&quot;: &quot;A String&quot;, # 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.
142143
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
143144
}
@@ -230,6 +231,7 @@ <h3>Method Details</h3>
230231
&quot;a_key&quot;: &quot;A String&quot;,
231232
},
232233
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
234+
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
233235
&quot;sizeBytes&quot;: &quot;A String&quot;, # 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.
234236
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
235237
}</pre>
@@ -298,6 +300,7 @@ <h3>Method Details</h3>
298300
&quot;a_key&quot;: &quot;A String&quot;,
299301
},
300302
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
303+
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
301304
&quot;sizeBytes&quot;: &quot;A String&quot;, # 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.
302305
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
303306
},
@@ -337,6 +340,7 @@ <h3>Method Details</h3>
337340
&quot;a_key&quot;: &quot;A String&quot;,
338341
},
339342
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
343+
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
340344
&quot;sizeBytes&quot;: &quot;A String&quot;, # 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.
341345
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
342346
}
@@ -359,6 +363,7 @@ <h3>Method Details</h3>
359363
&quot;a_key&quot;: &quot;A String&quot;,
360364
},
361365
&quot;name&quot;: &quot;A String&quot;, # The name of the repository, for example: &quot;projects/p1/locations/us-central1/repositories/repo1&quot;.
366+
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
362367
&quot;sizeBytes&quot;: &quot;A String&quot;, # 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.
363368
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the repository was last updated.
364369
}</pre>

‎googleapiclient/discovery_cache/documents/artifactregistry.v1beta1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20221014",
932+
"revision": "20221022",
933933
"rootUrl": "https://artifactregistry.googleapis.com/",
934934
"schemas": {
935935
"Binding": {
@@ -1322,6 +1322,11 @@
13221322
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
13231323
"type": "string"
13241324
},
1325+
"satisfiesPzs": {
1326+
"description": "Output only. If set, the repository satisfies physical zone separation.",
1327+
"readOnly": true,
1328+
"type": "boolean"
1329+
},
13251330
"sizeBytes": {
13261331
"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.",
13271332
"format": "int64",

0 commit comments

Comments
 (0)
Please sign in to comment.