google-apis-artifactregistry_v1beta2 0.20.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43e080b9b41f0181e8cb74caf1fb40ebb9a59dfaf3af9c4a9736ecc74e7e2160
4
- data.tar.gz: f9a326a460b8d66e1465648f058a0d808c4731d2ac3223a58eb97c6975ac497f
3
+ metadata.gz: a497472509585bb5ceee3796993eedd8a145b94770f6efbc709d787a63b84098
4
+ data.tar.gz: aa11ac0c2e1b751b0b3aa8ad4a54efac8d1b8b22f0574997f081d24ad8c3e53c
5
5
  SHA512:
6
- metadata.gz: b355ed70793ec1304b1cc39b6a03cd0f9f7205bc7db64b2b9283e04d7868fd86702c97ed71c98d4a85617c959da03ee4476e56678ad7f4bf964604983b839cdd
7
- data.tar.gz: 8ba70f5af942c2b20ba51bd7cb70fefeefca457f54d06dfd667d5c0d4d65ceee5422c24df98b4c547b35cb3e12ad7dac7347051b3185232835e56bc5e13d6330
6
+ metadata.gz: 9f67e891f5c6566f76b828aac721d156d4b86c0776ddc1fed5e85aa2e7b3984181c9f827c4ca89560f91975d1411815b44d063901097d8fd98549e7a212c45cd
7
+ data.tar.gz: 184f8216bce40da50fa262d1dbc8cb148e1328dfd1cd64141c9d5225affeba2e425f086dcf9b349810ebf636a142a0d3dcdf56ddf3518edac599212f34be8e18
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.23.0 (2022-04-06)
4
+
5
+ * Regenerated from discovery document revision 20220401
6
+
7
+ ### v0.22.0 (2022-03-31)
8
+
9
+ * Regenerated from discovery document revision 20220328
10
+
11
+ ### v0.21.0 (2022-03-10)
12
+
13
+ * Regenerated from discovery document revision 20220307
14
+
3
15
  ### v0.20.0 (2022-02-08)
4
16
 
5
17
  * Regenerated from discovery document revision 20220203
@@ -148,8 +148,7 @@ module Google
148
148
  # A generic empty message that you can re-use to avoid defining duplicated empty
149
149
  # messages in your APIs. A typical example is to use it as the request or the
150
150
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
151
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
152
- # `Empty` is empty JSON object ````.
151
+ # protobuf.Empty) returns (google.protobuf.Empty); `
153
152
  class Empty
154
153
  include Google::Apis::Core::Hashable
155
154
 
@@ -349,6 +348,19 @@ module Google
349
348
  end
350
349
  end
351
350
 
351
+ # The operation metadata for importing artifacts.
352
+ class ImportAptArtifactsMetadata
353
+ include Google::Apis::Core::Hashable
354
+
355
+ def initialize(**args)
356
+ update!(**args)
357
+ end
358
+
359
+ # Update properties of this object
360
+ def update!(**args)
361
+ end
362
+ end
363
+
352
364
  # The request to import new apt artifacts.
353
365
  class ImportAptArtifactsRequest
354
366
  include Google::Apis::Core::Hashable
@@ -449,6 +461,19 @@ module Google
449
461
  end
450
462
  end
451
463
 
464
+ # The operation metadata for importing artifacts.
465
+ class ImportYumArtifactsMetadata
466
+ include Google::Apis::Core::Hashable
467
+
468
+ def initialize(**args)
469
+ update!(**args)
470
+ end
471
+
472
+ # Update properties of this object
473
+ def update!(**args)
474
+ end
475
+ end
476
+
452
477
  # The request to import new yum artifacts.
453
478
  class ImportYumArtifactsRequest
454
479
  include Google::Apis::Core::Hashable
@@ -999,6 +1024,13 @@ module Google
999
1024
  # @return [String]
1000
1025
  attr_accessor :name
1001
1026
 
1027
+ # Output only. The size, in bytes, of all artifact storage in this repository.
1028
+ # Repositories that are generally available or in public preview use this to
1029
+ # calculate storage costs.
1030
+ # Corresponds to the JSON property `sizeBytes`
1031
+ # @return [Fixnum]
1032
+ attr_accessor :size_bytes
1033
+
1002
1034
  # The time when the repository was last updated.
1003
1035
  # Corresponds to the JSON property `updateTime`
1004
1036
  # @return [String]
@@ -1017,6 +1049,7 @@ module Google
1017
1049
  @labels = args[:labels] if args.key?(:labels)
1018
1050
  @maven_config = args[:maven_config] if args.key?(:maven_config)
1019
1051
  @name = args[:name] if args.key?(:name)
1052
+ @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
1020
1053
  @update_time = args[:update_time] if args.key?(:update_time)
1021
1054
  end
1022
1055
  end
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.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 = "20220203"
25
+ REVISION = "20220401"
26
26
  end
27
27
  end
28
28
  end
@@ -70,6 +70,12 @@ module Google
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
+ class ImportAptArtifactsMetadata
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
73
79
  class ImportAptArtifactsRequest
74
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
81
 
@@ -94,6 +100,12 @@ module Google
94
100
  include Google::Apis::Core::JsonObjectSupport
95
101
  end
96
102
 
103
+ class ImportYumArtifactsMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
97
109
  class ImportYumArtifactsRequest
98
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
111
 
@@ -345,6 +357,12 @@ module Google
345
357
  end
346
358
  end
347
359
 
360
+ class ImportAptArtifactsMetadata
361
+ # @private
362
+ class Representation < Google::Apis::Core::JsonRepresentation
363
+ end
364
+ end
365
+
348
366
  class ImportAptArtifactsRequest
349
367
  # @private
350
368
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -381,6 +399,12 @@ module Google
381
399
  end
382
400
  end
383
401
 
402
+ class ImportYumArtifactsMetadata
403
+ # @private
404
+ class Representation < Google::Apis::Core::JsonRepresentation
405
+ end
406
+ end
407
+
384
408
  class ImportYumArtifactsRequest
385
409
  # @private
386
410
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -529,6 +553,7 @@ module Google
529
553
  property :maven_config, as: 'mavenConfig', class: Google::Apis::ArtifactregistryV1beta2::MavenRepositoryConfig, decorator: Google::Apis::ArtifactregistryV1beta2::MavenRepositoryConfig::Representation
530
554
 
531
555
  property :name, as: 'name'
556
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
532
557
  property :update_time, as: 'updateTime'
533
558
  end
534
559
  end
@@ -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.
@@ -620,7 +620,8 @@ module Google
620
620
 
621
621
  # Lists files.
622
622
  # @param [String] parent
623
- # The name of the parent resource whose files will be listed.
623
+ # The name of the repository whose files will be listed. For example: "projects/
624
+ # p1/locations/us-central1/repositories/repo1
624
625
  # @param [String] filter
625
626
  # An expression for filtering the results of the request. Filter rules are case
626
627
  # insensitive. The fields eligible for filtering are: * `name` * `owner` An
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.20.0
4
+ version: 0.23.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.23.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: []