google-apis-artifactregistry_v1 0.34.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: 28d99e74aa9dd565b97a68af5a85b631237e8f14b8902cbafcb1c5019c8b7650
4
- data.tar.gz: 6a618f6d4f17f9f0d0c8aa6fc65083ff61080ed6cd693ee54e26773b624f5062
3
+ metadata.gz: bf393025e186ec386ff79d29d999fd5c98170356fbf7380f04be88b425beb807
4
+ data.tar.gz: a9e8f20878b74887cbe4b3ef02adc8b224847c61024ddd09758f9e16673f78b8
5
5
  SHA512:
6
- metadata.gz: b1e58ed92db44f48a22ebae8b07f39bd8a3b9eb6ce4afa0704607a60625085f851edf2c13859a0ff41266307bdf22692b4b078042e30abd8e0a83aa218564b1c
7
- data.tar.gz: d4fdd96a21ea64a50f8dec05b0a9e2cf24e2dbdacfb470a582570239796aacb267844e3a9fc333d13b6f14d6f7ff45e5a9a673dabdeb06911390391cd3cc802a
6
+ metadata.gz: af890fc6a2827200eb0161f0d1aec18e77742252f150445909806c83d84ce9c0a1f3531a1f2d32099d91deea57af28a73928d772a9251accd9d209d9f1beded3
7
+ data.tar.gz: e6c0aa50292f89507e5f63fd6bd081428b7f2d8b26b9834110120b7e652faa36e26bfebd9138ebbbdbb663e46a45e296083e7f0e16534eb0a4a980a51fcd9646
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.35.0 (2022-10-08)
9
+
10
+ * Regenerated from discovery document revision 20221003
11
+
3
12
  ### v0.34.0 (2022-09-23)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -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
@@ -1822,7 +1829,7 @@ module Google
1822
1829
 
1823
1830
  # Output only. Repository-specific Metadata stored against this version. The
1824
1831
  # fields returned are defined by the underlying repository-specific resource.
1825
- # Currently, the only resource in use is DockerImage
1832
+ # Currently, the resources could be: DockerImage MavenArtifact
1826
1833
  # Corresponds to the JSON property `metadata`
1827
1834
  # @return [Hash<String,Object>]
1828
1835
  attr_accessor :metadata
@@ -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.34.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 = "20220910"
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.34.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-09-26 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.34.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: []