google-apis-artifactregistry_v1 0.35.0 → 0.36.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: 040b28e713aba69ea93f9e51a49ce4e73dda4394f6cd895607377429f1831799
4
- data.tar.gz: 88bd2725310ffb9df0aaeb41e8ec2670f12c032ca47d90ac02967066ae02ad74
3
+ metadata.gz: bf393025e186ec386ff79d29d999fd5c98170356fbf7380f04be88b425beb807
4
+ data.tar.gz: a9e8f20878b74887cbe4b3ef02adc8b224847c61024ddd09758f9e16673f78b8
5
5
  SHA512:
6
- metadata.gz: 6f0e15b8b28d24920b004367a7bde5ac0010dad0861c3e11ddc23319d498627313e290849e05694d81de27d7e2796fd05160e097042ee5b53c882d3e01944659
7
- data.tar.gz: 252a0d65927a4a281633b87747b66a0e394b177061ce9e374e91b5fb23b339b986dc72270719a6851931c3008801ef1e1640fc2d52c7fbb8af6c421a1f3878f5
6
+ metadata.gz: af890fc6a2827200eb0161f0d1aec18e77742252f150445909806c83d84ce9c0a1f3531a1f2d32099d91deea57af28a73928d772a9251accd9d209d9f1beded3
7
+ data.tar.gz: e6c0aa50292f89507e5f63fd6bd081428b7f2d8b26b9834110120b7e652faa36e26bfebd9138ebbbdbb663e46a45e296083e7f0e16534eb0a4a980a51fcd9646
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.36.0 (2022-10-28)
4
+
5
+ * Regenerated from discovery document revision 20221022
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.35.0 (2022-10-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20221003
@@ -1429,6 +1429,12 @@ module Google
1429
1429
  # @return [String]
1430
1430
  attr_accessor :name
1431
1431
 
1432
+ # Output only. If set, the repository satisfies physical zone separation.
1433
+ # Corresponds to the JSON property `satisfiesPzs`
1434
+ # @return [Boolean]
1435
+ attr_accessor :satisfies_pzs
1436
+ alias_method :satisfies_pzs?, :satisfies_pzs
1437
+
1432
1438
  # Output only. The size, in bytes, of all artifact storage in this repository.
1433
1439
  # Repositories that are generally available or in public preview use this to
1434
1440
  # calculate storage costs.
@@ -1454,6 +1460,7 @@ module Google
1454
1460
  @labels = args[:labels] if args.key?(:labels)
1455
1461
  @maven_config = args[:maven_config] if args.key?(:maven_config)
1456
1462
  @name = args[:name] if args.key?(:name)
1463
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1457
1464
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
1458
1465
  @update_time = args[:update_time] if args.key?(:update_time)
1459
1466
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1
18
18
  # Version of the google-apis-artifactregistry_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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
@@ -745,6 +745,7 @@ module Google
745
745
  property :maven_config, as: 'mavenConfig', class: Google::Apis::ArtifactregistryV1::MavenRepositoryConfig, decorator: Google::Apis::ArtifactregistryV1::MavenRepositoryConfig::Representation
746
746
 
747
747
  property :name, as: 'name'
748
+ property :satisfies_pzs, as: 'satisfiesPzs'
748
749
  property :size_bytes, :numeric_string => true, as: 'sizeBytes'
749
750
  property :update_time, as: 'updateTime'
750
751
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-artifactregistry_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-10-31 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []