Skip to content

Commit caa1158

Browse files
feat(artifactregistry): update the api
#### artifactregistry:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) The following keys were changed: - endpoints (Total Keys: 1) #### artifactregistry:v1beta1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) The following keys were changed: - endpoints (Total Keys: 1)
1 parent 61ee26c commit caa1158

10 files changed

+81
-47
lines changed

docs/dyn/artifactregistry_v1.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
9494
<code><a href="#getVpcscConfig">getVpcscConfig(name, x__xgafv=None)</a></code></p>
9595
<p class="firstline">Retrieves the VPCSC Config for the Project.</p>
9696
<p class="toc_element">
97-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
97+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9898
<p class="firstline">Lists information about the supported locations for this service.</p>
9999
<p class="toc_element">
100100
<code><a href="#list_next">list_next()</a></code></p>
@@ -156,11 +156,12 @@ <h3>Method Details</h3>
156156
</div>
157157

158158
<div class="method">
159-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
159+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
160160
<pre>Lists information about the supported locations for this service.
161161

162162
Args:
163163
name: string, The resource that owns the locations collection, if applicable. (required)
164+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
164165
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
165166
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
166167
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/artifactregistry_v1.projects.locations.repositories.genericArtifacts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3>Method Details</h3>
9898
{ # The request to upload a generic artifact. The created GenericArtifact will have the resource name {parent}/genericArtifacts/package_id:version_id. The created file will have the resource name {parent}/files/package_id:version_id:filename.
9999
&quot;filename&quot;: &quot;A String&quot;, # The name of the file of the generic artifact to be uploaded. E.g. `example-file.zip` The filename is limited to letters, numbers, and url safe characters, i.e. [a-zA-Z0-9-_.~@].
100100
&quot;packageId&quot;: &quot;A String&quot;, # The ID of the package of the generic artifact. If the package does not exist, a new package will be created. The `package_id` should start and end with a letter or number, only contain letters, numbers, hyphens, underscores, and periods, and not exceed 256 characters.
101-
&quot;versionId&quot;: &quot;A String&quot;, # The ID of the version of the generic artifact. If the version does not exist, a new version will be created. The version_id must start and end with a letter or number, can only contain lowercase letters, numbers, hyphens and periods, i.e. [a-z0-9-.] and cannot exceed a total of 128 characters. Creating a version called `latest` is not allowed.
101+
&quot;versionId&quot;: &quot;A String&quot;, # The ID of the version of the generic artifact. If the version does not exist, a new version will be created. The version_id must start and end with a letter or number, can only contain lowercase letters, numbers, the following characters [-.+~:], i.e.[a-z0-9-.+~:] and cannot exceed a total of 128 characters. Creating a version called `latest` is not allowed.
102102
}
103103

104104
media_body: string, The filename of the media request body, or an instance of a MediaUpload object.

docs/dyn/artifactregistry_v1.projects.locations.repositories.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ <h3>Method Details</h3>
290290
},
291291
},
292292
},
293-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
294-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
293+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
294+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
295295
&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.
296296
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
297297
&quot;virtualRepositoryConfig&quot;: { # Virtual repository configuration. # Configuration specific for a Virtual Repository.
@@ -491,8 +491,8 @@ <h3>Method Details</h3>
491491
},
492492
},
493493
},
494-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
495-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
494+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
495+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
496496
&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.
497497
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
498498
&quot;virtualRepositoryConfig&quot;: { # Virtual repository configuration. # Configuration specific for a Virtual Repository.
@@ -670,8 +670,8 @@ <h3>Method Details</h3>
670670
},
671671
},
672672
},
673-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
674-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
673+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
674+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
675675
&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.
676676
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
677677
&quot;virtualRepositoryConfig&quot;: { # Virtual repository configuration. # Configuration specific for a Virtual Repository.
@@ -818,8 +818,8 @@ <h3>Method Details</h3>
818818
},
819819
},
820820
},
821-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
822-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
821+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
822+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
823823
&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.
824824
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
825825
&quot;virtualRepositoryConfig&quot;: { # Virtual repository configuration. # Configuration specific for a Virtual Repository.
@@ -949,8 +949,8 @@ <h3>Method Details</h3>
949949
},
950950
},
951951
},
952-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
953-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
952+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
953+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
954954
&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.
955955
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
956956
&quot;virtualRepositoryConfig&quot;: { # Virtual repository configuration. # Configuration specific for a Virtual Repository.

docs/dyn/artifactregistry_v1.projects.locations.repositories.packages.versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
The object takes the form of:
107107

108108
{ # The request to delete multiple versions across a repository.
109-
&quot;names&quot;: [ # Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.
109+
&quot;names&quot;: [ # Required. The names of the versions to delete. The maximum number of versions deleted per batch is determined by the service and is dependent on the available resources in the region.
110110
&quot;A String&quot;,
111111
],
112112
&quot;validateOnly&quot;: True or False, # If true, the request is performed without deleting data, following AIP-163.

docs/dyn/artifactregistry_v1beta1.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9292
<p class="firstline">Gets information about a location.</p>
9393
<p class="toc_element">
94-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
94+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9595
<p class="firstline">Lists information about the supported locations for this service.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
@@ -130,11 +130,12 @@ <h3>Method Details</h3>
130130
</div>
131131

132132
<div class="method">
133-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
133+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
134134
<pre>Lists information about the supported locations for this service.
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
138139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ <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: `projects/p1/locations/us-central1/repositories/repo1`. For each location in a project, repository names must be unique.
141-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
142-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
141+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
142+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
143143
&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.
144144
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
145145
}
@@ -232,8 +232,8 @@ <h3>Method Details</h3>
232232
&quot;a_key&quot;: &quot;A String&quot;,
233233
},
234234
&quot;name&quot;: &quot;A String&quot;, # 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-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
236-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
235+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
236+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
237237
&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.
238238
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
239239
}</pre>
@@ -303,8 +303,8 @@ <h3>Method Details</h3>
303303
&quot;a_key&quot;: &quot;A String&quot;,
304304
},
305305
&quot;name&quot;: &quot;A String&quot;, # 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.
306-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
307-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
306+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
307+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
308308
&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.
309309
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
310310
},
@@ -344,8 +344,8 @@ <h3>Method Details</h3>
344344
&quot;a_key&quot;: &quot;A String&quot;,
345345
},
346346
&quot;name&quot;: &quot;A String&quot;, # 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.
347-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
348-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
347+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
348+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
349349
&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.
350350
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
351351
}
@@ -368,8 +368,8 @@ <h3>Method Details</h3>
368368
&quot;a_key&quot;: &quot;A String&quot;,
369369
},
370370
&quot;name&quot;: &quot;A String&quot;, # 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.
371-
&quot;satisfiesPzi&quot;: True or False, # Output only. If set, the repository satisfies physical zone isolation.
372-
&quot;satisfiesPzs&quot;: True or False, # Output only. If set, the repository satisfies physical zone separation.
371+
&quot;satisfiesPzi&quot;: True or False, # Output only. Whether or not this repository satisfies PZI.
372+
&quot;satisfiesPzs&quot;: True or False, # Output only. Whether or not this repository satisfies PZS.
373373
&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.
374374
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the repository was last updated.
375375
}</pre>

0 commit comments

Comments
 (0)