google-apis-artifactregistry_v1 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcd7b6e13f2b0e44f12e7c736ce22973d3e0829bd19d74411edd51eaf02bd34e
4
- data.tar.gz: 283595d53d5f993babc4f8166d9acbd77642ddc3e7216370cc33e00051fdc815
3
+ metadata.gz: 2146f5086d04bf97c1602b3fd2bd02dd757fc92ebd4827a04fe79cb4b00f768a
4
+ data.tar.gz: 551445d539653061422b9d33778fb6227f8aa618a8d653945e07eb3563eb9197
5
5
  SHA512:
6
- metadata.gz: a75f8fb8cb8088fc3faa3a802aaec502d905f08e434a16b8cfc74e1e24ade72194cf1ec2cc5f9f364e2290fffcdfee3171a15cd5d0e6283beee61c7c0c4c2dc0
7
- data.tar.gz: 842172fea9423d9c53dc5748883f73524032bc3c35c50e434303691e2244683694dcfb6c2a5defafbe7411613464ef9aee0ca9c6ef632815fe383dedbbf64148
6
+ metadata.gz: c4bb95dbafa8c1ebafc2c968a664099de2ad309e97e95ba93630bfde8fea99d6944a7c3c86599fefc6794f3ca8ebfc8897df17a83021a61f8d25d37cac7958d6
7
+ data.tar.gz: ea0c0fbac475ba33dfa570788642d7fdf9da3c779c5e61d7daf0412ed087d9f4fa5d20fb4d46e13a041b66c7a2bc6373a63ffa4d24c1ccde8d19627bdafb2193
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.14.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211108
6
+
3
7
  ### v0.13.0 (2021-10-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20211022
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211022"
25
+ REVISION = "20211108"
26
26
  end
27
27
  end
28
28
  end
@@ -147,6 +147,36 @@ module Google
147
147
  execute_or_queue_command(command, &block)
148
148
  end
149
149
 
150
+ # Gets a docker image.
151
+ # @param [String] name
152
+ # Required. The name of the docker images.
153
+ # @param [String] fields
154
+ # Selector specifying which fields to include in a partial response.
155
+ # @param [String] quota_user
156
+ # Available to use for quota purposes for server-side applications. Can be any
157
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
158
+ # @param [Google::Apis::RequestOptions] options
159
+ # Request-specific options
160
+ #
161
+ # @yield [result, err] Result & error if block supplied
162
+ # @yieldparam result [Google::Apis::ArtifactregistryV1::DockerImage] parsed result object
163
+ # @yieldparam err [StandardError] error object if request failed
164
+ #
165
+ # @return [Google::Apis::ArtifactregistryV1::DockerImage]
166
+ #
167
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
168
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
169
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
170
+ def get_project_location_repository_docker_image(name, fields: nil, quota_user: nil, options: nil, &block)
171
+ command = make_simple_command(:get, 'v1/{+name}', options)
172
+ command.response_representation = Google::Apis::ArtifactregistryV1::DockerImage::Representation
173
+ command.response_class = Google::Apis::ArtifactregistryV1::DockerImage
174
+ command.params['name'] = name unless name.nil?
175
+ command.query['fields'] = fields unless fields.nil?
176
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
177
+ execute_or_queue_command(command, &block)
178
+ end
179
+
150
180
  # Lists docker images.
151
181
  # @param [String] parent
152
182
  # Required. The name of the parent resource whose docker images will be listed.
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.13.0
4
+ version: 0.14.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: 2021-11-01 00:00:00.000000000 Z
11
+ date: 2021-11-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.14.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: []