google-cloud-sql-v1beta4 0.1.1 → 0.2.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/README.md +1 -1
- data/lib/google/cloud/sql/v1beta4/cloud_sql_pb.rb +2 -1
- data/lib/google/cloud/sql/v1beta4/cloud_sql_resources_pb.rb +2 -1
- data/lib/google/cloud/sql/v1beta4/cloud_sql_users_pb.rb +1 -1
- data/lib/google/cloud/sql/v1beta4/sql_databases_service/client.rb +18 -6
- data/lib/google/cloud/sql/v1beta4/sql_databases_service/rest/client.rb +18 -6
- data/lib/google/cloud/sql/v1beta4/sql_instances_service/client.rb +131 -44
- data/lib/google/cloud/sql/v1beta4/sql_instances_service/rest/client.rb +126 -42
- data/lib/google/cloud/sql/v1beta4/sql_users_service/client.rb +15 -5
- data/lib/google/cloud/sql/v1beta4/sql_users_service/rest/client.rb +15 -5
- data/lib/google/cloud/sql/v1beta4/version.rb +1 -1
- data/proto_docs/google/api/routing.rb +463 -0
- data/proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb +141 -0
- data/proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb +17 -0
- data/proto_docs/google/cloud/sql/v1beta4/cloud_sql_users.rb +15 -0
- data/proto_docs/google/protobuf/timestamp.rb +7 -6
- metadata +4 -3
|
@@ -211,7 +211,7 @@ module Google
|
|
|
211
211
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
212
212
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
213
213
|
#
|
|
214
|
-
# @overload add_server_ca(instance: nil, project: nil)
|
|
214
|
+
# @overload add_server_ca(instance: nil, project: nil, location: nil)
|
|
215
215
|
# Pass arguments to `add_server_ca` via keyword arguments. Note that at
|
|
216
216
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
217
217
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -220,6 +220,8 @@ module Google
|
|
|
220
220
|
# Cloud SQL instance ID. This does not include the project ID.
|
|
221
221
|
# @param project [::String]
|
|
222
222
|
# Project ID of the project that contains the instance.
|
|
223
|
+
# @param location [::String]
|
|
224
|
+
# Optional. Region of the Cloud SQL instance.
|
|
223
225
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
224
226
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
225
227
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -297,7 +299,7 @@ module Google
|
|
|
297
299
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
298
300
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
299
301
|
#
|
|
300
|
-
# @overload add_server_certificate(instance: nil, project: nil)
|
|
302
|
+
# @overload add_server_certificate(instance: nil, project: nil, location: nil)
|
|
301
303
|
# Pass arguments to `add_server_certificate` via keyword arguments. Note that at
|
|
302
304
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
303
305
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -306,6 +308,8 @@ module Google
|
|
|
306
308
|
# Required. Cloud SQL instance ID. This does not include the project ID.
|
|
307
309
|
# @param project [::String]
|
|
308
310
|
# Required. Project ID of the project that contains the instance.
|
|
311
|
+
# @param location [::String]
|
|
312
|
+
# Optional. Region of the Cloud SQL instance.
|
|
309
313
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
310
314
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
311
315
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -379,7 +383,7 @@ module Google
|
|
|
379
383
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
380
384
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
381
385
|
#
|
|
382
|
-
# @overload add_entra_id_certificate(instance: nil, project: nil)
|
|
386
|
+
# @overload add_entra_id_certificate(instance: nil, project: nil, location: nil)
|
|
383
387
|
# Pass arguments to `add_entra_id_certificate` via keyword arguments. Note that at
|
|
384
388
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
385
389
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -388,6 +392,8 @@ module Google
|
|
|
388
392
|
# Required. Cloud SQL instance ID. This does not include the project ID.
|
|
389
393
|
# @param project [::String]
|
|
390
394
|
# Required. Project ID of the project that contains the instance.
|
|
395
|
+
# @param location [::String]
|
|
396
|
+
# Optional. Region of the Cloud SQL instance.
|
|
391
397
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
392
398
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
393
399
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -460,7 +466,7 @@ module Google
|
|
|
460
466
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
461
467
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
462
468
|
#
|
|
463
|
-
# @overload call_clone(instance: nil, project: nil, body: nil)
|
|
469
|
+
# @overload call_clone(instance: nil, project: nil, body: nil, location: nil)
|
|
464
470
|
# Pass arguments to `call_clone` via keyword arguments. Note that at
|
|
465
471
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
466
472
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -471,6 +477,8 @@ module Google
|
|
|
471
477
|
# @param project [::String]
|
|
472
478
|
# Project ID of the source Cloud SQL instance.
|
|
473
479
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesCloneRequest, ::Hash]
|
|
480
|
+
# @param location [::String]
|
|
481
|
+
# Optional. Region of the Cloud SQL instance.
|
|
474
482
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
475
483
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
476
484
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -542,7 +550,7 @@ module Google
|
|
|
542
550
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
543
551
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
544
552
|
#
|
|
545
|
-
# @overload delete(instance: nil, project: nil, enable_final_backup: nil, final_backup_ttl_days: nil, final_backup_expiry_time: nil, final_backup_description: nil)
|
|
553
|
+
# @overload delete(instance: nil, project: nil, enable_final_backup: nil, final_backup_ttl_days: nil, final_backup_expiry_time: nil, final_backup_description: nil, location: nil)
|
|
546
554
|
# Pass arguments to `delete` via keyword arguments. Note that at
|
|
547
555
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
548
556
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -564,6 +572,8 @@ module Google
|
|
|
564
572
|
# Note: The following parameters are mutually exclusive: `final_backup_expiry_time`, `final_backup_ttl_days`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
|
565
573
|
# @param final_backup_description [::String]
|
|
566
574
|
# Optional. The description of the final backup.
|
|
575
|
+
# @param location [::String]
|
|
576
|
+
# Optional. Region of the Cloud SQL instance.
|
|
567
577
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
568
578
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
569
579
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -636,7 +646,7 @@ module Google
|
|
|
636
646
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
637
647
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
638
648
|
#
|
|
639
|
-
# @overload demote_master(instance: nil, project: nil, body: nil)
|
|
649
|
+
# @overload demote_master(instance: nil, project: nil, body: nil, location: nil)
|
|
640
650
|
# Pass arguments to `demote_master` via keyword arguments. Note that at
|
|
641
651
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
642
652
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -646,6 +656,8 @@ module Google
|
|
|
646
656
|
# @param project [::String]
|
|
647
657
|
# ID of the project that contains the instance.
|
|
648
658
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesDemoteMasterRequest, ::Hash]
|
|
659
|
+
# @param location [::String]
|
|
660
|
+
# Optional. Region of the Cloud SQL instance.
|
|
649
661
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
650
662
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
651
663
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -718,7 +730,7 @@ module Google
|
|
|
718
730
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
719
731
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
720
732
|
#
|
|
721
|
-
# @overload demote(instance: nil, project: nil, body: nil)
|
|
733
|
+
# @overload demote(instance: nil, project: nil, body: nil, location: nil)
|
|
722
734
|
# Pass arguments to `demote` via keyword arguments. Note that at
|
|
723
735
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
724
736
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -729,6 +741,8 @@ module Google
|
|
|
729
741
|
# Required. The project ID of the project that contains the instance.
|
|
730
742
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesDemoteRequest, ::Hash]
|
|
731
743
|
# The request body.
|
|
744
|
+
# @param location [::String]
|
|
745
|
+
# Optional. Region of the Cloud SQL instance.
|
|
732
746
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
733
747
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
734
748
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -801,7 +815,7 @@ module Google
|
|
|
801
815
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
802
816
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
803
817
|
#
|
|
804
|
-
# @overload export(instance: nil, project: nil, body: nil)
|
|
818
|
+
# @overload export(instance: nil, project: nil, body: nil, location: nil)
|
|
805
819
|
# Pass arguments to `export` via keyword arguments. Note that at
|
|
806
820
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
807
821
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -811,6 +825,8 @@ module Google
|
|
|
811
825
|
# @param project [::String]
|
|
812
826
|
# Project ID of the project that contains the instance to be exported.
|
|
813
827
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesExportRequest, ::Hash]
|
|
828
|
+
# @param location [::String]
|
|
829
|
+
# Optional. Region of the Cloud SQL instance.
|
|
814
830
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
815
831
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
816
832
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -889,7 +905,7 @@ module Google
|
|
|
889
905
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
890
906
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
891
907
|
#
|
|
892
|
-
# @overload failover(instance: nil, project: nil, body: nil)
|
|
908
|
+
# @overload failover(instance: nil, project: nil, body: nil, location: nil)
|
|
893
909
|
# Pass arguments to `failover` via keyword arguments. Note that at
|
|
894
910
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
895
911
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -899,6 +915,8 @@ module Google
|
|
|
899
915
|
# @param project [::String]
|
|
900
916
|
# ID of the project that contains the read replica.
|
|
901
917
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesFailoverRequest, ::Hash]
|
|
918
|
+
# @param location [::String]
|
|
919
|
+
# Optional. Region of the Cloud SQL instance.
|
|
902
920
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
903
921
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
904
922
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -970,7 +988,7 @@ module Google
|
|
|
970
988
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
971
989
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
972
990
|
#
|
|
973
|
-
# @overload reencrypt(instance: nil, project: nil, body: nil)
|
|
991
|
+
# @overload reencrypt(instance: nil, project: nil, body: nil, location: nil)
|
|
974
992
|
# Pass arguments to `reencrypt` via keyword arguments. Note that at
|
|
975
993
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
976
994
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -981,6 +999,8 @@ module Google
|
|
|
981
999
|
# ID of the project that contains the instance.
|
|
982
1000
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesReencryptRequest, ::Hash]
|
|
983
1001
|
# Reencrypt body that users request
|
|
1002
|
+
# @param location [::String]
|
|
1003
|
+
# Optional. Region of the Cloud SQL instance.
|
|
984
1004
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
985
1005
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
986
1006
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1052,7 +1072,7 @@ module Google
|
|
|
1052
1072
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1053
1073
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1054
1074
|
#
|
|
1055
|
-
# @overload get(instance: nil, project: nil)
|
|
1075
|
+
# @overload get(instance: nil, project: nil, location: nil)
|
|
1056
1076
|
# Pass arguments to `get` via keyword arguments. Note that at
|
|
1057
1077
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1058
1078
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1061,6 +1081,8 @@ module Google
|
|
|
1061
1081
|
# Database instance ID. This does not include the project ID.
|
|
1062
1082
|
# @param project [::String]
|
|
1063
1083
|
# Project ID of the project that contains the instance.
|
|
1084
|
+
# @param location [::String]
|
|
1085
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1064
1086
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1065
1087
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::DatabaseInstance]
|
|
1066
1088
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1133,7 +1155,7 @@ module Google
|
|
|
1133
1155
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1134
1156
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1135
1157
|
#
|
|
1136
|
-
# @overload import(instance: nil, project: nil, body: nil)
|
|
1158
|
+
# @overload import(instance: nil, project: nil, body: nil, location: nil)
|
|
1137
1159
|
# Pass arguments to `import` via keyword arguments. Note that at
|
|
1138
1160
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1139
1161
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1143,6 +1165,8 @@ module Google
|
|
|
1143
1165
|
# @param project [::String]
|
|
1144
1166
|
# Project ID of the project that contains the instance.
|
|
1145
1167
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesImportRequest, ::Hash]
|
|
1168
|
+
# @param location [::String]
|
|
1169
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1146
1170
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1147
1171
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
1148
1172
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1214,7 +1238,7 @@ module Google
|
|
|
1214
1238
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1215
1239
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1216
1240
|
#
|
|
1217
|
-
# @overload insert(project: nil, body: nil)
|
|
1241
|
+
# @overload insert(project: nil, body: nil, location: nil)
|
|
1218
1242
|
# Pass arguments to `insert` via keyword arguments. Note that at
|
|
1219
1243
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1220
1244
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1223,6 +1247,8 @@ module Google
|
|
|
1223
1247
|
# Project ID of the project to which the newly created Cloud SQL instances
|
|
1224
1248
|
# should belong.
|
|
1225
1249
|
# @param body [::Google::Cloud::Sql::V1beta4::DatabaseInstance, ::Hash]
|
|
1250
|
+
# @param location [::String]
|
|
1251
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1226
1252
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1227
1253
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
1228
1254
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1294,7 +1320,7 @@ module Google
|
|
|
1294
1320
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1295
1321
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1296
1322
|
#
|
|
1297
|
-
# @overload list(filter: nil, max_results: nil, page_token: nil, project: nil)
|
|
1323
|
+
# @overload list(filter: nil, max_results: nil, page_token: nil, project: nil, location: nil)
|
|
1298
1324
|
# Pass arguments to `list` via keyword arguments. Note that at
|
|
1299
1325
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1300
1326
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1319,6 +1345,8 @@ module Google
|
|
|
1319
1345
|
# results to view.
|
|
1320
1346
|
# @param project [::String]
|
|
1321
1347
|
# Project ID of the project for which to list Cloud SQL instances.
|
|
1348
|
+
# @param location [::String]
|
|
1349
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1322
1350
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1323
1351
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::InstancesListResponse]
|
|
1324
1352
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1394,7 +1422,7 @@ module Google
|
|
|
1394
1422
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1395
1423
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1396
1424
|
#
|
|
1397
|
-
# @overload list_server_cas(instance: nil, project: nil)
|
|
1425
|
+
# @overload list_server_cas(instance: nil, project: nil, location: nil)
|
|
1398
1426
|
# Pass arguments to `list_server_cas` via keyword arguments. Note that at
|
|
1399
1427
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1400
1428
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1403,6 +1431,8 @@ module Google
|
|
|
1403
1431
|
# Cloud SQL instance ID. This does not include the project ID.
|
|
1404
1432
|
# @param project [::String]
|
|
1405
1433
|
# Project ID of the project that contains the instance.
|
|
1434
|
+
# @param location [::String]
|
|
1435
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1406
1436
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1407
1437
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::InstancesListServerCasResponse]
|
|
1408
1438
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1479,7 +1509,7 @@ module Google
|
|
|
1479
1509
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1480
1510
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1481
1511
|
#
|
|
1482
|
-
# @overload list_server_certificates(instance: nil, project: nil)
|
|
1512
|
+
# @overload list_server_certificates(instance: nil, project: nil, location: nil)
|
|
1483
1513
|
# Pass arguments to `list_server_certificates` via keyword arguments. Note that at
|
|
1484
1514
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1485
1515
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1488,6 +1518,8 @@ module Google
|
|
|
1488
1518
|
# Required. Cloud SQL instance ID. This does not include the project ID.
|
|
1489
1519
|
# @param project [::String]
|
|
1490
1520
|
# Required. Project ID of the project that contains the instance.
|
|
1521
|
+
# @param location [::String]
|
|
1522
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1491
1523
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1492
1524
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::InstancesListServerCertificatesResponse]
|
|
1493
1525
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1562,7 +1594,7 @@ module Google
|
|
|
1562
1594
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1563
1595
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1564
1596
|
#
|
|
1565
|
-
# @overload list_entra_id_certificates(instance: nil, project: nil)
|
|
1597
|
+
# @overload list_entra_id_certificates(instance: nil, project: nil, location: nil)
|
|
1566
1598
|
# Pass arguments to `list_entra_id_certificates` via keyword arguments. Note that at
|
|
1567
1599
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1568
1600
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1571,6 +1603,8 @@ module Google
|
|
|
1571
1603
|
# Required. Cloud SQL instance ID. This does not include the project ID.
|
|
1572
1604
|
# @param project [::String]
|
|
1573
1605
|
# Required. Project ID of the project that contains the instance.
|
|
1606
|
+
# @param location [::String]
|
|
1607
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1574
1608
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1575
1609
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::InstancesListEntraIdCertificatesResponse]
|
|
1576
1610
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1643,7 +1677,7 @@ module Google
|
|
|
1643
1677
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1644
1678
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1645
1679
|
#
|
|
1646
|
-
# @overload patch(instance: nil, project: nil, reconcile_psc_networking: nil, reconcile_psc_networking_force: nil, body: nil)
|
|
1680
|
+
# @overload patch(instance: nil, project: nil, reconcile_psc_networking: nil, reconcile_psc_networking_force: nil, body: nil, location: nil)
|
|
1647
1681
|
# Pass arguments to `patch` via keyword arguments. Note that at
|
|
1648
1682
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1649
1683
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1659,6 +1693,8 @@ module Google
|
|
|
1659
1693
|
# Optional. Set PSC config to the same value as the existing config and force
|
|
1660
1694
|
# reconcile the PSC networking.
|
|
1661
1695
|
# @param body [::Google::Cloud::Sql::V1beta4::DatabaseInstance, ::Hash]
|
|
1696
|
+
# @param location [::String]
|
|
1697
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1662
1698
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1663
1699
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
1664
1700
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1732,7 +1768,7 @@ module Google
|
|
|
1732
1768
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1733
1769
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1734
1770
|
#
|
|
1735
|
-
# @overload promote_replica(instance: nil, project: nil, failover: nil)
|
|
1771
|
+
# @overload promote_replica(instance: nil, project: nil, failover: nil, location: nil)
|
|
1736
1772
|
# Pass arguments to `promote_replica` via keyword arguments. Note that at
|
|
1737
1773
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1738
1774
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1748,6 +1784,8 @@ module Google
|
|
|
1748
1784
|
# DR replica when the original primary instance comes back online.
|
|
1749
1785
|
# If set to false or not specified, then the original primary
|
|
1750
1786
|
# instance becomes an independent Cloud SQL primary instance.
|
|
1787
|
+
# @param location [::String]
|
|
1788
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1751
1789
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1752
1790
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
1753
1791
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1820,7 +1858,7 @@ module Google
|
|
|
1820
1858
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1821
1859
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1822
1860
|
#
|
|
1823
|
-
# @overload switchover(instance: nil, project: nil, db_timeout: nil)
|
|
1861
|
+
# @overload switchover(instance: nil, project: nil, db_timeout: nil, location: nil)
|
|
1824
1862
|
# Pass arguments to `switchover` via keyword arguments. Note that at
|
|
1825
1863
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1826
1864
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1833,6 +1871,8 @@ module Google
|
|
|
1833
1871
|
# Optional. (MySQL and PostgreSQL only) Cloud SQL instance operations
|
|
1834
1872
|
# timeout, which is a sum of all database operations. Default value is 10
|
|
1835
1873
|
# minutes and can be modified to a maximum value of 24 hours.
|
|
1874
|
+
# @param location [::String]
|
|
1875
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1836
1876
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1837
1877
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
1838
1878
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1905,7 +1945,7 @@ module Google
|
|
|
1905
1945
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1906
1946
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1907
1947
|
#
|
|
1908
|
-
# @overload reset_ssl_config(instance: nil, project: nil, mode: nil)
|
|
1948
|
+
# @overload reset_ssl_config(instance: nil, project: nil, mode: nil, location: nil)
|
|
1909
1949
|
# Pass arguments to `reset_ssl_config` via keyword arguments. Note that at
|
|
1910
1950
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1911
1951
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1916,6 +1956,8 @@ module Google
|
|
|
1916
1956
|
# Project ID of the project that contains the instance.
|
|
1917
1957
|
# @param mode [::Google::Cloud::Sql::V1beta4::SqlInstancesResetSslConfigRequest::ResetSslMode]
|
|
1918
1958
|
# Optional. Reset SSL mode to use.
|
|
1959
|
+
# @param location [::String]
|
|
1960
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1919
1961
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
1920
1962
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
1921
1963
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -1987,7 +2029,7 @@ module Google
|
|
|
1987
2029
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
1988
2030
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
1989
2031
|
#
|
|
1990
|
-
# @overload restart(instance: nil, project: nil)
|
|
2032
|
+
# @overload restart(instance: nil, project: nil, location: nil)
|
|
1991
2033
|
# Pass arguments to `restart` via keyword arguments. Note that at
|
|
1992
2034
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
1993
2035
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -1996,6 +2038,8 @@ module Google
|
|
|
1996
2038
|
# Cloud SQL instance ID. This does not include the project ID.
|
|
1997
2039
|
# @param project [::String]
|
|
1998
2040
|
# Project ID of the project that contains the instance to be restarted.
|
|
2041
|
+
# @param location [::String]
|
|
2042
|
+
# Optional. Region of the Cloud SQL instance.
|
|
1999
2043
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2000
2044
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2001
2045
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2068,7 +2112,7 @@ module Google
|
|
|
2068
2112
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2069
2113
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2070
2114
|
#
|
|
2071
|
-
# @overload restore_backup(instance: nil, project: nil, body: nil)
|
|
2115
|
+
# @overload restore_backup(instance: nil, project: nil, body: nil, location: nil)
|
|
2072
2116
|
# Pass arguments to `restore_backup` via keyword arguments. Note that at
|
|
2073
2117
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2074
2118
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2078,6 +2122,8 @@ module Google
|
|
|
2078
2122
|
# @param project [::String]
|
|
2079
2123
|
# Project ID of the project that contains the instance.
|
|
2080
2124
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesRestoreBackupRequest, ::Hash]
|
|
2125
|
+
# @param location [::String]
|
|
2126
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2081
2127
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2082
2128
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2083
2129
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2152,7 +2198,7 @@ module Google
|
|
|
2152
2198
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2153
2199
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2154
2200
|
#
|
|
2155
|
-
# @overload rotate_server_ca(instance: nil, project: nil, body: nil)
|
|
2201
|
+
# @overload rotate_server_ca(instance: nil, project: nil, body: nil, location: nil)
|
|
2156
2202
|
# Pass arguments to `rotate_server_ca` via keyword arguments. Note that at
|
|
2157
2203
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2158
2204
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2162,6 +2208,8 @@ module Google
|
|
|
2162
2208
|
# @param project [::String]
|
|
2163
2209
|
# Project ID of the project that contains the instance.
|
|
2164
2210
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesRotateServerCaRequest, ::Hash]
|
|
2211
|
+
# @param location [::String]
|
|
2212
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2165
2213
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2166
2214
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2167
2215
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2235,7 +2283,7 @@ module Google
|
|
|
2235
2283
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2236
2284
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2237
2285
|
#
|
|
2238
|
-
# @overload rotate_server_certificate(instance: nil, project: nil, body: nil)
|
|
2286
|
+
# @overload rotate_server_certificate(instance: nil, project: nil, body: nil, location: nil)
|
|
2239
2287
|
# Pass arguments to `rotate_server_certificate` via keyword arguments. Note that at
|
|
2240
2288
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2241
2289
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2246,6 +2294,8 @@ module Google
|
|
|
2246
2294
|
# Required. Project ID of the project that contains the instance.
|
|
2247
2295
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesRotateServerCertificateRequest, ::Hash]
|
|
2248
2296
|
# Required. Rotate server certificate request body.
|
|
2297
|
+
# @param location [::String]
|
|
2298
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2249
2299
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2250
2300
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2251
2301
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2318,7 +2368,7 @@ module Google
|
|
|
2318
2368
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2319
2369
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2320
2370
|
#
|
|
2321
|
-
# @overload rotate_entra_id_certificate(instance: nil, project: nil, body: nil)
|
|
2371
|
+
# @overload rotate_entra_id_certificate(instance: nil, project: nil, body: nil, location: nil)
|
|
2322
2372
|
# Pass arguments to `rotate_entra_id_certificate` via keyword arguments. Note that at
|
|
2323
2373
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2324
2374
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2329,6 +2379,8 @@ module Google
|
|
|
2329
2379
|
# Required. Project ID of the project that contains the instance.
|
|
2330
2380
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesRotateEntraIdCertificateRequest, ::Hash]
|
|
2331
2381
|
# Required. Rotate Entra ID certificate request body.
|
|
2382
|
+
# @param location [::String]
|
|
2383
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2332
2384
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2333
2385
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2334
2386
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2400,7 +2452,7 @@ module Google
|
|
|
2400
2452
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2401
2453
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2402
2454
|
#
|
|
2403
|
-
# @overload start_replica(instance: nil, project: nil)
|
|
2455
|
+
# @overload start_replica(instance: nil, project: nil, location: nil)
|
|
2404
2456
|
# Pass arguments to `start_replica` via keyword arguments. Note that at
|
|
2405
2457
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2406
2458
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2409,6 +2461,8 @@ module Google
|
|
|
2409
2461
|
# Cloud SQL read replica instance name.
|
|
2410
2462
|
# @param project [::String]
|
|
2411
2463
|
# ID of the project that contains the read replica.
|
|
2464
|
+
# @param location [::String]
|
|
2465
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2412
2466
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2413
2467
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2414
2468
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2480,7 +2534,7 @@ module Google
|
|
|
2480
2534
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2481
2535
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2482
2536
|
#
|
|
2483
|
-
# @overload stop_replica(instance: nil, project: nil)
|
|
2537
|
+
# @overload stop_replica(instance: nil, project: nil, location: nil)
|
|
2484
2538
|
# Pass arguments to `stop_replica` via keyword arguments. Note that at
|
|
2485
2539
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2486
2540
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2489,6 +2543,8 @@ module Google
|
|
|
2489
2543
|
# Cloud SQL read replica instance name.
|
|
2490
2544
|
# @param project [::String]
|
|
2491
2545
|
# ID of the project that contains the read replica.
|
|
2546
|
+
# @param location [::String]
|
|
2547
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2492
2548
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2493
2549
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2494
2550
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2561,7 +2617,7 @@ module Google
|
|
|
2561
2617
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2562
2618
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2563
2619
|
#
|
|
2564
|
-
# @overload truncate_log(instance: nil, project: nil, body: nil)
|
|
2620
|
+
# @overload truncate_log(instance: nil, project: nil, body: nil, location: nil)
|
|
2565
2621
|
# Pass arguments to `truncate_log` via keyword arguments. Note that at
|
|
2566
2622
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2567
2623
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2571,6 +2627,8 @@ module Google
|
|
|
2571
2627
|
# @param project [::String]
|
|
2572
2628
|
# Project ID of the Cloud SQL project.
|
|
2573
2629
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesTruncateLogRequest, ::Hash]
|
|
2630
|
+
# @param location [::String]
|
|
2631
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2574
2632
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2575
2633
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2576
2634
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2643,7 +2701,7 @@ module Google
|
|
|
2643
2701
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2644
2702
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2645
2703
|
#
|
|
2646
|
-
# @overload update(instance: nil, project: nil, body: nil)
|
|
2704
|
+
# @overload update(instance: nil, project: nil, body: nil, location: nil)
|
|
2647
2705
|
# Pass arguments to `update` via keyword arguments. Note that at
|
|
2648
2706
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2649
2707
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2653,6 +2711,8 @@ module Google
|
|
|
2653
2711
|
# @param project [::String]
|
|
2654
2712
|
# Project ID of the project that contains the instance.
|
|
2655
2713
|
# @param body [::Google::Cloud::Sql::V1beta4::DatabaseInstance, ::Hash]
|
|
2714
|
+
# @param location [::String]
|
|
2715
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2656
2716
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2657
2717
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2658
2718
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2727,7 +2787,7 @@ module Google
|
|
|
2727
2787
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2728
2788
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2729
2789
|
#
|
|
2730
|
-
# @overload create_ephemeral(instance: nil, project: nil, body: nil)
|
|
2790
|
+
# @overload create_ephemeral(instance: nil, project: nil, body: nil, location: nil)
|
|
2731
2791
|
# Pass arguments to `create_ephemeral` via keyword arguments. Note that at
|
|
2732
2792
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2733
2793
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2737,6 +2797,8 @@ module Google
|
|
|
2737
2797
|
# @param project [::String]
|
|
2738
2798
|
# Project ID of the Cloud SQL project.
|
|
2739
2799
|
# @param body [::Google::Cloud::Sql::V1beta4::SslCertsCreateEphemeralRequest, ::Hash]
|
|
2800
|
+
# @param location [::String]
|
|
2801
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2740
2802
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2741
2803
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::SslCert]
|
|
2742
2804
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2808,7 +2870,7 @@ module Google
|
|
|
2808
2870
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2809
2871
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2810
2872
|
#
|
|
2811
|
-
# @overload reschedule_maintenance(instance: nil, project: nil, body: nil)
|
|
2873
|
+
# @overload reschedule_maintenance(instance: nil, project: nil, body: nil, location: nil)
|
|
2812
2874
|
# Pass arguments to `reschedule_maintenance` via keyword arguments. Note that at
|
|
2813
2875
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2814
2876
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2818,6 +2880,8 @@ module Google
|
|
|
2818
2880
|
# @param project [::String]
|
|
2819
2881
|
# ID of the project that contains the instance.
|
|
2820
2882
|
# @param body [::Google::Cloud::Sql::V1beta4::SqlInstancesRescheduleMaintenanceRequestBody, ::Hash]
|
|
2883
|
+
# @param location [::String]
|
|
2884
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2821
2885
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2822
2886
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
2823
2887
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2889,7 +2953,7 @@ module Google
|
|
|
2889
2953
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2890
2954
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2891
2955
|
#
|
|
2892
|
-
# @overload verify_external_sync_settings(instance: nil, project: nil, verify_connection_only: nil, sync_mode: nil, verify_replication_only: nil, mysql_sync_config: nil, migration_type: nil, sync_parallel_level: nil, selected_objects: nil)
|
|
2956
|
+
# @overload verify_external_sync_settings(instance: nil, project: nil, verify_connection_only: nil, sync_mode: nil, verify_replication_only: nil, mysql_sync_config: nil, migration_type: nil, sync_parallel_level: nil, selected_objects: nil, location: nil)
|
|
2893
2957
|
# Pass arguments to `verify_external_sync_settings` via keyword arguments. Note that at
|
|
2894
2958
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2895
2959
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -2916,6 +2980,8 @@ module Google
|
|
|
2916
2980
|
# @param selected_objects [::Array<::Google::Cloud::Sql::V1beta4::ExternalSyncSelectedObject, ::Hash>]
|
|
2917
2981
|
# Optional. Migrate only the specified objects from the source instance. If
|
|
2918
2982
|
# this field is empty, then migrate all objects.
|
|
2983
|
+
# @param location [::String]
|
|
2984
|
+
# Optional. Region of the Cloud SQL instance.
|
|
2919
2985
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
2920
2986
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::SqlInstancesVerifyExternalSyncSettingsResponse]
|
|
2921
2987
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -2987,7 +3053,7 @@ module Google
|
|
|
2987
3053
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
2988
3054
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
2989
3055
|
#
|
|
2990
|
-
# @overload start_external_sync(instance: nil, project: nil, sync_mode: nil, skip_verification: nil, mysql_sync_config: nil, sync_parallel_level: nil, migration_type: nil, replica_overwrite_enabled: nil)
|
|
3056
|
+
# @overload start_external_sync(instance: nil, project: nil, sync_mode: nil, skip_verification: nil, mysql_sync_config: nil, sync_parallel_level: nil, migration_type: nil, replica_overwrite_enabled: nil, location: nil)
|
|
2991
3057
|
# Pass arguments to `start_external_sync` via keyword arguments. Note that at
|
|
2992
3058
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
2993
3059
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3014,6 +3080,8 @@ module Google
|
|
|
3014
3080
|
# will wipe replica databases overlapping with the proposed selected_objects.
|
|
3015
3081
|
# If this field is not set and there are both overlapping and additional
|
|
3016
3082
|
# databases proposed, an error will be returned.
|
|
3083
|
+
# @param location [::String]
|
|
3084
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3017
3085
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3018
3086
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
3019
3087
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3085,7 +3153,7 @@ module Google
|
|
|
3085
3153
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3086
3154
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3087
3155
|
#
|
|
3088
|
-
# @overload perform_disk_shrink(instance: nil, project: nil, body: nil)
|
|
3156
|
+
# @overload perform_disk_shrink(instance: nil, project: nil, body: nil, location: nil)
|
|
3089
3157
|
# Pass arguments to `perform_disk_shrink` via keyword arguments. Note that at
|
|
3090
3158
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3091
3159
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3096,6 +3164,8 @@ module Google
|
|
|
3096
3164
|
# Project ID of the project that contains the instance.
|
|
3097
3165
|
# @param body [::Google::Cloud::Sql::V1beta4::PerformDiskShrinkContext, ::Hash]
|
|
3098
3166
|
# Perform disk shrink context.
|
|
3167
|
+
# @param location [::String]
|
|
3168
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3099
3169
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3100
3170
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
3101
3171
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3167,7 +3237,7 @@ module Google
|
|
|
3167
3237
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3168
3238
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3169
3239
|
#
|
|
3170
|
-
# @overload get_disk_shrink_config(instance: nil, project: nil)
|
|
3240
|
+
# @overload get_disk_shrink_config(instance: nil, project: nil, location: nil)
|
|
3171
3241
|
# Pass arguments to `get_disk_shrink_config` via keyword arguments. Note that at
|
|
3172
3242
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3173
3243
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3176,6 +3246,8 @@ module Google
|
|
|
3176
3246
|
# Cloud SQL instance ID. This does not include the project ID.
|
|
3177
3247
|
# @param project [::String]
|
|
3178
3248
|
# Project ID of the project that contains the instance.
|
|
3249
|
+
# @param location [::String]
|
|
3250
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3179
3251
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3180
3252
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::SqlInstancesGetDiskShrinkConfigResponse]
|
|
3181
3253
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3247,7 +3319,7 @@ module Google
|
|
|
3247
3319
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3248
3320
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3249
3321
|
#
|
|
3250
|
-
# @overload reset_replica_size(instance: nil, project: nil)
|
|
3322
|
+
# @overload reset_replica_size(instance: nil, project: nil, location: nil)
|
|
3251
3323
|
# Pass arguments to `reset_replica_size` via keyword arguments. Note that at
|
|
3252
3324
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3253
3325
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3256,6 +3328,8 @@ module Google
|
|
|
3256
3328
|
# Cloud SQL read replica instance name.
|
|
3257
3329
|
# @param project [::String]
|
|
3258
3330
|
# ID of the project that contains the read replica.
|
|
3331
|
+
# @param location [::String]
|
|
3332
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3259
3333
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3260
3334
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
3261
3335
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3327,7 +3401,7 @@ module Google
|
|
|
3327
3401
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3328
3402
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3329
3403
|
#
|
|
3330
|
-
# @overload get_latest_recovery_time(instance: nil, project: nil, source_instance_deletion_time: nil)
|
|
3404
|
+
# @overload get_latest_recovery_time(instance: nil, project: nil, source_instance_deletion_time: nil, location: nil)
|
|
3331
3405
|
# Pass arguments to `get_latest_recovery_time` via keyword arguments. Note that at
|
|
3332
3406
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3333
3407
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3339,6 +3413,8 @@ module Google
|
|
|
3339
3413
|
# @param source_instance_deletion_time [::Google::Protobuf::Timestamp, ::Hash]
|
|
3340
3414
|
# The timestamp used to identify the time when the source instance is
|
|
3341
3415
|
# deleted. If this instance is deleted, then you must set the timestamp.
|
|
3416
|
+
# @param location [::String]
|
|
3417
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3342
3418
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3343
3419
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::SqlInstancesGetLatestRecoveryTimeResponse]
|
|
3344
3420
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3410,7 +3486,7 @@ module Google
|
|
|
3410
3486
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3411
3487
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3412
3488
|
#
|
|
3413
|
-
# @overload execute_sql(instance: nil, project: nil, body: nil)
|
|
3489
|
+
# @overload execute_sql(instance: nil, project: nil, body: nil, location: nil)
|
|
3414
3490
|
# Pass arguments to `execute_sql` via keyword arguments. Note that at
|
|
3415
3491
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3416
3492
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3421,6 +3497,8 @@ module Google
|
|
|
3421
3497
|
# Required. Project ID of the project that contains the instance.
|
|
3422
3498
|
# @param body [::Google::Cloud::Sql::V1beta4::ExecuteSqlPayload, ::Hash]
|
|
3423
3499
|
# The request body.
|
|
3500
|
+
# @param location [::String]
|
|
3501
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3424
3502
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3425
3503
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::SqlInstancesExecuteSqlResponse]
|
|
3426
3504
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3492,7 +3570,7 @@ module Google
|
|
|
3492
3570
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3493
3571
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3494
3572
|
#
|
|
3495
|
-
# @overload acquire_ssrs_lease(instance: nil, project: nil, body: nil)
|
|
3573
|
+
# @overload acquire_ssrs_lease(instance: nil, project: nil, body: nil, location: nil)
|
|
3496
3574
|
# Pass arguments to `acquire_ssrs_lease` via keyword arguments. Note that at
|
|
3497
3575
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3498
3576
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3507,6 +3585,8 @@ module Google
|
|
|
3507
3585
|
# project-id).
|
|
3508
3586
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesAcquireSsrsLeaseRequest, ::Hash]
|
|
3509
3587
|
# The body for request to acquire an SSRS lease.
|
|
3588
|
+
# @param location [::String]
|
|
3589
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3510
3590
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3511
3591
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::SqlInstancesAcquireSsrsLeaseResponse]
|
|
3512
3592
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3578,7 +3658,7 @@ module Google
|
|
|
3578
3658
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3579
3659
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3580
3660
|
#
|
|
3581
|
-
# @overload release_ssrs_lease(instance: nil, project: nil)
|
|
3661
|
+
# @overload release_ssrs_lease(instance: nil, project: nil, location: nil)
|
|
3582
3662
|
# Pass arguments to `release_ssrs_lease` via keyword arguments. Note that at
|
|
3583
3663
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3584
3664
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3591,6 +3671,8 @@ module Google
|
|
|
3591
3671
|
# @param project [::String]
|
|
3592
3672
|
# Required. The ID of the project that contains the instance (Example:
|
|
3593
3673
|
# project-id).
|
|
3674
|
+
# @param location [::String]
|
|
3675
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3594
3676
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3595
3677
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::SqlInstancesReleaseSsrsLeaseResponse]
|
|
3596
3678
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -3662,7 +3744,7 @@ module Google
|
|
|
3662
3744
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
3663
3745
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
3664
3746
|
#
|
|
3665
|
-
# @overload pre_check_major_version_upgrade(instance: nil, project: nil, body: nil)
|
|
3747
|
+
# @overload pre_check_major_version_upgrade(instance: nil, project: nil, body: nil, location: nil)
|
|
3666
3748
|
# Pass arguments to `pre_check_major_version_upgrade` via keyword arguments. Note that at
|
|
3667
3749
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
3668
3750
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -3674,6 +3756,8 @@ module Google
|
|
|
3674
3756
|
# @param body [::Google::Cloud::Sql::V1beta4::InstancesPreCheckMajorVersionUpgradeRequest, ::Hash]
|
|
3675
3757
|
# Required. The context for request to perform the pre-check major version
|
|
3676
3758
|
# upgrade operation.
|
|
3759
|
+
# @param location [::String]
|
|
3760
|
+
# Optional. Region of the Cloud SQL instance.
|
|
3677
3761
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
3678
3762
|
# @yieldparam result [::Google::Cloud::Sql::V1beta4::Operation]
|
|
3679
3763
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|