You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.html
+5
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ <h3>Method Details</h3>
138
138
"a_key": "A String",
139
139
},
140
140
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
141
+
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
141
142
"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.
142
143
"updateTime": "A String", # The time when the repository was last updated.
143
144
}
@@ -230,6 +231,7 @@ <h3>Method Details</h3>
230
231
"a_key": "A String",
231
232
},
232
233
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
234
+
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
233
235
"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.
234
236
"updateTime": "A String", # The time when the repository was last updated.
235
237
}</pre>
@@ -298,6 +300,7 @@ <h3>Method Details</h3>
298
300
"a_key": "A String",
299
301
},
300
302
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
303
+
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
301
304
"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.
302
305
"updateTime": "A String", # The time when the repository was last updated.
303
306
},
@@ -337,6 +340,7 @@ <h3>Method Details</h3>
337
340
"a_key": "A String",
338
341
},
339
342
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
343
+
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
340
344
"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.
341
345
"updateTime": "A String", # The time when the repository was last updated.
342
346
}
@@ -359,6 +363,7 @@ <h3>Method Details</h3>
359
363
"a_key": "A String",
360
364
},
361
365
"name": "A String", # The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
366
+
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
362
367
"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.
363
368
"updateTime": "A String", # The time when the repository was last updated.
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
1323
1323
"type": "string"
1324
1324
},
1325
+
"satisfiesPzs": {
1326
+
"description": "Output only. If set, the repository satisfies physical zone separation.",
1327
+
"readOnly": true,
1328
+
"type": "boolean"
1329
+
},
1325
1330
"sizeBytes": {
1326
1331
"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.",
0 commit comments