Skip to content

Commit 736abfe

Browse files
feat: Automated regeneration of artifactregistry v1beta2 client (#9424)
Auto-created at 2022-05-14 11:45:49 +0000 using the toys pull request generator.
1 parent 940a733 commit 736abfe

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

generated/google-apis-artifactregistry_v1beta2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-artifactregistry_v1beta2
22

3+
### v0.25.0 (2022-05-14)
4+
5+
* Regenerated from discovery document revision 20220506
6+
37
### v0.24.0 (2022-04-22)
48

59
* Regenerated from discovery document revision 20220415

generated/google-apis-artifactregistry_v1beta2/lib/google/apis/artifactregistry_v1beta2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ArtifactregistryV1beta2
1818
# Version of the google-apis-artifactregistry_v1beta2 gem
19-
GEM_VERSION = "0.24.0"
19+
GEM_VERSION = "0.25.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.4.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20220415"
25+
REVISION = "20220506"
2626
end
2727
end
2828
end

generated/google-apis-artifactregistry_v1beta2/lib/google/apis/artifactregistry_v1beta2/service.rb

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,9 @@ def get_project_location_repository(name, fields: nil, quota_user: nil, options:
322322

323323
# Gets the IAM policy for a given resource.
324324
# @param [String] resource
325-
# REQUIRED: The resource for which the policy is being requested. See the
326-
# operation documentation for the appropriate value for this field.
325+
# REQUIRED: The resource for which the policy is being requested. See [Resource
326+
# names](https://cloud.google.com/apis/design/resource_names) for the
327+
# appropriate value for this field.
327328
# @param [Fixnum] options_requested_policy_version
328329
# Optional. The maximum policy version that will be used to format the policy.
329330
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -440,8 +441,9 @@ def patch_project_location_repository(name, repository_object = nil, update_mask
440441

441442
# Updates the IAM policy for a given resource.
442443
# @param [String] resource
443-
# REQUIRED: The resource for which the policy is being specified. See the
444-
# operation documentation for the appropriate value for this field.
444+
# REQUIRED: The resource for which the policy is being specified. See [Resource
445+
# names](https://cloud.google.com/apis/design/resource_names) for the
446+
# appropriate value for this field.
445447
# @param [Google::Apis::ArtifactregistryV1beta2::SetIamPolicyRequest] set_iam_policy_request_object
446448
# @param [String] fields
447449
# Selector specifying which fields to include in a partial response.
@@ -474,8 +476,9 @@ def set_repository_iam_policy(resource, set_iam_policy_request_object = nil, fie
474476

475477
# Tests if the caller has a list of permissions on a resource.
476478
# @param [String] resource
477-
# REQUIRED: The resource for which the policy detail is being requested. See the
478-
# operation documentation for the appropriate value for this field.
479+
# REQUIRED: The resource for which the policy detail is being requested. See [
480+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
481+
# appropriate value for this field.
479482
# @param [Google::Apis::ArtifactregistryV1beta2::TestIamPermissionsRequest] test_iam_permissions_request_object
480483
# @param [String] fields
481484
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)