google-apis-artifactregistry_v1 0.9.0 → 0.10.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: '094ee73f31c19e200c82fd43bfdb3b18dbc3eee44629d4cfc0bc9d8abb401fc6'
4
- data.tar.gz: cbdb9fcdf7224b77d9a23d7f116d8b328fd75963eb4412798b5dbb3eb612254a
3
+ metadata.gz: 72bdfa740a8ec072c69930e92dd080c0c6c4be5f9cd524ff1ccead08a899d907
4
+ data.tar.gz: b629462183dc2f037e89c194ecd856c401756c95f32f80e1449e03379b88c6f4
5
5
  SHA512:
6
- metadata.gz: a40c17ed7a4e79566a5dc21a0c12bca50a3c4b102d084aa6031a57eb9b417836fb9d9ccf02c49912d5b2f99d51885ac5188682ff3ecd913d89f64b7e7c0ad98a
7
- data.tar.gz: 2553661594820665bb715d10cce6047c48dd52b180f49235eb15c6b281a1f21f7d259c30bc1ff6a74ced9539f922a85abd27f152eb1f512bde636b0a259ee2ab
6
+ metadata.gz: ad50639383da51293c5feb6d4eb16e73f30cb56db485c11c934ce515a0bacb9d00becc7e23f8b9e88df67dce557e68cd03a20a2e493c418e042bc325c2d29ed9
7
+ data.tar.gz: 7eae1f09ece40a9f9d2425abf248de9f3a900a3ff5bceb5beb82b6659bcc4adf16406867ba0af3e7ce7d646ffdf28088354b3fe2011970c30fe7f6b64cb76ce9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210817
6
+
3
7
  ### v0.9.0 (2021-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20210629
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.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 = "20210629"
25
+ REVISION = "20210817"
26
26
  end
27
27
  end
28
28
  end
@@ -162,10 +162,10 @@ module Google
162
162
  # service configuration. For backwards compatibility, the default name includes
163
163
  # the operations collection id, however overriding users must ensure the name
164
164
  # binding is the parent resource, without the operations collection id.
165
- # @param [String] filter
166
- # The standard list filter.
167
165
  # @param [String] name
168
166
  # The name of the operation's parent resource.
167
+ # @param [String] filter
168
+ # The standard list filter.
169
169
  # @param [Fixnum] page_size
170
170
  # The standard list page size.
171
171
  # @param [String] page_token
@@ -187,12 +187,12 @@ module Google
187
187
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
188
188
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
189
189
  # @raise [Google::Apis::AuthorizationError] Authorization is required
190
- def list_operations(filter: nil, name: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
191
- command = make_simple_command(:get, 'v1/operations', options)
190
+ def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
191
+ command = make_simple_command(:get, 'v1/{+name}', options)
192
192
  command.response_representation = Google::Apis::ArtifactregistryV1::ListOperationsResponse::Representation
193
193
  command.response_class = Google::Apis::ArtifactregistryV1::ListOperationsResponse
194
+ command.params['name'] = name unless name.nil?
194
195
  command.query['filter'] = filter unless filter.nil?
195
- command.query['name'] = name unless name.nil?
196
196
  command.query['pageSize'] = page_size unless page_size.nil?
197
197
  command.query['pageToken'] = page_token unless page_token.nil?
198
198
  command.query['fields'] = fields unless fields.nil?
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
- # View your data across Google Cloud Platform services
36
+ # View your data across Google Cloud services and see the email address of your Google Account
37
37
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
38
38
  end
39
39
  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.9.0
4
+ version: 0.10.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-07-12 00:00:00.000000000 Z
11
+ date: 2021-09-06 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/master/generated/google-apis-artifactregistry_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []