google-apis-artifactregistry_v1beta2 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef77eb5df18c481db68a1eec5fb4ed6d1232ae87f1ff143e2b88d02d3c98beed
4
- data.tar.gz: 2c3e766f41eb5c215cc04420159bcf214ca771bbf38c06a63994fbefc40ac5d9
3
+ metadata.gz: '088974b15691ec119b25da65f9332407f0df20d39348914a1eb9ebb63d218571'
4
+ data.tar.gz: 23a9da67d6abc4ca9346959b9fb750ceb4770abb2b251badbe1e94fc12ee2da2
5
5
  SHA512:
6
- metadata.gz: 1cca5ca17045e528c90454fc1d3b0a481c87e8c1791f71acee7869bf5fd0fb6b80c54ebed1e5bca2fc2eb50a38d86d0c4cbbf8cfc5315fcf9b654536fe0a09d3
7
- data.tar.gz: 36acb97873e45de9b2b9f561bd212f44f154a7381d2adab131c7e24c4f46d95487279d0f598d4281e74ca197d3e8bfd81051d144702b46c24a8bf6f9a780c45f
6
+ metadata.gz: 20d5caade4f711c7e9f45be9494ce46e60131f642dddb9a5d126c50f17eebfb0c389d56e0f6812d7b2e990fab04a963bc582be10fff9f4484186b4cae668e6dc
7
+ data.tar.gz: be412e7b500d7c716754883873ddeb03365d90686b0c505399bb8eff235bbd588b0e779ac67dc1381bcd0563843dccbbd84037b39f4669919c527b6fed94e026
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.25.0 (2022-05-14)
4
+
5
+ * Regenerated from discovery document revision 20220506
6
+
3
7
  ### v0.24.0 (2022-04-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220415
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta2
18
18
  # Version of the google-apis-artifactregistry_v1beta2 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220415"
25
+ REVISION = "20220506"
26
26
  end
27
27
  end
28
28
  end
@@ -322,8 +322,9 @@ module Google
322
322
 
323
323
  # Gets the IAM policy for a given resource.
324
324
  # @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.
327
328
  # @param [Fixnum] options_requested_policy_version
328
329
  # Optional. The maximum policy version that will be used to format the policy.
329
330
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -440,8 +441,9 @@ module Google
440
441
 
441
442
  # Updates the IAM policy for a given resource.
442
443
  # @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.
445
447
  # @param [Google::Apis::ArtifactregistryV1beta2::SetIamPolicyRequest] set_iam_policy_request_object
446
448
  # @param [String] fields
447
449
  # Selector specifying which fields to include in a partial response.
@@ -474,8 +476,9 @@ module Google
474
476
 
475
477
  # Tests if the caller has a list of permissions on a resource.
476
478
  # @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.
479
482
  # @param [Google::Apis::ArtifactregistryV1beta2::TestIamPermissionsRequest] test_iam_permissions_request_object
480
483
  # @param [String] fields
481
484
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-25 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []