google-apis-run_v2 0.5.0 → 0.6.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: ce76cc9c246d4568a5f71832740e177066d89e88a90923d83a472e51a2739209
4
- data.tar.gz: f0c3616f3a5f98d01836f1b3e68c21b5505fb3572799b4995034900cd61c48c1
3
+ metadata.gz: 7088166706bf11a0e540b9f8d9c514c9a04eb37dd08394169dc75a5c73c0ac0d
4
+ data.tar.gz: 8d1d2d91947b17ade657248ef9e0cf0eb747017038e1ec2dd2367f4bcd0c3bcb
5
5
  SHA512:
6
- metadata.gz: c51e97ee8d0780529a1c49a475043054a12bb292a7a3def7985a0040a143b3fb9bf58a19cbaab0f1215f0081ccdcd5e205edc1ce7d6353fb68a7509648d8cc0c
7
- data.tar.gz: 31a62d896e3041e28b30d9e20b2da926c589ffbae2d1238df78c1111785d100f7cb9b7600984c5bd90c212bbc3050e6dabb7370a6bfba0913468b0a081a5e9f7
6
+ metadata.gz: 48f2ddefd72ab73856bada8db9eba4b880d41e21df0e66677281cd6a692711afb95c0ec39dd5b01607d862b7ac7d942377e8e73258b121ac6de2bf612dcc1c82
7
+ data.tar.gz: c361a3827757a49fed69d03901c2347eb08e7c563586be1e784eedfe4a05483196549cf3b41b75e95d5bcda321bf3ba8b64f5c03013d1762422bd968ddb83dbf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.6.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220218
6
+
3
7
  ### v0.5.0 (2022-02-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220211
@@ -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.5.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 = "20220211"
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. Format: projects/`
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.5.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-21 00:00:00.000000000 Z
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.5.0
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: []