google-apis-run_v1alpha1 0.7.0 → 0.12.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: fe06d5f21727f822e17645f4dd71191f68508f9da3c84a00fdb4c79d1f63d44d
4
- data.tar.gz: 11e0094d1bec7c33e4842d33e9ad97238e7af77f0691d206e57556a1805c5881
3
+ metadata.gz: b8240515aa4d7bac28084cc1239c8c2a310c1363d969b16bfc3ca48c5ccfd42b
4
+ data.tar.gz: 003734ea1016085cf443fe66c5e8a77bb37c58c6d510c9e09b464964c2eb47af
5
5
  SHA512:
6
- metadata.gz: 66ecd68780678b013a86790611964aa8a3030cd8ba4e98793d9264498106fc35df71b5a38404c30cb7ba34bcc5ffdab01089d85f05f93773a0f1a5bd3e93aeb4
7
- data.tar.gz: cc65dcfdf66b936f828e72949842a79d25015c64caf8ea4254e0f01d25ff09c3603f533f6625eeb26d2aa36bb143dcc53c77620435a4a23cb0f1d1d610b2371e
6
+ metadata.gz: 0260c1795ff44095a0457ebe617b61209a5d66289f6990bca2bcf3fe3d3b7745156a6d323e71c466dd6d7b89042f631a3ec37a01d4f4336566c2fcb7a4fe0a68
7
+ data.tar.gz: 478afd2bae4639371bbc890b76f4b5bf2e4216bf81cc00b4016be343b0c990d7d222727f7dd344902168f95558873adc53b66e18438e906c4670dc7e5ba882fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-run_v1alpha1
2
2
 
3
+ ### v0.12.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.11.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.10.0 (2021-06-19)
12
+
13
+ * Regenerated from discovery document revision 20210611
14
+
15
+ ### v0.9.0 (2021-06-12)
16
+
17
+ * Regenerated from discovery document revision 20210604
18
+ * Regenerated using generator version 0.3.0
19
+
20
+ ### v0.8.0 (2021-05-20)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.7.0 (2021-05-11)
4
25
 
5
26
  * Regenerated from discovery document revision 20210503
@@ -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
@@ -968,10 +968,10 @@ module Google
968
968
  class JobSpec
969
969
  include Google::Apis::Core::Hashable
970
970
 
971
- # Optional. Specifies the duration in seconds relative to the startTime that the
972
- # job may be active before the system tries to terminate it. If set to zero, the
973
- # system will never attempt to terminate the job based on time. Otherwise, the
974
- # value must be positive integer. +optional
971
+ # Optional. Not supported. Specifies the duration in seconds relative to the
972
+ # startTime that the job may be active before the system tries to terminate it.
973
+ # If set to zero, the system will never attempt to terminate the job based on
974
+ # time. Otherwise, the value must be positive integer. +optional
975
975
  # Corresponds to the JSON property `activeDeadlineSeconds`
976
976
  # @return [Fixnum]
977
977
  attr_accessor :active_deadline_seconds
@@ -1007,8 +1007,8 @@ module Google
1007
1007
  # @return [Google::Apis::RunV1alpha1::InstanceTemplateSpec]
1008
1008
  attr_accessor :template
1009
1009
 
1010
- # Optional. ttlSecondsAfterFinished limits the lifetime of a Job that has
1011
- # finished execution (either Complete or Failed). If this field is set,
1010
+ # Optional. Not supported. ttlSecondsAfterFinished limits the lifetime of a Job
1011
+ # that has finished execution (either Complete or Failed). If this field is set,
1012
1012
  # ttlSecondsAfterFinished after the Job finishes, it is eligible to be
1013
1013
  # automatically deleted. When the Job is being deleted, its lifecycle guarantees
1014
1014
  # (e.g. finalizers) will be honored. If this field is set to zero, the Job won't
@@ -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.7.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210503"
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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.12.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Run Admin API V1alpha1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1alpha1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1alpha1
57
63
  post_install_message:
58
64
  rdoc_options: []