google-cloud-alloy_db-v1alpha 0.14.0 → 0.14.1
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: b87c532e473bc506b795462d23ede08c4cc4377c519d4d82a67f14da495ae37b
|
4
|
+
data.tar.gz: 6c25e8999d5d9abf415eccbb442cac9fbc8f0d10ff528e2fe8d5f08714e2348f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d079b293d8598ddf953336e511b0325296c75da53f828045962cb763a17532d9c6475dd3f91299b0803283a954f4eaa16b038f4e96890796ecd245ff43b3e2d0
|
7
|
+
data.tar.gz: 59c91149b77df148c7bebcaa2ef6335e6a68dfd92fae2b8390933d571650f811266fc2d9ea9163f3a2e0d36d7ec459b9d4ae9d41e620acfab96feaa1ff2add95
|
@@ -741,12 +741,12 @@ module Google
|
|
741
741
|
# Options for exporting data in CSV format. Required field to be set for
|
742
742
|
# CSV file type.
|
743
743
|
#
|
744
|
-
# Note: The following
|
744
|
+
# Note: The following parameters are mutually exclusive: `csv_export_options`, `sql_export_options`. 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.
|
745
745
|
# @param sql_export_options [::Google::Cloud::AlloyDB::V1alpha::ExportClusterRequest::SqlExportOptions, ::Hash]
|
746
746
|
# Options for exporting data in SQL format. Required field to be set for
|
747
747
|
# SQL file type.
|
748
748
|
#
|
749
|
-
# Note: The following
|
749
|
+
# Note: The following parameters are mutually exclusive: `sql_export_options`, `csv_export_options`. 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.
|
750
750
|
# @param name [::String]
|
751
751
|
# Required. The resource name of the cluster.
|
752
752
|
# @param database [::String]
|
@@ -849,11 +849,11 @@ module Google
|
|
849
849
|
# @param sql_import_options [::Google::Cloud::AlloyDB::V1alpha::ImportClusterRequest::SqlImportOptions, ::Hash]
|
850
850
|
# Options for importing data in SQL format.
|
851
851
|
#
|
852
|
-
# Note: The following
|
852
|
+
# Note: The following parameters are mutually exclusive: `sql_import_options`, `csv_import_options`. 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.
|
853
853
|
# @param csv_import_options [::Google::Cloud::AlloyDB::V1alpha::ImportClusterRequest::CsvImportOptions, ::Hash]
|
854
854
|
# Options for importing data in CSV format.
|
855
855
|
#
|
856
|
-
# Note: The following
|
856
|
+
# Note: The following parameters are mutually exclusive: `csv_import_options`, `sql_import_options`. 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.
|
857
857
|
# @param name [::String]
|
858
858
|
# Required. The resource name of the cluster.
|
859
859
|
# @param gcs_uri [::String]
|
@@ -1440,12 +1440,12 @@ module Google
|
|
1440
1440
|
# @param backup_source [::Google::Cloud::AlloyDB::V1alpha::BackupSource, ::Hash]
|
1441
1441
|
# Backup source.
|
1442
1442
|
#
|
1443
|
-
# Note: The following
|
1443
|
+
# Note: The following parameters are mutually exclusive: `backup_source`, `continuous_backup_source`. 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.
|
1444
1444
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1alpha::ContinuousBackupSource, ::Hash]
|
1445
1445
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1446
1446
|
# source cluster for this operation to succeed.
|
1447
1447
|
#
|
1448
|
-
# Note: The following
|
1448
|
+
# Note: The following parameters are mutually exclusive: `continuous_backup_source`, `backup_source`. 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.
|
1449
1449
|
# @param parent [::String]
|
1450
1450
|
# Required. The name of the parent resource. For the required format, see the
|
1451
1451
|
# comment on the Cluster.name field.
|
@@ -707,12 +707,12 @@ module Google
|
|
707
707
|
# Options for exporting data in CSV format. Required field to be set for
|
708
708
|
# CSV file type.
|
709
709
|
#
|
710
|
-
# Note: The following
|
710
|
+
# Note: The following parameters are mutually exclusive: `csv_export_options`, `sql_export_options`. 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.
|
711
711
|
# @param sql_export_options [::Google::Cloud::AlloyDB::V1alpha::ExportClusterRequest::SqlExportOptions, ::Hash]
|
712
712
|
# Options for exporting data in SQL format. Required field to be set for
|
713
713
|
# SQL file type.
|
714
714
|
#
|
715
|
-
# Note: The following
|
715
|
+
# Note: The following parameters are mutually exclusive: `sql_export_options`, `csv_export_options`. 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.
|
716
716
|
# @param name [::String]
|
717
717
|
# Required. The resource name of the cluster.
|
718
718
|
# @param database [::String]
|
@@ -808,11 +808,11 @@ module Google
|
|
808
808
|
# @param sql_import_options [::Google::Cloud::AlloyDB::V1alpha::ImportClusterRequest::SqlImportOptions, ::Hash]
|
809
809
|
# Options for importing data in SQL format.
|
810
810
|
#
|
811
|
-
# Note: The following
|
811
|
+
# Note: The following parameters are mutually exclusive: `sql_import_options`, `csv_import_options`. 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.
|
812
812
|
# @param csv_import_options [::Google::Cloud::AlloyDB::V1alpha::ImportClusterRequest::CsvImportOptions, ::Hash]
|
813
813
|
# Options for importing data in CSV format.
|
814
814
|
#
|
815
|
-
# Note: The following
|
815
|
+
# Note: The following parameters are mutually exclusive: `csv_import_options`, `sql_import_options`. 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.
|
816
816
|
# @param name [::String]
|
817
817
|
# Required. The resource name of the cluster.
|
818
818
|
# @param gcs_uri [::String]
|
@@ -1364,12 +1364,12 @@ module Google
|
|
1364
1364
|
# @param backup_source [::Google::Cloud::AlloyDB::V1alpha::BackupSource, ::Hash]
|
1365
1365
|
# Backup source.
|
1366
1366
|
#
|
1367
|
-
# Note: The following
|
1367
|
+
# Note: The following parameters are mutually exclusive: `backup_source`, `continuous_backup_source`. 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.
|
1368
1368
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1alpha::ContinuousBackupSource, ::Hash]
|
1369
1369
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1370
1370
|
# source cluster for this operation to succeed.
|
1371
1371
|
#
|
1372
|
-
# Note: The following
|
1372
|
+
# Note: The following parameters are mutually exclusive: `continuous_backup_source`, `backup_source`. 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.
|
1373
1373
|
# @param parent [::String]
|
1374
1374
|
# Required. The name of the parent resource. For the required format, see the
|
1375
1375
|
# comment on the Cluster.name field.
|