google-apis-alloydb_v1alpha 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -142,15 +142,15 @@ module Google
|
|
142
142
|
# Required. ID of the requesting object.
|
143
143
|
# @param [String] request_id
|
144
144
|
# Optional. An optional request ID to identify requests. Specify a unique
|
145
|
-
# request ID so that if you must retry your request, the server
|
146
|
-
#
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
#
|
151
|
-
#
|
152
|
-
#
|
153
|
-
#
|
145
|
+
# request ID so that if you must retry your request, the server ignores the
|
146
|
+
# request if it has already been completed. The server guarantees that for at
|
147
|
+
# least 60 minutes since the first request. For example, consider a situation
|
148
|
+
# where you make an initial request and the request times out. If you make the
|
149
|
+
# request again with the same request ID, the server can check if the original
|
150
|
+
# operation with the same request ID was received, and if so, ignores the second
|
151
|
+
# request. This prevents clients from accidentally creating duplicate
|
152
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
153
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
154
154
|
# @param [Boolean] validate_only
|
155
155
|
# Optional. If set, the backend validates the request, but doesn't actually
|
156
156
|
# execute it.
|
@@ -196,15 +196,15 @@ module Google
|
|
196
196
|
# error will be returned.
|
197
197
|
# @param [String] request_id
|
198
198
|
# Optional. An optional request ID to identify requests. Specify a unique
|
199
|
-
# request ID so that if you must retry your request, the server
|
200
|
-
#
|
201
|
-
#
|
202
|
-
#
|
203
|
-
#
|
204
|
-
#
|
205
|
-
#
|
206
|
-
#
|
207
|
-
#
|
199
|
+
# request ID so that if you must retry your request, the server ignores the
|
200
|
+
# request if it has already been completed. The server guarantees that for at
|
201
|
+
# least 60 minutes since the first request. For example, consider a situation
|
202
|
+
# where you make an initial request and the request times out. If you make the
|
203
|
+
# request again with the same request ID, the server can check if the original
|
204
|
+
# operation with the same request ID was received, and if so, ignores the second
|
205
|
+
# request. This prevents clients from accidentally creating duplicate
|
206
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
207
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
208
208
|
# @param [Boolean] validate_only
|
209
209
|
# Optional. If set, the backend validates the request, but doesn't actually
|
210
210
|
# execute it.
|
@@ -326,15 +326,15 @@ module Google
|
|
326
326
|
# that case, a new backup is created and `update_mask` is ignored.
|
327
327
|
# @param [String] request_id
|
328
328
|
# Optional. An optional request ID to identify requests. Specify a unique
|
329
|
-
# request ID so that if you must retry your request, the server
|
330
|
-
#
|
331
|
-
#
|
332
|
-
#
|
333
|
-
#
|
334
|
-
#
|
335
|
-
#
|
336
|
-
#
|
337
|
-
#
|
329
|
+
# request ID so that if you must retry your request, the server ignores the
|
330
|
+
# request if it has already been completed. The server guarantees that for at
|
331
|
+
# least 60 minutes since the first request. For example, consider a situation
|
332
|
+
# where you make an initial request and the request times out. If you make the
|
333
|
+
# request again with the same request ID, the server can check if the original
|
334
|
+
# operation with the same request ID was received, and if so, ignores the second
|
335
|
+
# request. This prevents clients from accidentally creating duplicate
|
336
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
337
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
338
338
|
# @param [String] update_mask
|
339
339
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
340
340
|
# Backup resource by the update. The fields specified in the update_mask are
|
@@ -386,18 +386,19 @@ module Google
|
|
386
386
|
# Required. ID of the requesting object.
|
387
387
|
# @param [String] request_id
|
388
388
|
# Optional. An optional request ID to identify requests. Specify a unique
|
389
|
-
# request ID so that if you must retry your request, the server
|
390
|
-
#
|
391
|
-
#
|
392
|
-
#
|
393
|
-
#
|
394
|
-
#
|
395
|
-
#
|
396
|
-
#
|
397
|
-
#
|
389
|
+
# request ID so that if you must retry your request, the server ignores the
|
390
|
+
# request if it has already been completed. The server guarantees that for at
|
391
|
+
# least 60 minutes since the first request. For example, consider a situation
|
392
|
+
# where you make an initial request and the request times out. If you make the
|
393
|
+
# request again with the same request ID, the server can check if the original
|
394
|
+
# operation with the same request ID was received, and if so, ignores the second
|
395
|
+
# request. This prevents clients from accidentally creating duplicate
|
396
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
397
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
398
398
|
# @param [Boolean] validate_only
|
399
|
-
# Optional. If set, performs request validation
|
400
|
-
# other type of validation
|
399
|
+
# Optional. If set, performs request validation, for example, permission checks
|
400
|
+
# and any other type of validation, but does not actually execute the create
|
401
|
+
# request.
|
401
402
|
# @param [String] fields
|
402
403
|
# Selector specifying which fields to include in a partial response.
|
403
404
|
# @param [String] quota_user
|
@@ -440,18 +441,19 @@ module Google
|
|
440
441
|
# Required. ID of the requesting object (the secondary cluster).
|
441
442
|
# @param [String] request_id
|
442
443
|
# Optional. An optional request ID to identify requests. Specify a unique
|
443
|
-
# request ID so that if you must retry your request, the server
|
444
|
-
#
|
445
|
-
#
|
446
|
-
#
|
447
|
-
#
|
448
|
-
#
|
449
|
-
#
|
450
|
-
#
|
451
|
-
#
|
444
|
+
# request ID so that if you must retry your request, the server ignores the
|
445
|
+
# request if it has already been completed. The server guarantees that for at
|
446
|
+
# least 60 minutes since the first request. For example, consider a situation
|
447
|
+
# where you make an initial request and the request times out. If you make the
|
448
|
+
# request again with the same request ID, the server can check if the original
|
449
|
+
# operation with the same request ID was received, and if so, ignores the second
|
450
|
+
# request. This prevents clients from accidentally creating duplicate
|
451
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
452
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
452
453
|
# @param [Boolean] validate_only
|
453
|
-
# Optional. If set, performs request validation
|
454
|
-
# other type of validation
|
454
|
+
# Optional. If set, performs request validation, for example, permission checks
|
455
|
+
# and any other type of validation, but does not actually execute the create
|
456
|
+
# request.
|
455
457
|
# @param [String] fields
|
456
458
|
# Selector specifying which fields to include in a partial response.
|
457
459
|
# @param [String] quota_user
|
@@ -496,18 +498,19 @@ module Google
|
|
496
498
|
# Optional. Whether to cascade delete child instances for given cluster.
|
497
499
|
# @param [String] request_id
|
498
500
|
# Optional. An optional request ID to identify requests. Specify a unique
|
499
|
-
# request ID so that if you must retry your request, the server
|
500
|
-
#
|
501
|
-
#
|
502
|
-
#
|
503
|
-
#
|
504
|
-
#
|
505
|
-
#
|
506
|
-
#
|
507
|
-
#
|
501
|
+
# request ID so that if you must retry your request, the server ignores the
|
502
|
+
# request if it has already been completed. The server guarantees that for at
|
503
|
+
# least 60 minutes since the first request. For example, consider a situation
|
504
|
+
# where you make an initial request and the request times out. If you make the
|
505
|
+
# request again with the same request ID, the server can check if the original
|
506
|
+
# operation with the same request ID was received, and if so, ignores the second
|
507
|
+
# request. This prevents clients from accidentally creating duplicate
|
508
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
509
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
508
510
|
# @param [Boolean] validate_only
|
509
|
-
# Optional. If set, performs request validation
|
510
|
-
# other type of validation
|
511
|
+
# Optional. If set, performs request validation, for example, permission checks
|
512
|
+
# and any other type of validation, but does not actually execute the create
|
513
|
+
# request.
|
511
514
|
# @param [String] fields
|
512
515
|
# Selector specifying which fields to include in a partial response.
|
513
516
|
# @param [String] quota_user
|
@@ -539,6 +542,39 @@ module Google
|
|
539
542
|
execute_or_queue_command(command, &block)
|
540
543
|
end
|
541
544
|
|
545
|
+
# Exports data from the cluster. Imperative only.
|
546
|
+
# @param [String] name
|
547
|
+
# Required. The resource name of the cluster.
|
548
|
+
# @param [Google::Apis::AlloydbV1alpha::ExportClusterRequest] export_cluster_request_object
|
549
|
+
# @param [String] fields
|
550
|
+
# Selector specifying which fields to include in a partial response.
|
551
|
+
# @param [String] quota_user
|
552
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
553
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
554
|
+
# @param [Google::Apis::RequestOptions] options
|
555
|
+
# Request-specific options
|
556
|
+
#
|
557
|
+
# @yield [result, err] Result & error if block supplied
|
558
|
+
# @yieldparam result [Google::Apis::AlloydbV1alpha::Operation] parsed result object
|
559
|
+
# @yieldparam err [StandardError] error object if request failed
|
560
|
+
#
|
561
|
+
# @return [Google::Apis::AlloydbV1alpha::Operation]
|
562
|
+
#
|
563
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
564
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
565
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
566
|
+
def export_cluster(name, export_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
567
|
+
command = make_simple_command(:post, 'v1alpha/{+name}:export', options)
|
568
|
+
command.request_representation = Google::Apis::AlloydbV1alpha::ExportClusterRequest::Representation
|
569
|
+
command.request_object = export_cluster_request_object
|
570
|
+
command.response_representation = Google::Apis::AlloydbV1alpha::Operation::Representation
|
571
|
+
command.response_class = Google::Apis::AlloydbV1alpha::Operation
|
572
|
+
command.params['name'] = name unless name.nil?
|
573
|
+
command.query['fields'] = fields unless fields.nil?
|
574
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
575
|
+
execute_or_queue_command(command, &block)
|
576
|
+
end
|
577
|
+
|
542
578
|
# Gets details of a single Cluster.
|
543
579
|
# @param [String] name
|
544
580
|
# Required. The name of the resource. For the required format, see the comment
|
@@ -633,15 +669,15 @@ module Google
|
|
633
669
|
# that case, a new cluster is created and `update_mask` is ignored.
|
634
670
|
# @param [String] request_id
|
635
671
|
# Optional. An optional request ID to identify requests. Specify a unique
|
636
|
-
# request ID so that if you must retry your request, the server
|
637
|
-
#
|
638
|
-
#
|
639
|
-
#
|
640
|
-
#
|
641
|
-
#
|
642
|
-
#
|
643
|
-
#
|
644
|
-
#
|
672
|
+
# request ID so that if you must retry your request, the server ignores the
|
673
|
+
# request if it has already been completed. The server guarantees that for at
|
674
|
+
# least 60 minutes since the first request. For example, consider a situation
|
675
|
+
# where you make an initial request and the request times out. If you make the
|
676
|
+
# request again with the same request ID, the server can check if the original
|
677
|
+
# operation with the same request ID was received, and if so, ignores the second
|
678
|
+
# request. This prevents clients from accidentally creating duplicate
|
679
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
680
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
645
681
|
# @param [String] update_mask
|
646
682
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
647
683
|
# Cluster resource by the update. The fields specified in the update_mask are
|
@@ -649,8 +685,9 @@ module Google
|
|
649
685
|
# it is in the mask. If the user does not provide a mask then all fields will be
|
650
686
|
# overwritten.
|
651
687
|
# @param [Boolean] validate_only
|
652
|
-
# Optional. If set, performs request validation
|
653
|
-
# other type of validation
|
688
|
+
# Optional. If set, performs request validation, for example, permission checks
|
689
|
+
# and any other type of validation, but does not actually execute the create
|
690
|
+
# request.
|
654
691
|
# @param [String] fields
|
655
692
|
# Selector specifying which fields to include in a partial response.
|
656
693
|
# @param [String] quota_user
|
@@ -756,9 +793,9 @@ module Google
|
|
756
793
|
execute_or_queue_command(command, &block)
|
757
794
|
end
|
758
795
|
|
759
|
-
# Switches the
|
760
|
-
# promotes the SECONDARY cluster to PRIMARY and sets up original
|
761
|
-
# to replicate from this newly promoted cluster.
|
796
|
+
# Switches the roles of PRIMARY and SECONDARY clusters without any data loss.
|
797
|
+
# This promotes the SECONDARY cluster to PRIMARY and sets up the original
|
798
|
+
# PRIMARY cluster to replicate from this newly promoted cluster.
|
762
799
|
# @param [String] name
|
763
800
|
# Required. The name of the resource. For the required format, see the comment
|
764
801
|
# on the Cluster.name field
|
@@ -792,6 +829,39 @@ module Google
|
|
792
829
|
execute_or_queue_command(command, &block)
|
793
830
|
end
|
794
831
|
|
832
|
+
# Upgrades a single Cluster. Imperative only.
|
833
|
+
# @param [String] name
|
834
|
+
# Required. The resource name of the cluster.
|
835
|
+
# @param [Google::Apis::AlloydbV1alpha::UpgradeClusterRequest] upgrade_cluster_request_object
|
836
|
+
# @param [String] fields
|
837
|
+
# Selector specifying which fields to include in a partial response.
|
838
|
+
# @param [String] quota_user
|
839
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
840
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
841
|
+
# @param [Google::Apis::RequestOptions] options
|
842
|
+
# Request-specific options
|
843
|
+
#
|
844
|
+
# @yield [result, err] Result & error if block supplied
|
845
|
+
# @yieldparam result [Google::Apis::AlloydbV1alpha::Operation] parsed result object
|
846
|
+
# @yieldparam err [StandardError] error object if request failed
|
847
|
+
#
|
848
|
+
# @return [Google::Apis::AlloydbV1alpha::Operation]
|
849
|
+
#
|
850
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
851
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
852
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
853
|
+
def upgrade_cluster(name, upgrade_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
854
|
+
command = make_simple_command(:patch, 'v1alpha/{+name}:upgrade', options)
|
855
|
+
command.request_representation = Google::Apis::AlloydbV1alpha::UpgradeClusterRequest::Representation
|
856
|
+
command.request_object = upgrade_cluster_request_object
|
857
|
+
command.response_representation = Google::Apis::AlloydbV1alpha::Operation::Representation
|
858
|
+
command.response_class = Google::Apis::AlloydbV1alpha::Operation
|
859
|
+
command.params['name'] = name unless name.nil?
|
860
|
+
command.query['fields'] = fields unless fields.nil?
|
861
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
862
|
+
execute_or_queue_command(command, &block)
|
863
|
+
end
|
864
|
+
|
795
865
|
# Creates a new Instance in a given project and location.
|
796
866
|
# @param [String] parent
|
797
867
|
# Required. The name of the parent resource. For the required format, see the
|
@@ -801,18 +871,19 @@ module Google
|
|
801
871
|
# Required. ID of the requesting object.
|
802
872
|
# @param [String] request_id
|
803
873
|
# Optional. An optional request ID to identify requests. Specify a unique
|
804
|
-
# request ID so that if you must retry your request, the server
|
805
|
-
#
|
806
|
-
#
|
807
|
-
#
|
808
|
-
#
|
809
|
-
#
|
810
|
-
#
|
811
|
-
#
|
812
|
-
#
|
874
|
+
# request ID so that if you must retry your request, the server ignores the
|
875
|
+
# request if it has already been completed. The server guarantees that for at
|
876
|
+
# least 60 minutes since the first request. For example, consider a situation
|
877
|
+
# where you make an initial request and the request times out. If you make the
|
878
|
+
# request again with the same request ID, the server can check if the original
|
879
|
+
# operation with the same request ID was received, and if so, ignores the second
|
880
|
+
# request. This prevents clients from accidentally creating duplicate
|
881
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
882
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
813
883
|
# @param [Boolean] validate_only
|
814
|
-
# Optional. If set, performs request validation
|
815
|
-
# other type of validation
|
884
|
+
# Optional. If set, performs request validation, for example, permission checks
|
885
|
+
# and any other type of validation, but does not actually execute the create
|
886
|
+
# request.
|
816
887
|
# @param [String] fields
|
817
888
|
# Selector specifying which fields to include in a partial response.
|
818
889
|
# @param [String] quota_user
|
@@ -854,18 +925,19 @@ module Google
|
|
854
925
|
# Required. ID of the requesting object.
|
855
926
|
# @param [String] request_id
|
856
927
|
# Optional. An optional request ID to identify requests. Specify a unique
|
857
|
-
# request ID so that if you must retry your request, the server
|
858
|
-
#
|
859
|
-
#
|
860
|
-
#
|
861
|
-
#
|
862
|
-
#
|
863
|
-
#
|
864
|
-
#
|
865
|
-
#
|
928
|
+
# request ID so that if you must retry your request, the server ignores the
|
929
|
+
# request if it has already been completed. The server guarantees that for at
|
930
|
+
# least 60 minutes since the first request. For example, consider a situation
|
931
|
+
# where you make an initial request and the request times out. If you make the
|
932
|
+
# request again with the same request ID, the server can check if the original
|
933
|
+
# operation with the same request ID was received, and if so, ignores the second
|
934
|
+
# request. This prevents clients from accidentally creating duplicate
|
935
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
936
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
866
937
|
# @param [Boolean] validate_only
|
867
|
-
# Optional. If set, performs request validation
|
868
|
-
# other type of validation
|
938
|
+
# Optional. If set, performs request validation, for example, permission checks
|
939
|
+
# and any other type of validation, but does not actually execute the create
|
940
|
+
# request.
|
869
941
|
# @param [String] fields
|
870
942
|
# Selector specifying which fields to include in a partial response.
|
871
943
|
# @param [String] quota_user
|
@@ -908,18 +980,19 @@ module Google
|
|
908
980
|
# ABORTED error will be returned.
|
909
981
|
# @param [String] request_id
|
910
982
|
# Optional. An optional request ID to identify requests. Specify a unique
|
911
|
-
# request ID so that if you must retry your request, the server
|
912
|
-
#
|
913
|
-
#
|
914
|
-
#
|
915
|
-
#
|
916
|
-
#
|
917
|
-
#
|
918
|
-
#
|
919
|
-
#
|
983
|
+
# request ID so that if you must retry your request, the server ignores the
|
984
|
+
# request if it has already been completed. The server guarantees that for at
|
985
|
+
# least 60 minutes since the first request. For example, consider a situation
|
986
|
+
# where you make an initial request and the request times out. If you make the
|
987
|
+
# request again with the same request ID, the server can check if the original
|
988
|
+
# operation with the same request ID was received, and if so, ignores the second
|
989
|
+
# request. This prevents clients from accidentally creating duplicate
|
990
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
991
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
920
992
|
# @param [Boolean] validate_only
|
921
|
-
# Optional. If set, performs request validation
|
922
|
-
# other type of validation
|
993
|
+
# Optional. If set, performs request validation, for example, permission checks
|
994
|
+
# and any other type of validation, but does not actually execute the create
|
995
|
+
# request.
|
923
996
|
# @param [String] fields
|
924
997
|
# Selector specifying which fields to include in a partial response.
|
925
998
|
# @param [String] quota_user
|
@@ -1025,15 +1098,15 @@ module Google
|
|
1025
1098
|
# project`/locations/`location`/clusters/`cluster`/instances/`instance`
|
1026
1099
|
# @param [String] request_id
|
1027
1100
|
# Optional. An optional request ID to identify requests. Specify a unique
|
1028
|
-
# request ID so that if you must retry your request, the server
|
1029
|
-
#
|
1030
|
-
#
|
1031
|
-
#
|
1032
|
-
#
|
1033
|
-
#
|
1034
|
-
#
|
1035
|
-
#
|
1036
|
-
#
|
1101
|
+
# request ID so that if you must retry your request, the server ignores the
|
1102
|
+
# request if it has already been completed. The server guarantees that for at
|
1103
|
+
# least 60 minutes since the first request. For example, consider a situation
|
1104
|
+
# where you make an initial request and the request times out. If you make the
|
1105
|
+
# request again with the same request ID, the server can check if the original
|
1106
|
+
# operation with the same request ID was received, and if so, ignores the second
|
1107
|
+
# request. This prevents clients from accidentally creating duplicate
|
1108
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
1109
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1037
1110
|
# @param [String] fields
|
1038
1111
|
# Selector specifying which fields to include in a partial response.
|
1039
1112
|
# @param [String] quota_user
|
@@ -1159,15 +1232,15 @@ module Google
|
|
1159
1232
|
# that case, a new instance is created and `update_mask` is ignored.
|
1160
1233
|
# @param [String] request_id
|
1161
1234
|
# Optional. An optional request ID to identify requests. Specify a unique
|
1162
|
-
# request ID so that if you must retry your request, the server
|
1163
|
-
#
|
1164
|
-
#
|
1165
|
-
#
|
1166
|
-
#
|
1167
|
-
#
|
1168
|
-
#
|
1169
|
-
#
|
1170
|
-
#
|
1235
|
+
# request ID so that if you must retry your request, the server ignores the
|
1236
|
+
# request if it has already been completed. The server guarantees that for at
|
1237
|
+
# least 60 minutes since the first request. For example, consider a situation
|
1238
|
+
# where you make an initial request and the request times out. If you make the
|
1239
|
+
# request again with the same request ID, the server can check if the original
|
1240
|
+
# operation with the same request ID was received, and if so, ignores the second
|
1241
|
+
# request. This prevents clients from accidentally creating duplicate
|
1242
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
1243
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1171
1244
|
# @param [String] update_mask
|
1172
1245
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
1173
1246
|
# Instance resource by the update. The fields specified in the update_mask are
|
@@ -1175,8 +1248,9 @@ module Google
|
|
1175
1248
|
# it is in the mask. If the user does not provide a mask then all fields will be
|
1176
1249
|
# overwritten.
|
1177
1250
|
# @param [Boolean] validate_only
|
1178
|
-
# Optional. If set, performs request validation
|
1179
|
-
# other type of validation
|
1251
|
+
# Optional. If set, performs request validation, for example, permission checks
|
1252
|
+
# and any other type of validation, but does not actually execute the create
|
1253
|
+
# request.
|
1180
1254
|
# @param [String] fields
|
1181
1255
|
# Selector specifying which fields to include in a partial response.
|
1182
1256
|
# @param [String] quota_user
|
@@ -1250,15 +1324,15 @@ module Google
|
|
1250
1324
|
# @param [Google::Apis::AlloydbV1alpha::User] user_object
|
1251
1325
|
# @param [String] request_id
|
1252
1326
|
# Optional. An optional request ID to identify requests. Specify a unique
|
1253
|
-
# request ID so that if you must retry your request, the server
|
1254
|
-
#
|
1255
|
-
#
|
1256
|
-
#
|
1257
|
-
#
|
1258
|
-
#
|
1259
|
-
#
|
1260
|
-
#
|
1261
|
-
#
|
1327
|
+
# request ID so that if you must retry your request, the server ignores the
|
1328
|
+
# request if it has already been completed. The server guarantees that for at
|
1329
|
+
# least 60 minutes since the first request. For example, consider a situation
|
1330
|
+
# where you make an initial request and the request times out. If you make the
|
1331
|
+
# request again with the same request ID, the server can check if the original
|
1332
|
+
# operation with the same request ID was received, and if so, ignores the second
|
1333
|
+
# request. This prevents clients from accidentally creating duplicate
|
1334
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
1335
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1262
1336
|
# @param [String] user_id
|
1263
1337
|
# Required. ID of the requesting object.
|
1264
1338
|
# @param [Boolean] validate_only
|
@@ -1302,15 +1376,15 @@ module Google
|
|
1302
1376
|
# on the User.name field.
|
1303
1377
|
# @param [String] request_id
|
1304
1378
|
# Optional. An optional request ID to identify requests. Specify a unique
|
1305
|
-
# request ID so that if you must retry your request, the server
|
1306
|
-
#
|
1307
|
-
#
|
1308
|
-
#
|
1309
|
-
#
|
1310
|
-
#
|
1311
|
-
#
|
1312
|
-
#
|
1313
|
-
#
|
1379
|
+
# request ID so that if you must retry your request, the server ignores the
|
1380
|
+
# request if it has already been completed. The server guarantees that for at
|
1381
|
+
# least 60 minutes since the first request. For example, consider a situation
|
1382
|
+
# where you make an initial request and the request times out. If you make the
|
1383
|
+
# request again with the same request ID, the server can check if the original
|
1384
|
+
# operation with the same request ID was received, and if so, ignores the second
|
1385
|
+
# request. This prevents clients from accidentally creating duplicate
|
1386
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
1387
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1314
1388
|
# @param [Boolean] validate_only
|
1315
1389
|
# Optional. If set, the backend validates the request, but doesn't actually
|
1316
1390
|
# execute it.
|
@@ -1426,15 +1500,15 @@ module Google
|
|
1426
1500
|
# Optional. Allow missing fields in the update mask.
|
1427
1501
|
# @param [String] request_id
|
1428
1502
|
# Optional. An optional request ID to identify requests. Specify a unique
|
1429
|
-
# request ID so that if you must retry your request, the server
|
1430
|
-
#
|
1431
|
-
#
|
1432
|
-
#
|
1433
|
-
#
|
1434
|
-
#
|
1435
|
-
#
|
1436
|
-
#
|
1437
|
-
#
|
1503
|
+
# request ID so that if you must retry your request, the server ignores the
|
1504
|
+
# request if it has already been completed. The server guarantees that for at
|
1505
|
+
# least 60 minutes since the first request. For example, consider a situation
|
1506
|
+
# where you make an initial request and the request times out. If you make the
|
1507
|
+
# request again with the same request ID, the server can check if the original
|
1508
|
+
# operation with the same request ID was received, and if so, ignores the second
|
1509
|
+
# request. This prevents clients from accidentally creating duplicate
|
1510
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
1511
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
1438
1512
|
# @param [String] update_mask
|
1439
1513
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
1440
1514
|
# User resource by the update. The fields specified in the update_mask are
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.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-12-04 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-alloydb_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for AlloyDB API V1alpha
|