google-apis-artifactregistry_v1beta2 0.43.0 → 0.44.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: d622e723b3d0d2f32e665d47391a638bae86d3030966d369588997978b4f394b
4
- data.tar.gz: fbfcb1270027ef7f1ae744c8ce1e09566556bdfde7337fb1a3151e336acf5632
3
+ metadata.gz: 6379b6b415ea34d0b1239abfc76e505be209bafdf419a39e05c3e68b886b48dc
4
+ data.tar.gz: 2c234a49e261d24c34cf0d55a10b39d5f81acfd2a37dd6fd1fd88421f7678413
5
5
  SHA512:
6
- metadata.gz: 455666d5b24a30b6f97018bd75a3d2bd6d1cf10004b66df59667e55cfcac0765f0675ac346b23252198dbe26a32abb0e520c9f146b2f4bfc5e1a0a81aa571374
7
- data.tar.gz: 16d74ff3bb55bb1a22bc3a29a46b95a1e483e2e5d82137492f8f5f0c2ac16701a1395fdac124ebbf7f418af5bf6c53034d2f52b2bd8160b984bce7ec828559c4
6
+ metadata.gz: bca821b88c74252de315da1ca5d76bbf3a54e492273309f72e39b3fc4f31598ac84ba834add6c3071c51b97174392930e66f878e64a6f90aa66d5fb6d4b40663
7
+ data.tar.gz: '0281853bed517894cb8dd9e9795f84c83f16d5856b4fd9ba01fadb02833b68b67f9ca895747ca6cb29d7767f4e32b3e3dd1251426716d792ea9e2c2bbf1fb097'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.44.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.43.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230719
@@ -789,13 +789,13 @@ module Google
789
789
  # @return [String]
790
790
  attr_accessor :name
791
791
 
792
- # The normal response of the operation in case of success. If the original
793
- # method returns no data on success, such as `Delete`, the response is `google.
794
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
795
- # the response should be the resource. For other methods, the response should
796
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
797
- # example, if the original method name is `TakeSnapshot()`, the inferred
798
- # response type is `TakeSnapshotResponse`.
792
+ # The normal, successful response of the operation. If the original method
793
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
794
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
795
+ # response should be the resource. For other methods, the response should have
796
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
797
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
798
+ # `TakeSnapshotResponse`.
799
799
  # Corresponds to the JSON property `response`
800
800
  # @return [Hash<String,Object>]
801
801
  attr_accessor :response
@@ -878,22 +878,22 @@ module Google
878
878
  # evaluates to `true`. A condition can add constraints based on attributes of
879
879
  # the request, the resource, or both. To learn which resources support
880
880
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
881
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
881
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
882
882
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
883
883
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
884
884
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
885
885
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
886
886
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
887
887
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
888
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
889
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
890
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
891
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
892
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
893
- # access description: Does not grant access after Sep 2020 expression: request.
894
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
895
- # a description of IAM and its features, see the [IAM documentation](https://
896
- # cloud.google.com/iam/docs/).
888
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
889
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
890
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
891
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
892
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
893
+ # title: expirable access description: Does not grant access after Sep 2020
894
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
895
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
896
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
897
897
  class Policy
898
898
  include Google::Apis::Core::Hashable
899
899
 
@@ -1081,22 +1081,22 @@ module Google
1081
1081
  # evaluates to `true`. A condition can add constraints based on attributes of
1082
1082
  # the request, the resource, or both. To learn which resources support
1083
1083
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1084
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1084
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1085
1085
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1086
1086
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1087
1087
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1088
1088
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1089
1089
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1090
1090
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1091
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1092
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1093
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1094
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1095
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1096
- # access description: Does not grant access after Sep 2020 expression: request.
1097
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1098
- # a description of IAM and its features, see the [IAM documentation](https://
1099
- # cloud.google.com/iam/docs/).
1091
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1092
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1093
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1094
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1095
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1096
+ # title: expirable access description: Does not grant access after Sep 2020
1097
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1098
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1099
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1100
1100
  # Corresponds to the JSON property `policy`
1101
1101
  # @return [Google::Apis::ArtifactregistryV1beta2::Policy]
1102
1102
  attr_accessor :policy
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.44.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: []