google-apis-artifactregistry_v1beta2 0.23.0 → 0.24.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: ef77eb5df18c481db68a1eec5fb4ed6d1232ae87f1ff143e2b88d02d3c98beed
4
+ data.tar.gz: 2c3e766f41eb5c215cc04420159bcf214ca771bbf38c06a63994fbefc40ac5d9
5
5
  SHA512:
6
- metadata.gz: 9f67e891f5c6566f76b828aac721d156d4b86c0776ddc1fed5e85aa2e7b3984181c9f827c4ca89560f91975d1411815b44d063901097d8fd98549e7a212c45cd
7
- data.tar.gz: 184f8216bce40da50fa262d1dbc8cb148e1328dfd1cd64141c9d5225affeba2e425f086dcf9b349810ebf636a142a0d3dcdf56ddf3518edac599212f34be8e18
6
+ metadata.gz: 1cca5ca17045e528c90454fc1d3b0a481c87e8c1791f71acee7869bf5fd0fb6b80c54ebed1e5bca2fc2eb50a38d86d0c4cbbf8cfc5315fcf9b654536fe0a09d3
7
+ data.tar.gz: 36acb97873e45de9b2b9f561bd212f44f154a7381d2adab131c7e24c4f46d95487279d0f598d4281e74ca197d3e8bfd81051d144702b46c24a8bf6f9a780c45f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.24.0 (2022-04-22)
4
+
5
+ * Regenerated from discovery document revision 20220415
6
+
3
7
  ### v0.23.0 (2022-04-06)
4
8
 
5
9
  * 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.24.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 = "20220401"
25
+ REVISION = "20220415"
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
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.24.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-04-25 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.24.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: []