google-apis-artifactregistry_v1 0.9.0 → 0.10.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72bdfa740a8ec072c69930e92dd080c0c6c4be5f9cd524ff1ccead08a899d907
|
4
|
+
data.tar.gz: b629462183dc2f037e89c194ecd856c401756c95f32f80e1449e03379b88c6f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad50639383da51293c5feb6d4eb16e73f30cb56db485c11c934ce515a0bacb9d00becc7e23f8b9e88df67dce557e68cd03a20a2e493c418e042bc325c2d29ed9
|
7
|
+
data.tar.gz: 7eae1f09ece40a9f9d2425abf248de9f3a900a3ff5bceb5beb82b6659bcc4adf16406867ba0af3e7ce7d646ffdf28088354b3fe2011970c30fe7f6b64cb76ce9
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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(
|
191
|
-
command = make_simple_command(:get, 'v1/
|
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
|
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
|
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.
|
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-
|
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.
|
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: []
|