google-apis-run_v2 0.58.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/run_v2/classes.rb +1666 -1
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/representations.rb +633 -0
- data/lib/google/apis/run_v2/service.rb +4 -1
- metadata +3 -3
@@ -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.
|
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-
|
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.
|
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: []
|