google-apis-artifactregistry_v1beta2 0.43.0 → 0.45.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: 9069c698760825a792d6b0b8e53558cb4055e40ead1fe5dcd3f9f7a511cbc6b8
4
+ data.tar.gz: 7cbc3583ff5969e5e2bea8bc56b69c04b1438f316af8a6460ad756dd1895d4f5
5
5
  SHA512:
6
- metadata.gz: 455666d5b24a30b6f97018bd75a3d2bd6d1cf10004b66df59667e55cfcac0765f0675ac346b23252198dbe26a32abb0e520c9f146b2f4bfc5e1a0a81aa571374
7
- data.tar.gz: 16d74ff3bb55bb1a22bc3a29a46b95a1e483e2e5d82137492f8f5f0c2ac16701a1395fdac124ebbf7f418af5bf6c53034d2f52b2bd8160b984bce7ec828559c4
6
+ metadata.gz: 2a30f32ce12336cfdde3e6bb4b23ba80d66fd229b432037a61e6b3f8a6e9b7cc0b7178ee3be7696138a4905c4f7dbefd2de91d4e48203a06b3ffd87b413c5070
7
+ data.tar.gz: 52014b392d30be6d780e5047682ce872e66ac61f9e1ee9f65bb2910a6f3280c8ba83a7c9105339c25e4cc0fe067cd1d5893085b77a08e0b1d028991c4e96b1e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.45.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230905
6
+
7
+ ### v0.44.0 (2023-08-06)
8
+
9
+ * Regenerated from discovery document revision 20230803
10
+
3
11
  ### v0.43.0 (2023-07-23)
4
12
 
5
13
  * 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
@@ -1338,7 +1338,7 @@ module Google
1338
1338
  class UploadYumArtifactResponse
1339
1339
  include Google::Apis::Core::Hashable
1340
1340
 
1341
- # The Apt artifacts updated.
1341
+ # The Yum artifacts updated.
1342
1342
  # Corresponds to the JSON property `yumArtifacts`
1343
1343
  # @return [Array<Google::Apis::ArtifactregistryV1beta2::YumArtifact>]
1344
1344
  attr_accessor :yum_artifacts
@@ -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.45.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 = "20230905"
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.45.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-09-10 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.45.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Artifact Registry API V1beta2