google-apis-artifactregistry_v1 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: b9b95d4d461942dc0f5aca832257f5a42db3b2c71837f24e69903ab399694719
4
- data.tar.gz: f4d9744eb8c78c9dd34395645927c165210926ca16538202f384c2cd5da9868e
3
+ metadata.gz: 88e979a135716105e38146edf4393a93d63a2a26508a74ae9e9357a4f41265ad
4
+ data.tar.gz: 14a89670092bc5cb0803d6990fa735db379446b67a4d10e3a5bb9d50fca2c102
5
5
  SHA512:
6
- metadata.gz: 234880b7869b7f86695a42ec2a93206a0b9d37c173c78fd3c7cb1bb16c3e27771d4813b0d2b7626ccc3b796489ffff4a1242b4df9d034868ccce3568c38480d3
7
- data.tar.gz: 5159e3733c641ce6f28b063cf49544bedfc54bfc24273c05bebbac53c0adc63de4a57db7692628d0778eec7dae52bca75208b0125528e07aba4f2433e7f7ddda
6
+ metadata.gz: 2d04286c3827fda2406d10383f64ffca9095564a798cdfdb81506004adfe6050200dd5c7d0eae1ff8893ff37bbc3b71201a76ae2834c73cec6500feb34aae894
7
+ data.tar.gz: 81289b131bca80bfc500d20d2a55482e4ab8f589b3f6e17d3a4be287f35f5cc4d230fead97903c448231ae5e9b96667979ee05a4bd9ded6b733534e0c7c89f1d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
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
@@ -74,6 +74,25 @@ module Google
74
74
  end
75
75
  end
76
76
 
77
+ # The metadata of an LRO from deleting multiple versions.
78
+ class BatchDeleteVersionsMetadata
79
+ include Google::Apis::Core::Hashable
80
+
81
+ # The versions the operation failed to delete.
82
+ # Corresponds to the JSON property `failedVersions`
83
+ # @return [Array<Google::Apis::ArtifactregistryV1::Version>]
84
+ attr_accessor :failed_versions
85
+
86
+ def initialize(**args)
87
+ update!(**args)
88
+ end
89
+
90
+ # Update properties of this object
91
+ def update!(**args)
92
+ @failed_versions = args[:failed_versions] if args.key?(:failed_versions)
93
+ end
94
+ end
95
+
77
96
  # Associates `members`, or principals, with a `role`.
78
97
  class Binding
79
98
  include Google::Apis::Core::Hashable
@@ -97,7 +116,7 @@ module Google
97
116
  # @return [Google::Apis::ArtifactregistryV1::Expr]
98
117
  attr_accessor :condition
99
118
 
100
- # Specifies the principals requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Google Cloud resource. `
101
120
  # members` can have the following values: * `allUsers`: A special identifier
102
121
  # that represents anyone who is on the internet; with or without a Google
103
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1273,7 +1292,7 @@ module Google
1273
1292
  include Google::Apis::Core::Hashable
1274
1293
 
1275
1294
  # The set of permissions to check for the `resource`. Permissions with wildcards
1276
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1295
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1277
1296
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1278
1297
  # Corresponds to the JSON property `permissions`
1279
1298
  # @return [Array<String>]
@@ -1328,6 +1347,19 @@ module Google
1328
1347
  end
1329
1348
  end
1330
1349
 
1350
+ # The operation metadata for uploading artifacts.
1351
+ class UploadAptArtifactMetadata
1352
+ include Google::Apis::Core::Hashable
1353
+
1354
+ def initialize(**args)
1355
+ update!(**args)
1356
+ end
1357
+
1358
+ # Update properties of this object
1359
+ def update!(**args)
1360
+ end
1361
+ end
1362
+
1331
1363
  # The request to upload an artifact.
1332
1364
  class UploadAptArtifactRequest
1333
1365
  include Google::Apis::Core::Hashable
@@ -1381,6 +1413,19 @@ module Google
1381
1413
  end
1382
1414
  end
1383
1415
 
1416
+ # The operation metadata for uploading artifacts.
1417
+ class UploadYumArtifactMetadata
1418
+ include Google::Apis::Core::Hashable
1419
+
1420
+ def initialize(**args)
1421
+ update!(**args)
1422
+ end
1423
+
1424
+ # Update properties of this object
1425
+ def update!(**args)
1426
+ end
1427
+ end
1428
+
1384
1429
  # The request to upload an artifact.
1385
1430
  class UploadYumArtifactRequest
1386
1431
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1
18
18
  # Version of the google-apis-artifactregistry_v1 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
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class BatchDeleteVersionsMetadata
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class Binding
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -250,6 +256,12 @@ module Google
250
256
  include Google::Apis::Core::JsonObjectSupport
251
257
  end
252
258
 
259
+ class UploadAptArtifactMetadata
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
253
265
  class UploadAptArtifactRequest
254
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
267
 
@@ -268,6 +280,12 @@ module Google
268
280
  include Google::Apis::Core::JsonObjectSupport
269
281
  end
270
282
 
283
+ class UploadYumArtifactMetadata
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
271
289
  class UploadYumArtifactRequest
272
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
291
 
@@ -304,6 +322,14 @@ module Google
304
322
  end
305
323
  end
306
324
 
325
+ class BatchDeleteVersionsMetadata
326
+ # @private
327
+ class Representation < Google::Apis::Core::JsonRepresentation
328
+ collection :failed_versions, as: 'failedVersions', class: Google::Apis::ArtifactregistryV1::Version, decorator: Google::Apis::ArtifactregistryV1::Version::Representation
329
+
330
+ end
331
+ end
332
+
307
333
  class Binding
308
334
  # @private
309
335
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -639,6 +665,12 @@ module Google
639
665
  end
640
666
  end
641
667
 
668
+ class UploadAptArtifactMetadata
669
+ # @private
670
+ class Representation < Google::Apis::Core::JsonRepresentation
671
+ end
672
+ end
673
+
642
674
  class UploadAptArtifactRequest
643
675
  # @private
644
676
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -661,6 +693,12 @@ module Google
661
693
  end
662
694
  end
663
695
 
696
+ class UploadYumArtifactMetadata
697
+ # @private
698
+ class Representation < Google::Apis::Core::JsonRepresentation
699
+ end
700
+ end
701
+
664
702
  class UploadYumArtifactRequest
665
703
  # @private
666
704
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []