google-apis-run_v1alpha1 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: 812b6bb09fbec5d8155672573fef7063ec8439414a35686906c5ae8634c49209
4
- data.tar.gz: 70a9b7f014e966bffb02c6bfe3a5be6e0f1504337ecb3120e7bb1aded3082f0b
3
+ metadata.gz: c86e9143b2c7fcfc60d900ab96a3c54a78a5583acbde88ee42b689d1c2a71333
4
+ data.tar.gz: 382a9c6f4b31cff3c408e71df35d0cbeef92cfb98388d815899dd6dbc8d8054d
5
5
  SHA512:
6
- metadata.gz: 2947361be5e4fa46cef84b5223ea28fad86a044fe81e84cc771c47765bbfbcd60cd209874b2b674ac9a02ffee241fa06d7b2950274d0cb86a0b8d6ddbb5b37ce
7
- data.tar.gz: b85c87194fe18af83fb7a743ef24ebb6f761e2180dc6399b6f3c086bb5b35de46c6cf68204f3cf2673de85e79e000d3e0a945ab565c93bef2a17b922cb1ed942
6
+ metadata.gz: b154fb08c395a15520cb3b17935f067c3a27164972b9e9518624092cc8fb525585c6861edd72ca4bf6b695b39040814f83f5976e49c27e8cb3ebf9f00d04b769
7
+ data.tar.gz: eafeec2e246de164e441627c75cafc3912e8744e7f6abf540552c6005f2a11f1e26403c31c93f8eb01b15ed4869c1366c16fa4143fa43c65a154d1048ac36284
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.10.0 (2021-06-19)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+
3
7
  ### v0.9.0 (2021-06-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210604
@@ -22,7 +22,8 @@ module Google
22
22
  # Cloud Run Admin API
23
23
  #
24
24
  # Deploy and manage user provided container images that scale automatically
25
- # based on HTTP traffic.
25
+ # based on incoming requets. The Cloud Run Admin API follows the Knative Serving
26
+ # API specification.
26
27
  #
27
28
  # @see https://cloud.google.com/run/
28
29
  module RunV1alpha1
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1alpha1
18
18
  # Version of the google-apis-run_v1alpha1 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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210604"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
@@ -23,7 +23,8 @@ module Google
23
23
  # Cloud Run Admin API
24
24
  #
25
25
  # Deploy and manage user provided container images that scale automatically
26
- # based on HTTP traffic.
26
+ # based on incoming requets. The Cloud Run Admin API follows the Knative Serving
27
+ # API specification.
27
28
  #
28
29
  # @example
29
30
  # require 'google/apis/run_v1alpha1'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1alpha1
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-06-14 00:00:00.000000000 Z
11
+ date: 2021-06-21 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_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.9.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.10.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []