google-apis-run_v1 0.1.0 → 0.2.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: 120e8174a2af7e5311690a93c723bd74d98264f192dd9ebd71fea371534ba70d
4
- data.tar.gz: 7072870fbe01c00a49f06280a00eacf240b729b20b53b155353b7032ae0c16f3
3
+ metadata.gz: 67885138e728278bc6b979d6463c053558a8e294576bfa5c1f28f76c7c4aa7b6
4
+ data.tar.gz: a74aa630eb6929f494633bbff1bb4be9ba64686f3f37d2281d57d23e481466d5
5
5
  SHA512:
6
- metadata.gz: fe2810cad00bbfc451ba5491284824de3d611f35d753ee14c9149a4876dd1b05ff428e080004efe54701407868e3d3735d95c6173595c2e24fca217ea70412da
7
- data.tar.gz: c53e0838af4aeb5fedb04ec49ba8da05ccdb09c8dc46763277b3d42c7ab170650a342fdc5c88567ca12ec2a53ab6af907ee31baf509846a0d63bb883d67ce35b
6
+ metadata.gz: 2a8b1501238496e911e91bf7965ea3f7c3130799cbb97acc63630bca94039f783592e3bf32de04b237dfed689c8b58e15c67e091bf0a0e7b26ba726400395b6e
7
+ data.tar.gz: 39a0993557e803118b74088b07b9560ca39e6deeffefbe0dbda88135372d91a45e396cf278a553bd6d8715576ff150f9278eb9954707f63de651f7074ae2b0d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.2.0 (2021-03-06)
4
+
5
+ * Regenerated from discovery document revision 20210301
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -635,8 +635,7 @@ module Google
635
635
  # @return [Fixnum]
636
636
  attr_accessor :container_port
637
637
 
638
- # (Optional) Cloud Run fully managed: not supported Cloud Run for Anthos:
639
- # supported If specified, used to specify which protocol to use. Allowed values
638
+ # (Optional) If specified, used to specify which protocol to use. Allowed values
640
639
  # are "http1" and "h2c".
641
640
  # Corresponds to the JSON property `name`
642
641
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201113"
25
+ REVISION = "20210301"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Run Admin API V1