google-apis-artifactregistry_v1beta2 0.33.0 → 0.35.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: abc2f05cd645db01a8a2c71fd1cabf72cbd6686be36bbfb3b49ec9ef3838e0b0
4
- data.tar.gz: c0fd54678f3c72d79633c03f745dd9c98aad82ebfdd385ede6c201fb800591c5
3
+ metadata.gz: 5eb8b070943310a6b6d9e9e8d9a6f3f1946730a6b453a9747dd2b72e13587e25
4
+ data.tar.gz: b52fb0e26f066dd21f8170372b1ee0b77452a34878d0a44bdee49c5ab3baa613
5
5
  SHA512:
6
- metadata.gz: 8900dc7956d3cb83b4eef0a770729c0e519261dddd6501fa7c89745f21095d40f67f55ed9354240dad752f04a9aa469fd75e75fd7127fdde52e3bce84619c21c
7
- data.tar.gz: 07ea13220dda119f743aca1bd00754803e235d21d056bec76e2848694c17617ca770e29f820fc5dcd7a0e3d9e2b3217c296d818bf36590a64dfbf3e13f06fa87
6
+ metadata.gz: 2953cc683d233f1f58a7b4f55fef441cdd8a1ec39287adc86499dce8b3caaca191245dbcf384345a4809e4d6c408ba437ebce426a6e3010fa9f1da87aea2535b
7
+ data.tar.gz: dd6cdae69013d0ec38447f7e1a83a7af6dfe1f668fc45e06278841ad8b55927aa80b8605557374d3b182b82e9056441296d60b10dea1db15776863f160f99b8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.35.0 (2022-10-31)
4
+
5
+ * Regenerated from discovery document revision 20221022
6
+
7
+ ### v0.34.0 (2022-10-20)
8
+
9
+ * Regenerated using generator version 0.11.0
10
+
3
11
  ### v0.33.0 (2022-10-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20221003
@@ -1029,6 +1029,12 @@ module Google
1029
1029
  # @return [String]
1030
1030
  attr_accessor :name
1031
1031
 
1032
+ # Output only. If set, the repository satisfies physical zone separation.
1033
+ # Corresponds to the JSON property `satisfiesPzs`
1034
+ # @return [Boolean]
1035
+ attr_accessor :satisfies_pzs
1036
+ alias_method :satisfies_pzs?, :satisfies_pzs
1037
+
1032
1038
  # Output only. The size, in bytes, of all artifact storage in this repository.
1033
1039
  # Repositories that are generally available or in public preview use this to
1034
1040
  # calculate storage costs.
@@ -1054,6 +1060,7 @@ module Google
1054
1060
  @labels = args[:labels] if args.key?(:labels)
1055
1061
  @maven_config = args[:maven_config] if args.key?(:maven_config)
1056
1062
  @name = args[:name] if args.key?(:name)
1063
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1057
1064
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
1058
1065
  @update_time = args[:update_time] if args.key?(:update_time)
1059
1066
  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.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221003"
25
+ REVISION = "20221022"
26
26
  end
27
27
  end
28
28
  end
@@ -565,6 +565,7 @@ module Google
565
565
  property :maven_config, as: 'mavenConfig', class: Google::Apis::ArtifactregistryV1beta2::MavenRepositoryConfig, decorator: Google::Apis::ArtifactregistryV1beta2::MavenRepositoryConfig::Representation
566
566
 
567
567
  property :name, as: 'name'
568
+ property :satisfies_pzs, as: 'satisfiesPzs'
568
569
  property :size_bytes, :numeric_string => true, as: 'sizeBytes'
569
570
  property :update_time, as: 'updateTime'
570
571
  end
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.33.0
4
+ version: 0.35.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-17 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.35.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: []