Skip to content

Commit 1b2bc37

Browse files
chore: Update discovery artifacts (#2142)
## Deleted keys were detected in the following stable discovery artifacts: beyondcorp v1 https://github.com/googleapis/google-api-python-client/commit/a5e5892e5dc87d4b5b683fe541860b314d330344 drive v2 https://github.com/googleapis/google-api-python-client/commit/ad82dc551c3c21696aa8aca49cff140c571a012b drive v3 https://github.com/googleapis/google-api-python-client/commit/ad82dc551c3c21696aa8aca49cff140c571a012b ## Discovery Artifact Change Summary: feat(beyondcorp): update the api https://github.com/googleapis/google-api-python-client/commit/a5e5892e5dc87d4b5b683fe541860b314d330344 feat(bigqueryreservation): update the api https://github.com/googleapis/google-api-python-client/commit/d3b7f300fd53bd026b67fde7840a1793e50002d2 feat(cloudidentity): update the api https://github.com/googleapis/google-api-python-client/commit/bf1b8221e957a972ac021203caebb9278bfcf853 feat(container): update the api https://github.com/googleapis/google-api-python-client/commit/c7fbcc1368f2e0a67cec0df0cb8e1c4639990e07 feat(dataflow): update the api https://github.com/googleapis/google-api-python-client/commit/fd19fd06cb5406aa016f40c2a67b1851e6b9fc7e feat(datastream): update the api https://github.com/googleapis/google-api-python-client/commit/306c214298c9a9e66c7f15b46af1d5bacd9d370e feat(discoveryengine): update the api https://github.com/googleapis/google-api-python-client/commit/1e5b551d61aaf945164347a40ace010aa4af7a83 feat(dlp): update the api https://github.com/googleapis/google-api-python-client/commit/054b6503786c02e7fbd9717ea2a0a9d14a219ea5 feat(drive): update the api https://github.com/googleapis/google-api-python-client/commit/ad82dc551c3c21696aa8aca49cff140c571a012b feat(firebaseappcheck): update the api https://github.com/googleapis/google-api-python-client/commit/d500efb28614550500a909a82bdb71ee12a23596 feat(integrations): update the api https://github.com/googleapis/google-api-python-client/commit/a32107f98c072e31a461f29f7055a3bdb35d64ab feat(logging): update the api https://github.com/googleapis/google-api-python-client/commit/ced02fd8070d75283c64b40997a4363efbcc140d feat(ondemandscanning): update the api https://github.com/googleapis/google-api-python-client/commit/e72efccd79dd360e4d1dc55d2c1981b27040b35e
1 parent b6c6a4f commit 1b2bc37

File tree

342 files changed

+12674
-12461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+12674
-12461
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3>Method Details</h3>
100100

101101
{ # The request to import new googet artifacts.
102102
&quot;gcsSource&quot;: { # Google Cloud Storage location where the artifacts currently reside. # Google Cloud Storage location where input content is located.
103-
&quot;uris&quot;: [ # Cloud Storage paths URI (e.g., gs://my_bucket/my_object).
103+
&quot;uris&quot;: [ # Cloud Storage paths URI (e.g., `gs://my_bucket/my_object`).
104104
&quot;A String&quot;,
105105
],
106106
&quot;useWildcards&quot;: True or False, # Supports URI wildcards for matching multiple objects from a single URI.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h3>Method Details</h3>
157157
{ # Packages are named collections of versions.
158158
&quot;createTime&quot;: &quot;A String&quot;, # The time when the package was created.
159159
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the package.
160-
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1&quot;. If the package ID part contains slashes, the slashes are escaped.
160+
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.
161161
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the package was last updated. This includes publishing a new version of the package.
162162
}</pre>
163163
</div>
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
{ # Packages are named collections of versions.
185185
&quot;createTime&quot;: &quot;A String&quot;, # The time when the package was created.
186186
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the package.
187-
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1&quot;. If the package ID part contains slashes, the slashes are escaped.
187+
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.
188188
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the package was last updated. This includes publishing a new version of the package.
189189
},
190190
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
<pre>Lists tags.
174174

175175
Args:
176-
parent: string, The name of the parent resource whose tags will be listed. (required)
176+
parent: string, The name of the parent package whose tags will be listed. Example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1 (required)
177177
filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version=&quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0&quot;` --&gt; Tags that are applied to the version `1.0` in package `pkg1`.
178178
pageSize: integer, The maximum number of tags to return. Maximum page size is 10,000.
179179
pageToken: string, The next_page_token value returned from a previous list request, if any.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h3>Method Details</h3>
157157
{ # Packages are named collections of versions.
158158
&quot;createTime&quot;: &quot;A String&quot;, # The time when the package was created.
159159
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the package.
160-
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1&quot;. If the package ID part contains slashes, the slashes are escaped.
160+
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.
161161
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the package was last updated. This includes publishing a new version of the package.
162162
}</pre>
163163
</div>
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
{ # Packages are named collections of versions.
185185
&quot;createTime&quot;: &quot;A String&quot;, # The time when the package was created.
186186
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the package.
187-
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1&quot;. If the package ID part contains slashes, the slashes are escaped.
187+
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.
188188
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the package was last updated. This includes publishing a new version of the package.
189189
},
190190
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
<pre>Lists tags.
174174

175175
Args:
176-
parent: string, The name of the parent resource whose tags will be listed. (required)
176+
parent: string, The name of the parent package whose tags will be listed. Example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1 (required)
177177
filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version=&quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0&quot;` --&gt; Tags that are applied to the version `1.0` in package `pkg1`.
178178
pageSize: integer, The maximum number of tags to return. Maximum page size is 10,000.
179179
pageToken: string, The next_page_token value returned from a previous list request, if any.

docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h3>Method Details</h3>
157157
{ # Packages are named collections of versions.
158158
&quot;createTime&quot;: &quot;A String&quot;, # The time when the package was created.
159159
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the package.
160-
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1&quot;. If the package ID part contains slashes, the slashes are escaped.
160+
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.
161161
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the package was last updated. This includes publishing a new version of the package.
162162
}</pre>
163163
</div>
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
{ # Packages are named collections of versions.
185185
&quot;createTime&quot;: &quot;A String&quot;, # The time when the package was created.
186186
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the package.
187-
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1&quot;. If the package ID part contains slashes, the slashes are escaped.
187+
&quot;name&quot;: &quot;A String&quot;, # The name of the package, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`. If the package ID part contains slashes, the slashes are escaped.
188188
&quot;updateTime&quot;: &quot;A String&quot;, # The time when the package was last updated. This includes publishing a new version of the package.
189189
},
190190
],

docs/dyn/artifactregistry_v1beta2.projects.locations.repositories.packages.tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
<pre>Lists tags.
174174

175175
Args:
176-
parent: string, The name of the parent resource whose tags will be listed. (required)
176+
parent: string, The name of the parent package whose tags will be listed. Example: &quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1 (required)
177177
filter: string, An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version=&quot;projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0&quot;` --&gt; Tags that are applied to the version `1.0` in package `pkg1`.
178178
pageSize: integer, The maximum number of tags to return. Maximum page size is 10,000.
179179
pageToken: string, The next_page_token value returned from a previous list request, if any.

docs/dyn/batch_v1.projects.locations.jobs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147147
},
148148
],
149149
&quot;machineType&quot;: &quot;A String&quot;, # The Compute Engine machine type.
150-
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented.
150+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
151151
&quot;provisioningModel&quot;: &quot;A String&quot;, # The provisioning model.
152152
},
153153
},
@@ -404,7 +404,7 @@ <h3>Method Details</h3>
404404
},
405405
],
406406
&quot;machineType&quot;: &quot;A String&quot;, # The Compute Engine machine type.
407-
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented.
407+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
408408
&quot;provisioningModel&quot;: &quot;A String&quot;, # The provisioning model.
409409
},
410410
},
@@ -703,7 +703,7 @@ <h3>Method Details</h3>
703703
},
704704
],
705705
&quot;machineType&quot;: &quot;A String&quot;, # The Compute Engine machine type.
706-
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented.
706+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
707707
&quot;provisioningModel&quot;: &quot;A String&quot;, # The provisioning model.
708708
},
709709
},
@@ -970,7 +970,7 @@ <h3>Method Details</h3>
970970
},
971971
],
972972
&quot;machineType&quot;: &quot;A String&quot;, # The Compute Engine machine type.
973-
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform. Not yet implemented.
973+
&quot;minCpuPlatform&quot;: &quot;A String&quot;, # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
974974
&quot;provisioningModel&quot;: &quot;A String&quot;, # The provisioning model.
975975
},
976976
},

docs/dyn/beyondcorp_v1.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474

7575
<h1><a href="beyondcorp_v1.html">BeyondCorp API</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="beyondcorp_v1.organizations.html">organizations()</a></code>
79-
</p>
80-
<p class="firstline">Returns the organizations Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="beyondcorp_v1.projects.html">projects()</a></code>
8479
</p>

0 commit comments

Comments
 (0)