google-apis-run_v2 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/service.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7088166706bf11a0e540b9f8d9c514c9a04eb37dd08394169dc75a5c73c0ac0d
|
4
|
+
data.tar.gz: 8d1d2d91947b17ade657248ef9e0cf0eb747017038e1ec2dd2367f4bcd0c3bcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48f2ddefd72ab73856bada8db9eba4b880d41e21df0e66677281cd6a692711afb95c0ec39dd5b01607d862b7ac7d942377e8e73258b121ac6de2bf612dcc1c82
|
7
|
+
data.tar.gz: c361a3827757a49fed69d03901c2347eb08e7c563586be1e784eedfe4a05483196549cf3b41b75e95d5bcda321bf3ba8b64f5c03013d1762422bd968ddb83dbf
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RunV2
|
18
18
|
# Version of the google-apis-run_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220218"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -327,7 +327,8 @@ module Google
|
|
327
327
|
|
328
328
|
# List Services.
|
329
329
|
# @param [String] parent
|
330
|
-
# Required. The location and project to list resources on.
|
330
|
+
# Required. The location and project to list resources on. Location must be a
|
331
|
+
# valid GCP region, and may not be the "-" wildcard. Format: projects/`
|
331
332
|
# projectnumber`/locations/`location`
|
332
333
|
# @param [Fixnum] page_size
|
333
334
|
# Maximum number of Services to return in this call.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-run_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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-02-
|
11
|
+
date: 2022-02-28 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-run_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.6.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|