google-apis-artifactregistry_v1beta1 0.31.0 → 0.32.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: ea5364d4c4c7881ba0811f0632338c2eba4c9ee1d232e417dca19b7967da7a2f
4
- data.tar.gz: 349a2a6196a315e3237879cbfc1758759bed7ca4cc642caed357ea7755c1e0ea
3
+ metadata.gz: d72b09e9b58307698fd3c9e2eee4c52d6f8999b3e98cc4647d91886496312b4c
4
+ data.tar.gz: ec786535a55b8276190bdb07a8703252a111f96f906ad36e2118783983365ca2
5
5
  SHA512:
6
- metadata.gz: ffd7b332dddff145e6927444aef1545b3fc52a2e12b74a8871cd7065d8420e02ce48d1b2774ddfe271f71e2b08e128f50898fdf25213daa65de3ded9ddc8bf38
7
- data.tar.gz: d88ec3c616909585e2be9209a7fa1568cba67206fdc8505a30d4088d4c0159d14329e6e73d9cdb709fe24d095ecca7959723ecc687dacc43406d8174b4a35f60
6
+ metadata.gz: 116f7d78a1c1eb9fdbf3780bf5c0101de0b89448949563ae737368324cb28534a3d5d296b1a59c2ffcdf6ff16481fb4d9dcdf32cd10f660c5b6dc2e7fc94a0a5
7
+ data.tar.gz: 4225d3e1c438659ea83f13a8e86f9f9105581a1132024a8594c4f60b1c74cdd1e04825cc2913713cd8b7c60fe9312fbbc41c98212e638dc695ea324383cf0ea5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta1
2
2
 
3
+ ### v0.32.0 (2022-11-04)
4
+
5
+ * Regenerated from discovery document revision 20221022
6
+
3
7
  ### v0.31.0 (2022-10-27)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -679,6 +679,12 @@ module Google
679
679
  # @return [String]
680
680
  attr_accessor :name
681
681
 
682
+ # Output only. If set, the repository satisfies physical zone separation.
683
+ # Corresponds to the JSON property `satisfiesPzs`
684
+ # @return [Boolean]
685
+ attr_accessor :satisfies_pzs
686
+ alias_method :satisfies_pzs?, :satisfies_pzs
687
+
682
688
  # Output only. The size, in bytes, of all artifact storage in this repository.
683
689
  # Repositories that are generally available or in public preview use this to
684
690
  # calculate storage costs.
@@ -703,6 +709,7 @@ module Google
703
709
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
704
710
  @labels = args[:labels] if args.key?(:labels)
705
711
  @name = args[:name] if args.key?(:name)
712
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
706
713
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
707
714
  @update_time = args[:update_time] if args.key?(:update_time)
708
715
  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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220829"
25
+ REVISION = "20221022"
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 :satisfies_pzs, as: 'satisfiesPzs'
310
311
  property :size_bytes, :numeric_string => true, as: 'sizeBytes'
311
312
  property :update_time, as: 'updateTime'
312
313
  end
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.31.0
4
+ version: 0.32.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-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.32.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: []