google-apis-artifactregistry_v1 0.52.0 → 0.54.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: '01315639f4d56df54b463d1d94b683f4770cf56ac630459dbfcfab0d455890c4'
4
- data.tar.gz: a0141ac57a969495a922e180a86dc5a3ab39caf4c31bd4b5d0896ff3bce0a0b2
3
+ metadata.gz: 4a537c4e2964c490bfff3d6513de1921933db3ccb47d50e982593f562705dc3f
4
+ data.tar.gz: 2edb3126b9d2e2a02c8098cf1df1455094af264446af76c28d2d077280f3c5b2
5
5
  SHA512:
6
- metadata.gz: b93b9e67a6b66c4c58377155afdc3314a90a5fc49e429a85db8642d1c033810fee495b981d440a96e3597087ee28c1fca117d0b5586267ea86712fba4a9320e4
7
- data.tar.gz: 7e025c7cfaca9092875995d22626d0c56b500283fd752c7b3b43679626ae941a446a077380821a7414990657cf0562ae9e1046fcd8ece4d7680189df867f135b
6
+ metadata.gz: 629b0c766256c267d520ea24e8488b01269cddc985a5f7aadc4739af70a4f32ebd8fab9ffa0c0eea267236b4b384757bf38d1690bf7482185aaaf56f4c39ccfb
7
+ data.tar.gz: 7ff81670ef288db766b80176b0c664640071c85b0450e0645a978780fd37e9624a417375a28a32384b4dc75f5eb385a5e12d50508957874af6266ed5e528ebfd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.54.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240122
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.53.0 (2024-01-22)
9
+
10
+ * Regenerated using generator version 0.13.0
11
+
3
12
  ### v0.52.0 (2024-01-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20240102
@@ -221,7 +221,10 @@ module Google
221
221
  attr_accessor :members
222
222
 
223
223
  # Role that is assigned to the list of `members`, or principals. For example, `
224
- # roles/viewer`, `roles/editor`, or `roles/owner`.
224
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
225
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
226
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
227
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
225
228
  # Corresponds to the JSON property `role`
226
229
  # @return [String]
227
230
  attr_accessor :role
@@ -2000,6 +2003,12 @@ module Google
2000
2003
  # @return [String]
2001
2004
  attr_accessor :description
2002
2005
 
2006
+ #
2007
+ # Corresponds to the JSON property `disallowUnspecifiedMode`
2008
+ # @return [Boolean]
2009
+ attr_accessor :disallow_unspecified_mode
2010
+ alias_method :disallow_unspecified_mode?, :disallow_unspecified_mode
2011
+
2003
2012
  # DockerRepositoryConfig is docker related repository details. Provides
2004
2013
  # additional configuration details for repositories of the docker format type.
2005
2014
  # Corresponds to the JSON property `dockerConfig`
@@ -2082,6 +2091,7 @@ module Google
2082
2091
  @cleanup_policy_dry_run = args[:cleanup_policy_dry_run] if args.key?(:cleanup_policy_dry_run)
2083
2092
  @create_time = args[:create_time] if args.key?(:create_time)
2084
2093
  @description = args[:description] if args.key?(:description)
2094
+ @disallow_unspecified_mode = args[:disallow_unspecified_mode] if args.key?(:disallow_unspecified_mode)
2085
2095
  @docker_config = args[:docker_config] if args.key?(:docker_config)
2086
2096
  @format = args[:format] if args.key?(:format)
2087
2097
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
@@ -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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240102"
25
+ REVISION = "20240122"
26
26
  end
27
27
  end
28
28
  end
@@ -1122,6 +1122,7 @@ module Google
1122
1122
  property :cleanup_policy_dry_run, as: 'cleanupPolicyDryRun'
1123
1123
  property :create_time, as: 'createTime'
1124
1124
  property :description, as: 'description'
1125
+ property :disallow_unspecified_mode, as: 'disallowUnspecifiedMode'
1125
1126
  property :docker_config, as: 'dockerConfig', class: Google::Apis::ArtifactregistryV1::DockerRepositoryConfig, decorator: Google::Apis::ArtifactregistryV1::DockerRepositoryConfig::Representation
1126
1127
 
1127
1128
  property :format, as: 'format'
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/artifacts/docs/
35
35
  class ArtifactRegistryService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://artifactregistry.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://artifactregistry.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-artifactregistry_v1',
49
51
  client_version: Google::Apis::ArtifactregistryV1::GEM_VERSION)
50
52
  @batch_path = 'batch'
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.52.0
4
+ version: 0.54.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: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-01-28 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.11.0
19
+ version: 0.12.0
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.11.0
29
+ version: 0.12.0
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.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.54.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: []