google-apis-artifactregistry_v1beta1 0.18.0 → 0.21.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: 336f9479b4630daee8d901def413ef34f90b22a91ab65b29578dafb4b1433680
4
- data.tar.gz: 9af5229ea5dd46b2df76c6ffe537cb83e6bdfd19a2b623f52485d41095296165
3
+ metadata.gz: 3aa984f404d200d9b23fae069430627c832950f71453ae5c8435862a1d94da57
4
+ data.tar.gz: 7c7bea63b3c24af8fcf6ca3a75128eed1754e364598fced13288edb05bf2a9dd
5
5
  SHA512:
6
- metadata.gz: 96558a09f2f49307b5f1c75e96d5198f8ad7a46679082b9bd2bbd0310dd2a049501e940a2073b18b1d7c542b2340ff04793961a9742859f5d03f4c35269797e5
7
- data.tar.gz: d70af4ac1e626977a1673eb7b6f3e2522df2226f6b2efef4d051a60c5fce738a2a0b7effc9f87f247f841081cd7c7d46a2d123044619d0e9e5905031c437d480
6
+ metadata.gz: da9d17f7f4e36a6d49c79c3153c27fe3e22cb713bcf0e8429223c9085b936c651bf1d232cb67b44cbdc7c110bb18fcec46acbb0badaa9243d0c85fe3f239f91e
7
+ data.tar.gz: 5e2778ddfdbd21f8851f58faac088403914be115e05b229d5831cee24da8e0132cc48b1d7ce05254da3e3698f50fe685ce74d1e3f0a4967edb48a6a967f6bc38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.21.0 (2022-03-31)
4
+
5
+ * Regenerated from discovery document revision 20220328
6
+
7
+ ### v0.20.0 (2022-03-10)
8
+
9
+ * Regenerated from discovery document revision 20220307
10
+
11
+ ### v0.19.0 (2022-02-08)
12
+
13
+ * Regenerated from discovery document revision 20220203
14
+
3
15
  ### v0.18.0 (2022-01-27)
4
16
 
5
17
  * Regenerated from discovery document revision 20220121
@@ -96,8 +96,7 @@ module Google
96
96
  # A generic empty message that you can re-use to avoid defining duplicated empty
97
97
  # messages in your APIs. A typical example is to use it as the request or the
98
98
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
99
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
100
- # `Empty` is empty JSON object ````.
99
+ # protobuf.Empty) returns (google.protobuf.Empty); `
101
100
  class Empty
102
101
  include Google::Apis::Core::Hashable
103
102
 
@@ -653,7 +652,7 @@ module Google
653
652
  # @return [String]
654
653
  attr_accessor :format
655
654
 
656
- # The Cloud KMS resource name of the customer managed encryption key thats used
655
+ # The Cloud KMS resource name of the customer managed encryption key that's used
657
656
  # to encrypt the contents of the Repository. Has the form: `projects/my-project/
658
657
  # locations/my-region/keyRings/my-kr/cryptoKeys/my-key`. This value may not be
659
658
  # changed after the Repository has been created.
@@ -675,6 +674,13 @@ module Google
675
674
  # @return [String]
676
675
  attr_accessor :name
677
676
 
677
+ # Output only. The size, in bytes, of all artifact storage in this repository.
678
+ # Repositories that are generally available or in public preview use this to
679
+ # calculate storage costs.
680
+ # Corresponds to the JSON property `sizeBytes`
681
+ # @return [Fixnum]
682
+ attr_accessor :size_bytes
683
+
678
684
  # The time when the repository was last updated.
679
685
  # Corresponds to the JSON property `updateTime`
680
686
  # @return [String]
@@ -692,6 +698,7 @@ module Google
692
698
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
693
699
  @labels = args[:labels] if args.key?(:labels)
694
700
  @name = args[:name] if args.key?(:name)
701
+ @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
695
702
  @update_time = args[:update_time] if args.key?(:update_time)
696
703
  end
697
704
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta1
18
18
  # Version of the google-apis-artifactregistry_v1beta1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.21.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 = "20220121"
25
+ REVISION = "20220328"
26
26
  end
27
27
  end
28
28
  end
@@ -307,6 +307,7 @@ module Google
307
307
  property :kms_key_name, as: 'kmsKeyName'
308
308
  hash :labels, as: 'labels'
309
309
  property :name, as: 'name'
310
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
310
311
  property :update_time, as: 'updateTime'
311
312
  end
312
313
  end
@@ -471,7 +471,8 @@ module Google
471
471
 
472
472
  # Lists files.
473
473
  # @param [String] parent
474
- # The name of the parent resource whose files will be listed.
474
+ # The name of the repository whose files will be listed. For example: "projects/
475
+ # p1/locations/us-central1/repositories/repo1
475
476
  # @param [String] filter
476
477
  # An expression for filtering the results of the request. Filter rules are case
477
478
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.21.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-01-31 00:00:00.000000000 Z
11
+ date: 2022-04-04 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []