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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d72b09e9b58307698fd3c9e2eee4c52d6f8999b3e98cc4647d91886496312b4c
|
4
|
+
data.tar.gz: ec786535a55b8276190bdb07a8703252a111f96f906ad36e2118783983365ca2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 116f7d78a1c1eb9fdbf3780bf5c0101de0b89448949563ae737368324cb28534a3d5d296b1a59c2ffcdf6ff16481fb4d9dcdf32cd10f660c5b6dc2e7fc94a0a5
|
7
|
+
data.tar.gz: 4225d3e1c438659ea83f13a8e86f9f9105581a1132024a8594c4f60b1c74cdd1e04825cc2913713cd8b7c60fe9312fbbc41c98212e638dc695ea324383cf0ea5
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|