google-apis-vmwareengine_v1 0.16.0 → 0.17.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ed73d9fbe19c75afb843679b120c2e85ac9dfba0cfa7601dc0f4bb57889f5b3
|
|
4
|
+
data.tar.gz: 993a2c06781d0bce57ce1767828898f84ce57c931453ce9a91bf7db31d494ddb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69b0716b787f57c34ad567f56d7dd836d2f080d5366656845ab47e6a8a4173fc30c92bd2f1b3a6b5ec9987bd92ae1736c113108c9baa1b90830ad5d5c8d9f255
|
|
7
|
+
data.tar.gz: 80efc40f33053afb208887d65b331b472c72de5ec244bb1f6255ce204e6a355b3bae2f1116e6f971806552e09ca1e693365f82afe712ddee41ffc2322b5278cc
|
data/CHANGELOG.md
CHANGED
|
@@ -2291,6 +2291,13 @@ module Google
|
|
|
2291
2291
|
# @return [String]
|
|
2292
2292
|
attr_accessor :request_id
|
|
2293
2293
|
|
|
2294
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
2295
|
+
# request. If set to `false`, validates and executes the request.
|
|
2296
|
+
# Corresponds to the JSON property `validateOnly`
|
|
2297
|
+
# @return [Boolean]
|
|
2298
|
+
attr_accessor :validate_only
|
|
2299
|
+
alias_method :validate_only?, :validate_only
|
|
2300
|
+
|
|
2294
2301
|
def initialize(**args)
|
|
2295
2302
|
update!(**args)
|
|
2296
2303
|
end
|
|
@@ -2300,6 +2307,7 @@ module Google
|
|
|
2300
2307
|
@datastore_mount_config = args[:datastore_mount_config] if args.key?(:datastore_mount_config)
|
|
2301
2308
|
@ignore_colocation = args[:ignore_colocation] if args.key?(:ignore_colocation)
|
|
2302
2309
|
@request_id = args[:request_id] if args.key?(:request_id)
|
|
2310
|
+
@validate_only = args[:validate_only] if args.key?(:validate_only)
|
|
2303
2311
|
end
|
|
2304
2312
|
end
|
|
2305
2313
|
|
|
@@ -3965,6 +3973,13 @@ module Google
|
|
|
3965
3973
|
# @return [String]
|
|
3966
3974
|
attr_accessor :request_id
|
|
3967
3975
|
|
|
3976
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
3977
|
+
# request. If set to `false`, validates and executes the request.
|
|
3978
|
+
# Corresponds to the JSON property `validateOnly`
|
|
3979
|
+
# @return [Boolean]
|
|
3980
|
+
attr_accessor :validate_only
|
|
3981
|
+
alias_method :validate_only?, :validate_only
|
|
3982
|
+
|
|
3968
3983
|
def initialize(**args)
|
|
3969
3984
|
update!(**args)
|
|
3970
3985
|
end
|
|
@@ -3973,6 +3988,7 @@ module Google
|
|
|
3973
3988
|
def update!(**args)
|
|
3974
3989
|
@datastore = args[:datastore] if args.key?(:datastore)
|
|
3975
3990
|
@request_id = args[:request_id] if args.key?(:request_id)
|
|
3991
|
+
@validate_only = args[:validate_only] if args.key?(:validate_only)
|
|
3976
3992
|
end
|
|
3977
3993
|
end
|
|
3978
3994
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module VmwareengineV1
|
|
18
18
|
# Version of the google-apis-vmwareengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260319"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1163,6 +1163,7 @@ module Google
|
|
|
1163
1163
|
|
|
1164
1164
|
property :ignore_colocation, as: 'ignoreColocation'
|
|
1165
1165
|
property :request_id, as: 'requestId'
|
|
1166
|
+
property :validate_only, as: 'validateOnly'
|
|
1166
1167
|
end
|
|
1167
1168
|
end
|
|
1168
1169
|
|
|
@@ -1532,6 +1533,7 @@ module Google
|
|
|
1532
1533
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1533
1534
|
property :datastore, as: 'datastore'
|
|
1534
1535
|
property :request_id, as: 'requestId'
|
|
1536
|
+
property :validate_only, as: 'validateOnly'
|
|
1535
1537
|
end
|
|
1536
1538
|
end
|
|
1537
1539
|
|
|
@@ -120,10 +120,15 @@ module Google
|
|
|
120
120
|
end
|
|
121
121
|
|
|
122
122
|
# Lists information about the supported locations for this service. This method
|
|
123
|
-
#
|
|
124
|
-
#
|
|
125
|
-
#
|
|
126
|
-
#
|
|
123
|
+
# lists locations based on the resource scope provided in the [
|
|
124
|
+
# ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
|
|
125
|
+
# the method lists the public locations available to all projects. * **Project-
|
|
126
|
+
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
127
|
+
# method lists locations visible to that specific project. This includes public,
|
|
128
|
+
# private, or other project-specific locations enabled for the project. For gRPC
|
|
129
|
+
# and client library implementations, the resource name is passed as the `name`
|
|
130
|
+
# field. For direct service calls, the resource name is incorporated into the
|
|
131
|
+
# request path based on the specific service implementation and version.
|
|
127
132
|
# @param [String] name
|
|
128
133
|
# The resource that owns the locations collection, if applicable.
|
|
129
134
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -621,6 +626,9 @@ module Google
|
|
|
621
626
|
# accidentally creating duplicate commitments. The request ID must be a valid
|
|
622
627
|
# UUID with the exception that zero UUID is not supported (00000000-0000-0000-
|
|
623
628
|
# 0000-000000000000).
|
|
629
|
+
# @param [Boolean] validate_only
|
|
630
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
631
|
+
# request. If set to `false`, validates and executes the request.
|
|
624
632
|
# @param [String] fields
|
|
625
633
|
# Selector specifying which fields to include in a partial response.
|
|
626
634
|
# @param [String] quota_user
|
|
@@ -638,7 +646,7 @@ module Google
|
|
|
638
646
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
639
647
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
640
648
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
641
|
-
def create_project_location_network_peering(parent, network_peering_object = nil, network_peering_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
649
|
+
def create_project_location_network_peering(parent, network_peering_object = nil, network_peering_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
642
650
|
command = make_simple_command(:post, 'v1/{+parent}/networkPeerings', options)
|
|
643
651
|
command.request_representation = Google::Apis::VmwareengineV1::NetworkPeering::Representation
|
|
644
652
|
command.request_object = network_peering_object
|
|
@@ -647,6 +655,7 @@ module Google
|
|
|
647
655
|
command.params['parent'] = parent unless parent.nil?
|
|
648
656
|
command.query['networkPeeringId'] = network_peering_id unless network_peering_id.nil?
|
|
649
657
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
658
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
650
659
|
command.query['fields'] = fields unless fields.nil?
|
|
651
660
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
652
661
|
execute_or_queue_command(command, &block)
|
|
@@ -829,6 +838,9 @@ module Google
|
|
|
829
838
|
# update_mask` are relative to the resource, not the full request. A field will
|
|
830
839
|
# be overwritten if it is in the mask. If the user does not provide a mask then
|
|
831
840
|
# all fields will be overwritten.
|
|
841
|
+
# @param [Boolean] validate_only
|
|
842
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
843
|
+
# request. If set to `false`, validates and executes the request.
|
|
832
844
|
# @param [String] fields
|
|
833
845
|
# Selector specifying which fields to include in a partial response.
|
|
834
846
|
# @param [String] quota_user
|
|
@@ -846,7 +858,7 @@ module Google
|
|
|
846
858
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
847
859
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
848
860
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
849
|
-
def patch_project_location_network_peering(name, network_peering_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
861
|
+
def patch_project_location_network_peering(name, network_peering_object = nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
850
862
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
851
863
|
command.request_representation = Google::Apis::VmwareengineV1::NetworkPeering::Representation
|
|
852
864
|
command.request_object = network_peering_object
|
|
@@ -855,6 +867,7 @@ module Google
|
|
|
855
867
|
command.params['name'] = name unless name.nil?
|
|
856
868
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
857
869
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
870
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
858
871
|
command.query['fields'] = fields unless fields.nil?
|
|
859
872
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
860
873
|
execute_or_queue_command(command, &block)
|
|
@@ -941,6 +954,9 @@ module Google
|
|
|
941
954
|
# accidentally creating duplicate commitments. The request ID must be a valid
|
|
942
955
|
# UUID with the exception that zero UUID is not supported (00000000-0000-0000-
|
|
943
956
|
# 0000-000000000000).
|
|
957
|
+
# @param [Boolean] validate_only
|
|
958
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
959
|
+
# request. If set to `false`, validates and executes the request.
|
|
944
960
|
# @param [String] fields
|
|
945
961
|
# Selector specifying which fields to include in a partial response.
|
|
946
962
|
# @param [String] quota_user
|
|
@@ -958,7 +974,7 @@ module Google
|
|
|
958
974
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
959
975
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
960
976
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
961
|
-
def create_project_location_network_policy(parent, network_policy_object = nil, network_policy_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
977
|
+
def create_project_location_network_policy(parent, network_policy_object = nil, network_policy_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
962
978
|
command = make_simple_command(:post, 'v1/{+parent}/networkPolicies', options)
|
|
963
979
|
command.request_representation = Google::Apis::VmwareengineV1::NetworkPolicy::Representation
|
|
964
980
|
command.request_object = network_policy_object
|
|
@@ -967,6 +983,7 @@ module Google
|
|
|
967
983
|
command.params['parent'] = parent unless parent.nil?
|
|
968
984
|
command.query['networkPolicyId'] = network_policy_id unless network_policy_id.nil?
|
|
969
985
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
986
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
970
987
|
command.query['fields'] = fields unless fields.nil?
|
|
971
988
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
972
989
|
execute_or_queue_command(command, &block)
|
|
@@ -1196,6 +1213,9 @@ module Google
|
|
|
1196
1213
|
# update_mask` are relative to the resource, not the full request. A field will
|
|
1197
1214
|
# be overwritten if it is in the mask. If the user does not provide a mask then
|
|
1198
1215
|
# all fields will be overwritten.
|
|
1216
|
+
# @param [Boolean] validate_only
|
|
1217
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
1218
|
+
# request. If set to `false`, validates and executes the request.
|
|
1199
1219
|
# @param [String] fields
|
|
1200
1220
|
# Selector specifying which fields to include in a partial response.
|
|
1201
1221
|
# @param [String] quota_user
|
|
@@ -1213,7 +1233,7 @@ module Google
|
|
|
1213
1233
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1214
1234
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1215
1235
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1216
|
-
def patch_project_location_network_policy(name, network_policy_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1236
|
+
def patch_project_location_network_policy(name, network_policy_object = nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1217
1237
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
1218
1238
|
command.request_representation = Google::Apis::VmwareengineV1::NetworkPolicy::Representation
|
|
1219
1239
|
command.request_object = network_policy_object
|
|
@@ -1222,6 +1242,7 @@ module Google
|
|
|
1222
1242
|
command.params['name'] = name unless name.nil?
|
|
1223
1243
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
1224
1244
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
1245
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
1225
1246
|
command.query['fields'] = fields unless fields.nil?
|
|
1226
1247
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1227
1248
|
execute_or_queue_command(command, &block)
|
|
@@ -1254,6 +1275,9 @@ module Google
|
|
|
1254
1275
|
# creating duplicate commitments. The request ID must be a valid UUID with the
|
|
1255
1276
|
# exception that zero UUID is not supported (00000000-0000-0000-0000-
|
|
1256
1277
|
# 000000000000).
|
|
1278
|
+
# @param [Boolean] validate_only
|
|
1279
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
1280
|
+
# request. If set to `false`, validates and executes the request.
|
|
1257
1281
|
# @param [String] fields
|
|
1258
1282
|
# Selector specifying which fields to include in a partial response.
|
|
1259
1283
|
# @param [String] quota_user
|
|
@@ -1271,7 +1295,7 @@ module Google
|
|
|
1271
1295
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1272
1296
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1273
1297
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1274
|
-
def create_project_location_network_policy_external_access_rule(parent, external_access_rule_object = nil, external_access_rule_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1298
|
+
def create_project_location_network_policy_external_access_rule(parent, external_access_rule_object = nil, external_access_rule_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1275
1299
|
command = make_simple_command(:post, 'v1/{+parent}/externalAccessRules', options)
|
|
1276
1300
|
command.request_representation = Google::Apis::VmwareengineV1::ExternalAccessRule::Representation
|
|
1277
1301
|
command.request_object = external_access_rule_object
|
|
@@ -1280,6 +1304,7 @@ module Google
|
|
|
1280
1304
|
command.params['parent'] = parent unless parent.nil?
|
|
1281
1305
|
command.query['externalAccessRuleId'] = external_access_rule_id unless external_access_rule_id.nil?
|
|
1282
1306
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
1307
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
1283
1308
|
command.query['fields'] = fields unless fields.nil?
|
|
1284
1309
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1285
1310
|
execute_or_queue_command(command, &block)
|
|
@@ -1454,6 +1479,9 @@ module Google
|
|
|
1454
1479
|
# update_mask` are relative to the resource, not the full request. A field will
|
|
1455
1480
|
# be overwritten if it is in the mask. If the user does not provide a mask then
|
|
1456
1481
|
# all fields will be overwritten.
|
|
1482
|
+
# @param [Boolean] validate_only
|
|
1483
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the/
|
|
1484
|
+
# / request. If set to `false`, validates and executes the request.
|
|
1457
1485
|
# @param [String] fields
|
|
1458
1486
|
# Selector specifying which fields to include in a partial response.
|
|
1459
1487
|
# @param [String] quota_user
|
|
@@ -1471,7 +1499,7 @@ module Google
|
|
|
1471
1499
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1472
1500
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1473
1501
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1474
|
-
def patch_project_location_network_policy_external_access_rule(name, external_access_rule_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1502
|
+
def patch_project_location_network_policy_external_access_rule(name, external_access_rule_object = nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1475
1503
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
1476
1504
|
command.request_representation = Google::Apis::VmwareengineV1::ExternalAccessRule::Representation
|
|
1477
1505
|
command.request_object = external_access_rule_object
|
|
@@ -1480,6 +1508,7 @@ module Google
|
|
|
1480
1508
|
command.params['name'] = name unless name.nil?
|
|
1481
1509
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
1482
1510
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
1511
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
1483
1512
|
command.query['fields'] = fields unless fields.nil?
|
|
1484
1513
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1485
1514
|
execute_or_queue_command(command, &block)
|
|
@@ -1710,8 +1739,8 @@ module Google
|
|
|
1710
1739
|
# Optional. The request ID must be a valid UUID with the exception that zero
|
|
1711
1740
|
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
|
1712
1741
|
# @param [Boolean] validate_only
|
|
1713
|
-
# Optional.
|
|
1714
|
-
#
|
|
1742
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
1743
|
+
# request. If set to `false`, validates and executes the request.
|
|
1715
1744
|
# @param [String] fields
|
|
1716
1745
|
# Selector specifying which fields to include in a partial response.
|
|
1717
1746
|
# @param [String] quota_user
|
|
@@ -2006,6 +2035,9 @@ module Google
|
|
|
2006
2035
|
# relative to the resource, not the full request. A field will be overwritten if
|
|
2007
2036
|
# it is in the mask. If the user does not provide a mask then all fields will be
|
|
2008
2037
|
# overwritten.
|
|
2038
|
+
# @param [Boolean] validate_only
|
|
2039
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
2040
|
+
# request. If set to `false`, validates and executes the request.
|
|
2009
2041
|
# @param [String] fields
|
|
2010
2042
|
# Selector specifying which fields to include in a partial response.
|
|
2011
2043
|
# @param [String] quota_user
|
|
@@ -2023,7 +2055,7 @@ module Google
|
|
|
2023
2055
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2024
2056
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2025
2057
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2026
|
-
def patch_project_location_private_cloud(name, private_cloud_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2058
|
+
def patch_project_location_private_cloud(name, private_cloud_object = nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2027
2059
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
2028
2060
|
command.request_representation = Google::Apis::VmwareengineV1::PrivateCloud::Representation
|
|
2029
2061
|
command.request_object = private_cloud_object
|
|
@@ -2032,6 +2064,7 @@ module Google
|
|
|
2032
2064
|
command.params['name'] = name unless name.nil?
|
|
2033
2065
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
2034
2066
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
2067
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
2035
2068
|
command.query['fields'] = fields unless fields.nil?
|
|
2036
2069
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2037
2070
|
execute_or_queue_command(command, &block)
|
|
@@ -2414,8 +2447,8 @@ module Google
|
|
|
2414
2447
|
# Optional. The request ID must be a valid UUID with the exception that zero
|
|
2415
2448
|
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
|
2416
2449
|
# @param [Boolean] validate_only
|
|
2417
|
-
# Optional.
|
|
2418
|
-
#
|
|
2450
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
2451
|
+
# request. If set to `false`, validates and executes the request.
|
|
2419
2452
|
# @param [String] fields
|
|
2420
2453
|
# Selector specifying which fields to include in a partial response.
|
|
2421
2454
|
# @param [String] quota_user
|
|
@@ -2679,8 +2712,8 @@ module Google
|
|
|
2679
2712
|
# it is in the mask. If the user does not provide a mask then all fields will be
|
|
2680
2713
|
# overwritten.
|
|
2681
2714
|
# @param [Boolean] validate_only
|
|
2682
|
-
# Optional.
|
|
2683
|
-
#
|
|
2715
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
2716
|
+
# request. If set to `false`, validates and executes the request.
|
|
2684
2717
|
# @param [String] fields
|
|
2685
2718
|
# Selector specifying which fields to include in a partial response.
|
|
2686
2719
|
# @param [String] quota_user
|
|
@@ -2929,6 +2962,9 @@ module Google
|
|
|
2929
2962
|
# from accidentally creating duplicate commitments. The request ID must be a
|
|
2930
2963
|
# valid UUID with the exception that zero UUID is not supported (00000000-0000-
|
|
2931
2964
|
# 0000-0000-000000000000).
|
|
2965
|
+
# @param [Boolean] validate_only
|
|
2966
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
2967
|
+
# request. If set to `false`, validates and executes the request.
|
|
2932
2968
|
# @param [String] fields
|
|
2933
2969
|
# Selector specifying which fields to include in a partial response.
|
|
2934
2970
|
# @param [String] quota_user
|
|
@@ -2946,7 +2982,7 @@ module Google
|
|
|
2946
2982
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2947
2983
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2948
2984
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2949
|
-
def create_project_location_private_cloud_external_address(parent, external_address_object = nil, external_address_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2985
|
+
def create_project_location_private_cloud_external_address(parent, external_address_object = nil, external_address_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2950
2986
|
command = make_simple_command(:post, 'v1/{+parent}/externalAddresses', options)
|
|
2951
2987
|
command.request_representation = Google::Apis::VmwareengineV1::ExternalAddress::Representation
|
|
2952
2988
|
command.request_object = external_address_object
|
|
@@ -2955,6 +2991,7 @@ module Google
|
|
|
2955
2991
|
command.params['parent'] = parent unless parent.nil?
|
|
2956
2992
|
command.query['externalAddressId'] = external_address_id unless external_address_id.nil?
|
|
2957
2993
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
2994
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
2958
2995
|
command.query['fields'] = fields unless fields.nil?
|
|
2959
2996
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2960
2997
|
execute_or_queue_command(command, &block)
|
|
@@ -3134,6 +3171,9 @@ module Google
|
|
|
3134
3171
|
# update_mask` are relative to the resource, not the full request. A field will
|
|
3135
3172
|
# be overwritten if it is in the mask. If the user does not provide a mask then
|
|
3136
3173
|
# all fields will be overwritten.
|
|
3174
|
+
# @param [Boolean] validate_only
|
|
3175
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
3176
|
+
# request. If set to `false`, validates and executes the request.
|
|
3137
3177
|
# @param [String] fields
|
|
3138
3178
|
# Selector specifying which fields to include in a partial response.
|
|
3139
3179
|
# @param [String] quota_user
|
|
@@ -3151,7 +3191,7 @@ module Google
|
|
|
3151
3191
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3152
3192
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3153
3193
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3154
|
-
def patch_project_location_private_cloud_external_address(name, external_address_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3194
|
+
def patch_project_location_private_cloud_external_address(name, external_address_object = nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3155
3195
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
3156
3196
|
command.request_representation = Google::Apis::VmwareengineV1::ExternalAddress::Representation
|
|
3157
3197
|
command.request_object = external_address_object
|
|
@@ -3160,6 +3200,7 @@ module Google
|
|
|
3160
3200
|
command.params['name'] = name unless name.nil?
|
|
3161
3201
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
3162
3202
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
3203
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
3163
3204
|
command.query['fields'] = fields unless fields.nil?
|
|
3164
3205
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3165
3206
|
execute_or_queue_command(command, &block)
|
|
@@ -4293,6 +4334,9 @@ module Google
|
|
|
4293
4334
|
# accidentally creating duplicate commitments. The request ID must be a valid
|
|
4294
4335
|
# UUID with the exception that zero UUID is not supported (00000000-0000-0000-
|
|
4295
4336
|
# 0000-000000000000).
|
|
4337
|
+
# @param [Boolean] validate_only
|
|
4338
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
4339
|
+
# request. If set to `false`, validates and executes the request.
|
|
4296
4340
|
# @param [String] fields
|
|
4297
4341
|
# Selector specifying which fields to include in a partial response.
|
|
4298
4342
|
# @param [String] quota_user
|
|
@@ -4310,7 +4354,7 @@ module Google
|
|
|
4310
4354
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
4311
4355
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
4312
4356
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
4313
|
-
def create_project_location_private_connection(parent, private_connection_object = nil, private_connection_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4357
|
+
def create_project_location_private_connection(parent, private_connection_object = nil, private_connection_id: nil, request_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4314
4358
|
command = make_simple_command(:post, 'v1/{+parent}/privateConnections', options)
|
|
4315
4359
|
command.request_representation = Google::Apis::VmwareengineV1::PrivateConnection::Representation
|
|
4316
4360
|
command.request_object = private_connection_object
|
|
@@ -4319,6 +4363,7 @@ module Google
|
|
|
4319
4363
|
command.params['parent'] = parent unless parent.nil?
|
|
4320
4364
|
command.query['privateConnectionId'] = private_connection_id unless private_connection_id.nil?
|
|
4321
4365
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
4366
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
4322
4367
|
command.query['fields'] = fields unless fields.nil?
|
|
4323
4368
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
4324
4369
|
execute_or_queue_command(command, &block)
|
|
@@ -4496,6 +4541,9 @@ module Google
|
|
|
4496
4541
|
# update_mask` are relative to the resource, not the full request. A field will
|
|
4497
4542
|
# be overwritten if it is in the mask. If the user does not provide a mask then
|
|
4498
4543
|
# all fields will be overwritten.
|
|
4544
|
+
# @param [Boolean] validate_only
|
|
4545
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
4546
|
+
# request. If set to `false`, validates and executes the request.
|
|
4499
4547
|
# @param [String] fields
|
|
4500
4548
|
# Selector specifying which fields to include in a partial response.
|
|
4501
4549
|
# @param [String] quota_user
|
|
@@ -4513,7 +4561,7 @@ module Google
|
|
|
4513
4561
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
4514
4562
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
4515
4563
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
4516
|
-
def patch_project_location_private_connection(name, private_connection_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4564
|
+
def patch_project_location_private_connection(name, private_connection_object = nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4517
4565
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
4518
4566
|
command.request_representation = Google::Apis::VmwareengineV1::PrivateConnection::Representation
|
|
4519
4567
|
command.request_object = private_connection_object
|
|
@@ -4522,6 +4570,7 @@ module Google
|
|
|
4522
4570
|
command.params['name'] = name unless name.nil?
|
|
4523
4571
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
4524
4572
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
4573
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
4525
4574
|
command.query['fields'] = fields unless fields.nil?
|
|
4526
4575
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
4527
4576
|
execute_or_queue_command(command, &block)
|
|
@@ -4592,6 +4641,9 @@ module Google
|
|
|
4592
4641
|
# accidentally creating duplicate commitments. The request ID must be a valid
|
|
4593
4642
|
# UUID with the exception that zero UUID is not supported (00000000-0000-0000-
|
|
4594
4643
|
# 0000-000000000000).
|
|
4644
|
+
# @param [Boolean] validate_only
|
|
4645
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
4646
|
+
# request. If set to `false`, validates and executes the request.
|
|
4595
4647
|
# @param [String] vmware_engine_network_id
|
|
4596
4648
|
# Required. The user-provided identifier of the new VMware Engine network. This
|
|
4597
4649
|
# identifier must be unique among VMware Engine network resources within the
|
|
@@ -4620,7 +4672,7 @@ module Google
|
|
|
4620
4672
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
4621
4673
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
4622
4674
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
4623
|
-
def create_project_location_vmware_engine_network(parent, vmware_engine_network_object = nil, request_id: nil, vmware_engine_network_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4675
|
+
def create_project_location_vmware_engine_network(parent, vmware_engine_network_object = nil, request_id: nil, validate_only: nil, vmware_engine_network_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4624
4676
|
command = make_simple_command(:post, 'v1/{+parent}/vmwareEngineNetworks', options)
|
|
4625
4677
|
command.request_representation = Google::Apis::VmwareengineV1::VmwareEngineNetwork::Representation
|
|
4626
4678
|
command.request_object = vmware_engine_network_object
|
|
@@ -4628,6 +4680,7 @@ module Google
|
|
|
4628
4680
|
command.response_class = Google::Apis::VmwareengineV1::Operation
|
|
4629
4681
|
command.params['parent'] = parent unless parent.nil?
|
|
4630
4682
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
4683
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
4631
4684
|
command.query['vmwareEngineNetworkId'] = vmware_engine_network_id unless vmware_engine_network_id.nil?
|
|
4632
4685
|
command.query['fields'] = fields unless fields.nil?
|
|
4633
4686
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
@@ -4815,6 +4868,9 @@ module Google
|
|
|
4815
4868
|
# be overwritten if it is in the mask. If the user does not provide a mask then
|
|
4816
4869
|
# all fields will be overwritten. Only the following fields can be updated: `
|
|
4817
4870
|
# description`.
|
|
4871
|
+
# @param [Boolean] validate_only
|
|
4872
|
+
# Optional. If set to `true`, only validates the request but doesn’t execute the
|
|
4873
|
+
# request. If set to `false`, validates and executes the request.
|
|
4818
4874
|
# @param [String] fields
|
|
4819
4875
|
# Selector specifying which fields to include in a partial response.
|
|
4820
4876
|
# @param [String] quota_user
|
|
@@ -4832,7 +4888,7 @@ module Google
|
|
|
4832
4888
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
4833
4889
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
4834
4890
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
4835
|
-
def patch_project_location_vmware_engine_network(name, vmware_engine_network_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4891
|
+
def patch_project_location_vmware_engine_network(name, vmware_engine_network_object = nil, request_id: nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
4836
4892
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
4837
4893
|
command.request_representation = Google::Apis::VmwareengineV1::VmwareEngineNetwork::Representation
|
|
4838
4894
|
command.request_object = vmware_engine_network_object
|
|
@@ -4841,6 +4897,7 @@ module Google
|
|
|
4841
4897
|
command.params['name'] = name unless name.nil?
|
|
4842
4898
|
command.query['requestId'] = request_id unless request_id.nil?
|
|
4843
4899
|
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
4900
|
+
command.query['validateOnly'] = validate_only unless validate_only.nil?
|
|
4844
4901
|
command.query['fields'] = fields unless fields.nil?
|
|
4845
4902
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
4846
4903
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-vmwareengine_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmwareengine_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmwareengine_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmwareengine_v1/v0.17.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmwareengine_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|