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
#### artifactregistry:v1beta1
The following keys were added:
- schemas.Repository.properties.satisfiesPzi (Total Keys: 2)
#### artifactregistry:v1beta2
The following keys were deleted:
- resources.media.methods.download (Total Keys: 13)
The following keys were added:
- resources.projects.resources.locations.resources.repositories.resources.files.methods.download (Total Keys: 13)
- schemas.Repository.properties.satisfiesPzi (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.files.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114
114
"value": "A String", # The hash value.
115
115
},
116
116
],
117
-
"name": "A String", # The name of the file, for example: "projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt". If the file ID part contains slashes, they are escaped.
117
+
"name": "A String", # The name of the file, for example: `projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt`. If the file ID part contains slashes, they are escaped.
118
118
"owner": "A String", # The name of the Package or Version that owns this file, if any.
119
119
"sizeBytes": "A String", # The size of the File in bytes.
120
120
"updateTime": "A String", # Output only. The time when the File was last updated.
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148
148
"value": "A String", # The hash value.
149
149
},
150
150
],
151
-
"name": "A String", # The name of the file, for example: "projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt". If the file ID part contains slashes, they are escaped.
151
+
"name": "A String", # The name of the file, for example: `projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt`. If the file ID part contains slashes, they are escaped.
152
152
"owner": "A String", # The name of the Package or Version that owns this file, if any.
153
153
"sizeBytes": "A String", # The size of the File in bytes.
154
154
"updateTime": "A String", # Output only. The time when the File was last updated.
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1beta1.projects.locations.repositories.html
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,8 @@ <h3>Method Details</h3>
137
137
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
138
138
"a_key": "A String",
139
139
},
140
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
140
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
141
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
141
142
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
142
143
"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.
143
144
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -230,7 +231,8 @@ <h3>Method Details</h3>
230
231
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
231
232
"a_key": "A String",
232
233
},
233
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
234
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
235
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
234
236
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
235
237
"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.
236
238
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -299,7 +301,8 @@ <h3>Method Details</h3>
299
301
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
300
302
"a_key": "A String",
301
303
},
302
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
304
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
305
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
303
306
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
304
307
"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.
305
308
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -327,7 +330,7 @@ <h3>Method Details</h3>
327
330
<pre>Updates a repository.
328
331
329
332
Args:
330
-
name: string, The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. (required)
333
+
name: string, The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique. (required)
331
334
body: object, The request body.
332
335
The object takes the form of:
333
336
@@ -339,7 +342,8 @@ <h3>Method Details</h3>
339
342
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
340
343
"a_key": "A String",
341
344
},
342
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
345
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
346
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
343
347
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
344
348
"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.
345
349
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -362,7 +366,8 @@ <h3>Method Details</h3>
362
366
"labels": { # Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
363
367
"a_key": "A String",
364
368
},
365
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
369
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
370
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
366
371
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
367
372
"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.
368
373
"updateTime": "A String", # Output only. The time when the repository was last updated.
"value": "A String", # The hash value.
115
156
},
116
157
],
117
-
"name": "A String", # The name of the file, for example: "projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt". If the file ID part contains slashes, they are escaped.
158
+
"name": "A String", # The name of the file, for example: `projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt`. If the file ID part contains slashes, they are escaped.
118
159
"owner": "A String", # The name of the Package or Version that owns this file, if any.
119
160
"sizeBytes": "A String", # The size of the File in bytes.
120
161
"updateTime": "A String", # Output only. The time when the File was last updated.
@@ -148,7 +189,7 @@ <h3>Method Details</h3>
148
189
"value": "A String", # The hash value.
149
190
},
150
191
],
151
-
"name": "A String", # The name of the file, for example: "projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt". If the file ID part contains slashes, they are escaped.
192
+
"name": "A String", # The name of the file, for example: `projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt`. If the file ID part contains slashes, they are escaped.
152
193
"owner": "A String", # The name of the Package or Version that owns this file, if any.
153
194
"sizeBytes": "A String", # The size of the File in bytes.
154
195
"updateTime": "A String", # Output only. The time when the File was last updated.
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.html
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,8 @@ <h3>Method Details</h3>
151
151
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
152
152
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
153
153
},
154
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
154
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
155
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
155
156
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
156
157
"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.
157
158
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -248,7 +249,8 @@ <h3>Method Details</h3>
248
249
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
249
250
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
250
251
},
251
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
252
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
253
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
252
254
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
253
255
"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.
254
256
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -321,7 +323,8 @@ <h3>Method Details</h3>
321
323
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
322
324
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
323
325
},
324
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
326
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
327
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
325
328
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
326
329
"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.
327
330
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -349,7 +352,7 @@ <h3>Method Details</h3>
349
352
<pre>Updates a repository.
350
353
351
354
Args:
352
-
name: string, The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. (required)
355
+
name: string, The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique. (required)
353
356
body: object, The request body.
354
357
The object takes the form of:
355
358
@@ -365,7 +368,8 @@ <h3>Method Details</h3>
365
368
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
366
369
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
367
370
},
368
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
371
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
372
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
369
373
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
370
374
"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.
371
375
"updateTime": "A String", # Output only. The time when the repository was last updated.
@@ -392,7 +396,8 @@ <h3>Method Details</h3>
392
396
"allowSnapshotOverwrites": True or False, # The repository with this flag will allow publishing the same snapshot versions.
393
397
"versionPolicy": "A String", # Version policy defines the versions that the registry will accept.
394
398
},
395
-
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`.
399
+
"name": "A String", # The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
400
+
"satisfiesPzi": True or False, # Output only. If set, the repository satisfies physical zone isolation.
396
401
"satisfiesPzs": True or False, # Output only. If set, the repository satisfies physical zone separation.
397
402
"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.
398
403
"updateTime": "A String", # Output only. The time when the repository was last updated.
0 commit comments