google-apis-run_v2 0.59.0 → 0.60.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: f1c7053fb14f42d422c30e018f76dfb429a164a47cc329591413f8a6d405d255
4
- data.tar.gz: 608de1cfadbd37fce93e2c57336f99ffd1cbbde60e274ca90ea42d0fd5b83c5f
3
+ metadata.gz: 3e5dd4188e5445a928a54f958f0ccfb6364c122713f9d3a949d84be3917b6ac7
4
+ data.tar.gz: 46e1366cd9e8e18afd4515d1cacbc8be1280685bd414398cf9520ffbd1724a96
5
5
  SHA512:
6
- metadata.gz: e765f73d22a466f5df61d84f7a700feac61565b4f3920301491c03db75aa18d81e97a5297ec72f8a79feeb8eb4486e2e6854529c93169cdc4a4f88f7e4d03d9b
7
- data.tar.gz: 8e14bbea0a853294e01aad6a0c20841ad8eb4444cc9b92453371f419166eb8a2444c381bee647c3cae586496f931d249a8e9d21e5943133317507ee38f1c4e6e
6
+ metadata.gz: f7482a5510f6a7a7da3b8e378321eea55361301a4d9ee48303e3b2f65b5f20f9cddd5e0e9ca8a0687fb0fa6e72709200c039a9ea8397eefffaed650d82cfdb5b
7
+ data.tar.gz: 5ba7253130b80a0c861615d02dcb119d6cabbb97fe11f447a38acd4829eb01cc0cd4a2b9952faef172b3c95464c32add127f208e748b7e824dd92740bcd2a38a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.60.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240310
6
+
3
7
  ### v0.59.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240303
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240303"
25
+ REVISION = "20240310"
26
26
  end
27
27
  end
28
28
  end
@@ -989,6 +989,8 @@ module Google
989
989
  # If set to true, and if the Service does not exist, it will create a new one.
990
990
  # The caller must have 'run.services.create' permissions if this is set to true
991
991
  # and the Service does not exist.
992
+ # @param [String] update_mask
993
+ # Optional. The list of fields to be updated.
992
994
  # @param [Boolean] validate_only
993
995
  # Indicates that the request should be validated and default values populated,
994
996
  # without persisting the request or updating any resources.
@@ -1009,7 +1011,7 @@ module Google
1009
1011
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1010
1012
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1011
1013
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1012
- def patch_project_location_service(name, google_cloud_run_v2_service_object = nil, allow_missing: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1014
+ def patch_project_location_service(name, google_cloud_run_v2_service_object = nil, allow_missing: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
1013
1015
  command = make_simple_command(:patch, 'v2/{+name}', options)
1014
1016
  command.request_representation = Google::Apis::RunV2::GoogleCloudRunV2Service::Representation
1015
1017
  command.request_object = google_cloud_run_v2_service_object
@@ -1017,6 +1019,7 @@ module Google
1017
1019
  command.response_class = Google::Apis::RunV2::GoogleLongrunningOperation
1018
1020
  command.params['name'] = name unless name.nil?
1019
1021
  command.query['allowMissing'] = allow_missing unless allow_missing.nil?
1022
+ command.query['updateMask'] = update_mask unless update_mask.nil?
1020
1023
  command.query['validateOnly'] = validate_only unless validate_only.nil?
1021
1024
  command.query['fields'] = fields unless fields.nil?
1022
1025
  command.query['quotaUser'] = quota_user unless quota_user.nil?
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.59.0
4
+ version: 0.60.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-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-17 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.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.60.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: []