google-apis-artifactregistry_v1beta2 0.22.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: 27db909a9b02fbd32d891d29f0be2b1554403ca12c7703a3d0fc6ce4410f7472
4
- data.tar.gz: '05583078c785a7d033693bea0fcb152cd2cad149d502c965c9d5ea64bc57301c'
3
+ metadata.gz: '088974b15691ec119b25da65f9332407f0df20d39348914a1eb9ebb63d218571'
4
+ data.tar.gz: 23a9da67d6abc4ca9346959b9fb750ceb4770abb2b251badbe1e94fc12ee2da2
5
5
  SHA512:
6
- metadata.gz: '059acbee00b0ee04857c3b39461386f3575850acee4d9a531e0ad667cf995f36e03f8c6b3e3a98589bd1edd956fd0b0d597abe289749bfa30c4e6ec855db0fe8'
7
- data.tar.gz: 5549355aa584703dd81e01fe6984c98b5abcd07bc0d4bdbf614055d0c5466d841568a84471b4245a6504b01ac41d7b8a4e3cbd445ff25d8fd3471be65cf104dd
6
+ metadata.gz: 20d5caade4f711c7e9f45be9494ce46e60131f642dddb9a5d126c50f17eebfb0c389d56e0f6812d7b2e990fab04a963bc582be10fff9f4484186b4cae668e6dc
7
+ data.tar.gz: be412e7b500d7c716754883873ddeb03365d90686b0c505399bb8eff235bbd588b0e779ac67dc1381bcd0563843dccbbd84037b39f4669919c527b6fed94e026
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
7
+ ### v0.24.0 (2022-04-22)
8
+
9
+ * Regenerated from discovery document revision 20220415
10
+
11
+ ### v0.23.0 (2022-04-06)
12
+
13
+ * Regenerated from discovery document revision 20220401
14
+
3
15
  ### v0.22.0 (2022-03-31)
4
16
 
5
17
  * Regenerated from discovery document revision 20220328
@@ -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.22.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 = "20220328"
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
@@ -152,8 +152,8 @@ module Google
152
152
  # The resource that owns the locations collection, if applicable.
153
153
  # @param [String] filter
154
154
  # A filter to narrow down results to a preferred subset. The filtering language
155
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
156
- # AIP-160](https://google.aip.dev/160).
155
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
156
+ # in [AIP-160](https://google.aip.dev/160).
157
157
  # @param [Fixnum] page_size
158
158
  # The maximum number of results to return. If not set, the service selects a
159
159
  # default.
@@ -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.22.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-04 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.22.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: []