google-apis-artifactregistry_v1beta1 0.40.0 → 0.41.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: 1fef7d7e31db632025716764485ff3e7455148e07038ceb7687531f256677cfc
4
- data.tar.gz: b0e23a95b6972f7b9cdc420d8c64c6561c129927cce6e65eda335a604e7d99ed
3
+ metadata.gz: 47202fe57355b44e404395306e2c3dd30405e4f264c36ccca3b7e58a24a41767
4
+ data.tar.gz: 306018a5173f44105930be7104606b909ea9ca08fc8d982861c1b214f0059abf
5
5
  SHA512:
6
- metadata.gz: 16d00a98bd47f82f4bde380d3b8835ba6ea3978738aaf19550a100e4b92a27c63f5be387a70b14784e3f3fcee5adf711bba375f77f0fb3984f51b35be34d6e5f
7
- data.tar.gz: 321f7bd41716c913a3e15ed078b17490f8788db1befb2aa3d0976235cc1d8655f6245ab8f07b7b48f77e0da33636d40b18b496c61cc53214566621879e1eeb03
6
+ metadata.gz: b18429e61e8c4440e67fc46c830669f23a62b2689238f1b17ee81b2e26ce7c8510756612c91c65f052ca4e7e571a17af86e83ce327dc4f31bd54324ee4869952
7
+ data.tar.gz: abe405d1ef8b221fa78d4040c1a205f30c16dd0c4b1b29c1abd76b8b473062b953cd7f00ff83a091d76aa78370fff0368af5df96014a2052005d1b9ab7a915e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.41.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.40.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230719
@@ -484,13 +484,13 @@ module Google
484
484
  # @return [String]
485
485
  attr_accessor :name
486
486
 
487
- # The normal response of the operation in case of success. If the original
488
- # method returns no data on success, such as `Delete`, the response is `google.
489
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
490
- # the response should be the resource. For other methods, the response should
491
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
492
- # example, if the original method name is `TakeSnapshot()`, the inferred
493
- # response type is `TakeSnapshotResponse`.
487
+ # The normal, successful response of the operation. If the original method
488
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
489
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
490
+ # response should be the resource. For other methods, the response should have
491
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
492
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
493
+ # `TakeSnapshotResponse`.
494
494
  # Corresponds to the JSON property `response`
495
495
  # @return [Hash<String,Object>]
496
496
  attr_accessor :response
@@ -560,22 +560,22 @@ module Google
560
560
  # evaluates to `true`. A condition can add constraints based on attributes of
561
561
  # the request, the resource, or both. To learn which resources support
562
562
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
563
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
563
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
564
564
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
565
565
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
566
566
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
567
567
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
568
568
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
569
569
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
570
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
571
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
572
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
573
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
574
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
575
- # access description: Does not grant access after Sep 2020 expression: request.
576
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
577
- # a description of IAM and its features, see the [IAM documentation](https://
578
- # cloud.google.com/iam/docs/).
570
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
571
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
572
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
573
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
574
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
575
+ # title: expirable access description: Does not grant access after Sep 2020
576
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
577
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
578
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
579
579
  class Policy
580
580
  include Google::Apis::Core::Hashable
581
581
 
@@ -730,22 +730,22 @@ module Google
730
730
  # evaluates to `true`. A condition can add constraints based on attributes of
731
731
  # the request, the resource, or both. To learn which resources support
732
732
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
733
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
733
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
734
734
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
735
735
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
736
736
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
737
737
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
738
738
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
739
739
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
740
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
741
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
742
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
743
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
744
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
745
- # access description: Does not grant access after Sep 2020 expression: request.
746
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
747
- # a description of IAM and its features, see the [IAM documentation](https://
748
- # cloud.google.com/iam/docs/).
740
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
741
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
742
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
743
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
744
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
745
+ # title: expirable access description: Does not grant access after Sep 2020
746
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
747
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
748
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
749
749
  # Corresponds to the JSON property `policy`
750
750
  # @return [Google::Apis::ArtifactregistryV1beta1::Policy]
751
751
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta1
18
18
  # Version of the google-apis-artifactregistry_v1beta1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230719"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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: 2023-07-23 00:00:00.000000000 Z
11
+ date: 2023-08-06 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []