google-apis-run_v1 0.62.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: 661badcec56d663c2762a40b15326dddbb2b2413b42b161177a5443efeb13cd9
4
- data.tar.gz: 7b0147b03285e549c88a517881d57b528f48e06fa59b9de13c5416be0d00ffb2
3
+ metadata.gz: 3017fdd5703ea4ce65ad2ce049d87983d075b4b73634cb3b26470db1d27175c3
4
+ data.tar.gz: b18428b136294c8c0767f7737b2172ac918c424e5f9a85b3ed0a81403cfc5613
5
5
  SHA512:
6
- metadata.gz: 335cfa679b6602ec703e367ec8e642f5f8f09868c3db62cf4ace24be27915bda94fb0a2eb7996bf8310b94824582422b9f57a2ca6b893ae3446faf027204a4f9
7
- data.tar.gz: 8d8873ff9fd578f97f662899665549b24e7093b629782a2fa46a3133a8b28fb3f02a67c6e463e78c9380879e9e21be168387bb70bea0c9ae91ea8f91e65e8b41
6
+ metadata.gz: b675204522cf4a49f0ebee90909411cf0831264d18e5bc9e87513c81161d78600de31702f8220f19913d4a084bf3fcad90db4b41ad8f497efab5a2cb0db5a04d
7
+ data.tar.gz: 6bea53b1b3539a7f696e8fbf64bbbabc33395347010e1b9d297c1d5562a277d231b3a64a5deb3e1e6ca6c2aaa6e72881e5f2da707d99fb28bf984870ae23c2ed
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.62.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20231001
@@ -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.62.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 = "20231001"
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.62.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-08 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.62.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: []