google-apis-artifactregistry_v1beta1 0.20.0 → 0.23.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: ec50267a020c89f560072563e8a645b70817cbd47457b3381fd38a52f618fc48
4
- data.tar.gz: 6959e2135d32fe626699584cd50d94796a45e91169f2700cf3adcaff835b9e78
3
+ metadata.gz: 4008e6a2bab17643900fe31835293e55077adab51da880e7faa9998454d950bb
4
+ data.tar.gz: '086a4a2b9ca3b2361d894ef30e7d53de8ffa181dc5652dd0b524719187bd3058'
5
5
  SHA512:
6
- metadata.gz: 948c5e77503babc8b819b806d15d52cbbb1ec93b33cb3a3ba94f0afd84e54802418c77b0852aedbf0e94e4d4d5a5af2cec48c412c415bf8a1b012d2176b31c36
7
- data.tar.gz: 97351fead7d5946fbc806afd2a3fd598d0341b641044b1c77a01d66588e677b6cd1f7e14a345d6a2712350248b487e3d0d8a7822330ea98e9fe92cb09124ed3d
6
+ metadata.gz: 97e13b99b28b59e831658df771827806d2942f8555e3a84de8784b1159e17ef0bc016fa989d192fb30ca5950048196832f9b87b29bb7f9c4a9a0526366943ce6
7
+ data.tar.gz: 54f7a11ab0f615cc6957ed0650eb35a93aee6db1a45bedefb97ec707e425ffb981f09588ecaee5ecbfeba324f3cca16b432a15f219227fc478afee316b28fb73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-04-22)
4
+
5
+ * Regenerated from discovery document revision 20220415
6
+
7
+ ### v0.22.0 (2022-04-06)
8
+
9
+ * Regenerated from discovery document revision 20220401
10
+
11
+ ### v0.21.0 (2022-03-31)
12
+
13
+ * Regenerated from discovery document revision 20220328
14
+
3
15
  ### v0.20.0 (2022-03-10)
4
16
 
5
17
  * Regenerated from discovery document revision 20220307
@@ -45,7 +45,7 @@ module Google
45
45
  # @return [Google::Apis::ArtifactregistryV1beta1::Expr]
46
46
  attr_accessor :condition
47
47
 
48
- # Specifies the principals requesting access for a Cloud Platform resource. `
48
+ # Specifies the principals requesting access for a Google Cloud resource. `
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -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
 
@@ -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
@@ -816,7 +823,7 @@ module Google
816
823
  include Google::Apis::Core::Hashable
817
824
 
818
825
  # The set of permissions to check for the `resource`. Permissions with wildcards
819
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
826
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
820
827
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
821
828
  # Corresponds to the JSON property `permissions`
822
829
  # @return [Array<String>]
@@ -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.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 = "20220307"
25
+ REVISION = "20220415"
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
@@ -85,8 +85,8 @@ module Google
85
85
  # The resource that owns the locations collection, if applicable.
86
86
  # @param [String] filter
87
87
  # A filter to narrow down results to a preferred subset. The filtering language
88
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
- # AIP-160](https://google.aip.dev/160).
88
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
89
+ # in [AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
91
  # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
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.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-03-14 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.23.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: []