google-apis-artifactregistry_v1beta2 0.23.0 → 0.26.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: a497472509585bb5ceee3796993eedd8a145b94770f6efbc709d787a63b84098
4
- data.tar.gz: aa11ac0c2e1b751b0b3aa8ad4a54efac8d1b8b22f0574997f081d24ad8c3e53c
3
+ metadata.gz: b40791ec224244abd2f9b190197ab2465b3b81b32225aadc8b57ac45ee736250
4
+ data.tar.gz: 371f6726dbbaf03d5588247dd921776a7cd6f76c2e86f5050f030c7aa77069e4
5
5
  SHA512:
6
- metadata.gz: 9f67e891f5c6566f76b828aac721d156d4b86c0776ddc1fed5e85aa2e7b3984181c9f827c4ca89560f91975d1411815b44d063901097d8fd98549e7a212c45cd
7
- data.tar.gz: 184f8216bce40da50fa262d1dbc8cb148e1328dfd1cd64141c9d5225affeba2e425f086dcf9b349810ebf636a142a0d3dcdf56ddf3518edac599212f34be8e18
6
+ metadata.gz: d3f1b12cbeaafb3c35e9538e1cf77569b997630ddba4524897f9b4870de3f9ab7c50271e3e6ae6b008054d30e796029986bdf3c159f6bde4f90f0f4076eb664d
7
+ data.tar.gz: 142146bfa27eacb780e793f2cca3c32689627cbdda61681fa01ff3fc1ccdd30f7dddba83857b512a023c8281f4ceeeea9205b57f173965d334466f2e10d2711c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.26.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.25.0 (2022-05-14)
8
+
9
+ * Regenerated from discovery document revision 20220506
10
+
11
+ ### v0.24.0 (2022-04-22)
12
+
13
+ * Regenerated from discovery document revision 20220415
14
+
3
15
  ### v0.23.0 (2022-04-06)
4
16
 
5
17
  * Regenerated from discovery document revision 20220401
@@ -97,7 +97,7 @@ module Google
97
97
  # @return [Google::Apis::ArtifactregistryV1beta2::Expr]
98
98
  attr_accessor :condition
99
99
 
100
- # Specifies the principals requesting access for a Cloud Platform resource. `
100
+ # Specifies the principals requesting access for a Google Cloud resource. `
101
101
  # members` can have the following values: * `allUsers`: A special identifier
102
102
  # that represents anyone who is on the internet; with or without a Google
103
103
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1174,7 +1174,7 @@ module Google
1174
1174
  include Google::Apis::Core::Hashable
1175
1175
 
1176
1176
  # The set of permissions to check for the `resource`. Permissions with wildcards
1177
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1177
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1178
1178
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1179
1179
  # Corresponds to the JSON property `permissions`
1180
1180
  # @return [Array<String>]
@@ -1229,6 +1229,19 @@ module Google
1229
1229
  end
1230
1230
  end
1231
1231
 
1232
+ # The operation metadata for uploading artifacts.
1233
+ class UploadAptArtifactMetadata
1234
+ include Google::Apis::Core::Hashable
1235
+
1236
+ def initialize(**args)
1237
+ update!(**args)
1238
+ end
1239
+
1240
+ # Update properties of this object
1241
+ def update!(**args)
1242
+ end
1243
+ end
1244
+
1232
1245
  # The request to upload an artifact.
1233
1246
  class UploadAptArtifactRequest
1234
1247
  include Google::Apis::Core::Hashable
@@ -1282,6 +1295,19 @@ module Google
1282
1295
  end
1283
1296
  end
1284
1297
 
1298
+ # The operation metadata for uploading artifacts.
1299
+ class UploadYumArtifactMetadata
1300
+ include Google::Apis::Core::Hashable
1301
+
1302
+ def initialize(**args)
1303
+ update!(**args)
1304
+ end
1305
+
1306
+ # Update properties of this object
1307
+ def update!(**args)
1308
+ end
1309
+ end
1310
+
1285
1311
  # The request to upload an artifact.
1286
1312
  class UploadYumArtifactRequest
1287
1313
  include Google::Apis::Core::Hashable
@@ -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.23.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220401"
25
+ REVISION = "20220506"
26
26
  end
27
27
  end
28
28
  end
@@ -238,6 +238,12 @@ module Google
238
238
  include Google::Apis::Core::JsonObjectSupport
239
239
  end
240
240
 
241
+ class UploadAptArtifactMetadata
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
241
247
  class UploadAptArtifactRequest
242
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
249
 
@@ -256,6 +262,12 @@ module Google
256
262
  include Google::Apis::Core::JsonObjectSupport
257
263
  end
258
264
 
265
+ class UploadYumArtifactMetadata
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
259
271
  class UploadYumArtifactRequest
260
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
273
 
@@ -605,6 +617,12 @@ module Google
605
617
  end
606
618
  end
607
619
 
620
+ class UploadAptArtifactMetadata
621
+ # @private
622
+ class Representation < Google::Apis::Core::JsonRepresentation
623
+ end
624
+ end
625
+
608
626
  class UploadAptArtifactRequest
609
627
  # @private
610
628
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -627,6 +645,12 @@ module Google
627
645
  end
628
646
  end
629
647
 
648
+ class UploadYumArtifactMetadata
649
+ # @private
650
+ class Representation < Google::Apis::Core::JsonRepresentation
651
+ end
652
+ end
653
+
630
654
  class UploadYumArtifactRequest
631
655
  # @private
632
656
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -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.23.0
4
+ version: 0.26.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-11 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.26.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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Artifact Registry API V1beta2