google-apis-run_v2 0.72.0 → 0.74.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: 8e0b5d8cac2a353f246034ff76aefec31c3ea9caca5ffc06c89c4c54a48dfc59
4
- data.tar.gz: e81a752f624653f53d3e0ee7a38909795bfaf7a01ca91b3e3478e1b4dad38272
3
+ metadata.gz: 4c76c016b609086ee33f0bb83e99d1cefba4e205798d1c980880d6f91844b472
4
+ data.tar.gz: 5b815d2ed0c14cefd52cbbfd9e5858fd08dc0652fc6b49494e50d5b4be6a8b5a
5
5
  SHA512:
6
- metadata.gz: 673aa1b9104a2ec753f8db19c2e41bd01dccbc71ebddf9f37660444611bec0cf0e200507bfb09086eb33d84951e416d8e764d0f8dff17ea3ecf17a34efdecc8a
7
- data.tar.gz: f02bdedfe4d77502fdec4ab8121fd8c8890aeacb4f0df609bc6fffbb1e3335f09d9b85a934c0a343e5b1c18b09480d40cdcc906b7514f3325b01c5e45225b817
6
+ metadata.gz: ecddfedcf800ebc8849d26b974657d665af934f0b5266703ae6cc8412409387513fbc7ed347a718caa1e77537b9cf01dd7ed6f063d12b5e8f1a14d0eb13829e0
7
+ data.tar.gz: 248d549f8e4f919666dbdb309ac9df2c083f4c59fb92e3469091bf075f1ae9d7ee8a52a9592e80eecdefbb4930613c0e9fb8e2bc04e9843f193c845ded4f71e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.74.0 (2024-09-22)
4
+
5
+ * Regenerated from discovery document revision 20240916
6
+
7
+ ### v0.73.0 (2024-09-08)
8
+
9
+ * Regenerated from discovery document revision 20240831
10
+
3
11
  ### v0.72.0 (2024-09-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20240823
@@ -1889,6 +1889,9 @@ module Google
1889
1889
  include Google::Apis::Core::Hashable
1890
1890
 
1891
1891
  # Optional. Maximum number of serving instances that this resource should have.
1892
+ # When unspecified, the field is set to the server default value of 100. For
1893
+ # more information see https://cloud.google.com/run/docs/configuring/max-
1894
+ # instances
1892
1895
  # Corresponds to the JSON property `maxInstanceCount`
1893
1896
  # @return [Fixnum]
1894
1897
  attr_accessor :max_instance_count
@@ -2497,6 +2500,11 @@ module Google
2497
2500
  # @return [Fixnum]
2498
2501
  attr_accessor :min_instance_count
2499
2502
 
2503
+ # Optional. The scaling mode for the service.
2504
+ # Corresponds to the JSON property `scalingMode`
2505
+ # @return [String]
2506
+ attr_accessor :scaling_mode
2507
+
2500
2508
  def initialize(**args)
2501
2509
  update!(**args)
2502
2510
  end
@@ -2504,6 +2512,7 @@ module Google
2504
2512
  # Update properties of this object
2505
2513
  def update!(**args)
2506
2514
  @min_instance_count = args[:min_instance_count] if args.key?(:min_instance_count)
2515
+ @scaling_mode = args[:scaling_mode] if args.key?(:scaling_mode)
2507
2516
  end
2508
2517
  end
2509
2518
 
@@ -2612,6 +2621,11 @@ module Google
2612
2621
  # @return [String]
2613
2622
  attr_accessor :base_image_uri
2614
2623
 
2624
+ # Warning message for the base image.
2625
+ # Corresponds to the JSON property `baseImageWarning`
2626
+ # @return [String]
2627
+ attr_accessor :base_image_warning
2628
+
2615
2629
  # This resource represents a long-running operation that is the result of a
2616
2630
  # network API call.
2617
2631
  # Corresponds to the JSON property `buildOperation`
@@ -2625,6 +2639,7 @@ module Google
2625
2639
  # Update properties of this object
2626
2640
  def update!(**args)
2627
2641
  @base_image_uri = args[:base_image_uri] if args.key?(:base_image_uri)
2642
+ @base_image_warning = args[:base_image_warning] if args.key?(:base_image_warning)
2628
2643
  @build_operation = args[:build_operation] if args.key?(:build_operation)
2629
2644
  end
2630
2645
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240823"
25
+ REVISION = "20240916"
26
26
  end
27
27
  end
28
28
  end
@@ -1269,6 +1269,7 @@ module Google
1269
1269
  # @private
1270
1270
  class Representation < Google::Apis::Core::JsonRepresentation
1271
1271
  property :min_instance_count, as: 'minInstanceCount'
1272
+ property :scaling_mode, as: 'scalingMode'
1272
1273
  end
1273
1274
  end
1274
1275
 
@@ -1301,6 +1302,7 @@ module Google
1301
1302
  # @private
1302
1303
  class Representation < Google::Apis::Core::JsonRepresentation
1303
1304
  property :base_image_uri, as: 'baseImageUri'
1305
+ property :base_image_warning, as: 'baseImageWarning'
1304
1306
  property :build_operation, as: 'buildOperation', class: Google::Apis::RunV2::GoogleLongrunningOperation, decorator: Google::Apis::RunV2::GoogleLongrunningOperation::Representation
1305
1307
 
1306
1308
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.74.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: 2024-09-01 00:00:00.000000000 Z
11
+ date: 2024-09-22 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.72.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.74.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
63
63
  post_install_message:
64
64
  rdoc_options: []