google-apis-run_v2 0.71.0 → 0.73.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: 8263234c4b1c1e05e7e070e9a10103eb3442101745c6d25190fbc9ed36557f65
4
- data.tar.gz: 0a6744676f163adc7cfaafa126d8db2238de0d959f7b56ecf4d9deea971995d1
3
+ metadata.gz: 777a85ed2cb6637f0e6dbc4d039f129cb99f515bd64042996b0f7751a4f0a607
4
+ data.tar.gz: 3ecb552201b361770b5221bf3bc7b4ca6adcad3d2fcfaaba7193ab119db7350a
5
5
  SHA512:
6
- metadata.gz: a59ed3b00d96d59af71bc3290fcf78a63acef012cac00a619fdb60103fddb04c15784277c8057d64343231c32f527de5bd9c796be654f7af5fc59ea7f27d31a7
7
- data.tar.gz: 1193421a05d8aa2c204d3178e59edbb4295375cedc6a5bdbb5cb4a57f48a4c2fbe9c37f02b0cdf1dc39cfabab06cdd55e1972f52d4247dcf54e80ddac73306c8
6
+ metadata.gz: 568eb0e88ea08521f00fbd3203202e3afbde6e66576bbc58cb1086883eab6295d605bbffdc1405c3975f89a31051902a9b4fd6004ea6d11d875f3661afd4c73c
7
+ data.tar.gz: d216d211a3b851a9e78a28da047253e61b271ec50c2141ff8387553cbb2d97516c1130f6e570ae902d66ca471bf4fce94b16d5b6d90314f614f887c6be9658f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.73.0 (2024-09-08)
4
+
5
+ * Regenerated from discovery document revision 20240831
6
+
7
+ ### v0.72.0 (2024-09-01)
8
+
9
+ * Regenerated from discovery document revision 20240823
10
+
3
11
  ### v0.71.0 (2024-08-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20240816
@@ -1803,7 +1803,8 @@ module Google
1803
1803
  # @return [String]
1804
1804
  attr_accessor :service_account
1805
1805
 
1806
- # Service mesh configuration.
1806
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
1807
+ # com/service-mesh/docs/overview.
1807
1808
  # Corresponds to the JSON property `serviceMesh`
1808
1809
  # @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
1809
1810
  attr_accessor :service_mesh
@@ -1888,6 +1889,9 @@ module Google
1888
1889
  include Google::Apis::Core::Hashable
1889
1890
 
1890
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
1891
1895
  # Corresponds to the JSON property `maxInstanceCount`
1892
1896
  # @return [Fixnum]
1893
1897
  attr_accessor :max_instance_count
@@ -2011,7 +2015,8 @@ module Google
2011
2015
  # @return [String]
2012
2016
  attr_accessor :service_account
2013
2017
 
2014
- # Service mesh configuration.
2018
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
2019
+ # com/service-mesh/docs/overview.
2015
2020
  # Corresponds to the JSON property `serviceMesh`
2016
2021
  # @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
2017
2022
  attr_accessor :service_mesh
@@ -2462,12 +2467,13 @@ module Google
2462
2467
  end
2463
2468
  end
2464
2469
 
2465
- # Service mesh configuration.
2470
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
2471
+ # com/service-mesh/docs/overview.
2466
2472
  class GoogleCloudRunV2ServiceMesh
2467
2473
  include Google::Apis::Core::Hashable
2468
2474
 
2469
- # The service mesh resource name. Format: projects/`project_number`/locations/
2470
- # global/meshes/`mesh`.
2475
+ # The Mesh resource name. Format: projects/`project`/locations/global/meshes/`
2476
+ # mesh`, where `project` can be project id or number.
2471
2477
  # Corresponds to the JSON property `mesh`
2472
2478
  # @return [String]
2473
2479
  attr_accessor :mesh
@@ -2609,6 +2615,11 @@ module Google
2609
2615
  # @return [String]
2610
2616
  attr_accessor :base_image_uri
2611
2617
 
2618
+ # Warning message for the base image.
2619
+ # Corresponds to the JSON property `baseImageWarning`
2620
+ # @return [String]
2621
+ attr_accessor :base_image_warning
2622
+
2612
2623
  # This resource represents a long-running operation that is the result of a
2613
2624
  # network API call.
2614
2625
  # Corresponds to the JSON property `buildOperation`
@@ -2622,6 +2633,7 @@ module Google
2622
2633
  # Update properties of this object
2623
2634
  def update!(**args)
2624
2635
  @base_image_uri = args[:base_image_uri] if args.key?(:base_image_uri)
2636
+ @base_image_warning = args[:base_image_warning] if args.key?(:base_image_warning)
2625
2637
  @build_operation = args[:build_operation] if args.key?(:build_operation)
2626
2638
  end
2627
2639
  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.71.0"
19
+ GEM_VERSION = "0.73.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 = "20240816"
25
+ REVISION = "20240831"
26
26
  end
27
27
  end
28
28
  end
@@ -1301,6 +1301,7 @@ module Google
1301
1301
  # @private
1302
1302
  class Representation < Google::Apis::Core::JsonRepresentation
1303
1303
  property :base_image_uri, as: 'baseImageUri'
1304
+ property :base_image_warning, as: 'baseImageWarning'
1304
1305
  property :build_operation, as: 'buildOperation', class: Google::Apis::RunV2::GoogleLongrunningOperation, decorator: Google::Apis::RunV2::GoogleLongrunningOperation::Representation
1305
1306
 
1306
1307
  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.71.0
4
+ version: 0.73.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-08-25 00:00:00.000000000 Z
11
+ date: 2024-09-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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.73.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: []