google-apis-run_v1 0.61.0 → 0.63.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: c5fe5e810d78d28b63104ecc38219628de1ea612debf4d106a7ee05803dd8e34
4
- data.tar.gz: 63e1bc17921d2e2ee594087c92fe3540b87c268a80079de7fe56221e82b38e38
3
+ metadata.gz: 3017fdd5703ea4ce65ad2ce049d87983d075b4b73634cb3b26470db1d27175c3
4
+ data.tar.gz: b18428b136294c8c0767f7737b2172ac918c424e5f9a85b3ed0a81403cfc5613
5
5
  SHA512:
6
- metadata.gz: bbbed3521e894fe855392d02112c88181bd448a4f4dabed1d76a1297547a3bf379d6b6cd3937df125e80ee89750bd58b1c27e2027319a39deef2dbfac9184079
7
- data.tar.gz: 418a7db02fd0f711fb5aab5efe3f1462154425e0f26bb2cb1e5f0d40b742533dece25f27355b3d8055f282959e0cfc0f11dbe548ee988b935f51a1b6f4cf0e77
6
+ metadata.gz: b675204522cf4a49f0ebee90909411cf0831264d18e5bc9e87513c81161d78600de31702f8220f19913d4a084bf3fcad90db4b41ad8f497efab5a2cb0db5a04d
7
+ data.tar.gz: 6bea53b1b3539a7f696e8fbf64bbbabc33395347010e1b9d297c1d5562a277d231b3a64a5deb3e1e6ca6c2aaa6e72881e5f2da707d99fb28bf984870ae23c2ed
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.63.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231008
6
+
7
+ ### v0.62.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20231001
10
+
3
11
  ### v0.61.0 (2023-10-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20230924
@@ -906,7 +906,7 @@ module Google
906
906
  class EnvVar
907
907
  include Google::Apis::Core::Hashable
908
908
 
909
- # Required. Name of the environment variable. Must be a C_IDENTIFIER.
909
+ # Required. Name of the environment variable.
910
910
  # Corresponds to the JSON property `name`
911
911
  # @return [String]
912
912
  attr_accessor :name
@@ -2711,6 +2711,13 @@ module Google
2711
2711
  # @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
2712
2712
  attr_accessor :conditions
2713
2713
 
2714
+ # Output only. The desired number of instances running this revision. For Cloud
2715
+ # Run, this only includes instances provisioned using the minScale annotation.
2716
+ # It does not include instances created by autoscaling.
2717
+ # Corresponds to the JSON property `desiredReplicas`
2718
+ # @return [Fixnum]
2719
+ attr_accessor :desired_replicas
2720
+
2714
2721
  # ImageDigest holds the resolved digest for the image specified within .Spec.
2715
2722
  # Container.Image. The digest is resolved during the creation of Revision. This
2716
2723
  # field holds the digest value regardless of whether a tag or digest was
@@ -2745,6 +2752,7 @@ module Google
2745
2752
  # Update properties of this object
2746
2753
  def update!(**args)
2747
2754
  @conditions = args[:conditions] if args.key?(:conditions)
2755
+ @desired_replicas = args[:desired_replicas] if args.key?(:desired_replicas)
2748
2756
  @image_digest = args[:image_digest] if args.key?(:image_digest)
2749
2757
  @log_url = args[:log_url] if args.key?(:log_url)
2750
2758
  @observed_generation = args[:observed_generation] if args.key?(:observed_generation)
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230924"
25
+ REVISION = "20231008"
26
26
  end
27
27
  end
28
28
  end
@@ -1235,6 +1235,7 @@ module Google
1235
1235
  class Representation < Google::Apis::Core::JsonRepresentation
1236
1236
  collection :conditions, as: 'conditions', class: Google::Apis::RunV1::GoogleCloudRunV1Condition, decorator: Google::Apis::RunV1::GoogleCloudRunV1Condition::Representation
1237
1237
 
1238
+ property :desired_replicas, as: 'desiredReplicas'
1238
1239
  property :image_digest, as: 'imageDigest'
1239
1240
  property :log_url, as: 'logUrl'
1240
1241
  property :observed_generation, as: 'observedGeneration'
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.61.0
4
+ version: 0.63.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: 2023-10-01 00:00:00.000000000 Z
11
+ date: 2023-10-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.63.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []