google-cloud-alloy_db-v1beta 0.17.0 → 0.17.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: 6eccb782e3944eb1ce6bb52e282adef887a70fc7975b1d1cba25e55d424c7b66
|
4
|
+
data.tar.gz: 746780e948568a5515035ffbe319bb9f4b784a926a4bf41770ea40ffe851e37a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 411229d52a890e147bce21eef16efcb0a5edd13d44fefdacc6e32d047ad1d33abb4565764165c14337e99d090b4b7043bcb5398478d32ddfa6e2f2c288f715aa
|
7
|
+
data.tar.gz: f01e23e66db06b863caecb170f9092461ce512b39d511e43cb90aea10eac48625d427009abf305809e02882f16062a095de787670920716ed31fe5aa29d7a1da
|
@@ -746,12 +746,12 @@ module Google
|
|
746
746
|
# Options for exporting data in CSV format. Required field to be set for
|
747
747
|
# CSV file type.
|
748
748
|
#
|
749
|
-
# Note: The following
|
749
|
+
# 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.
|
750
750
|
# @param sql_export_options [::Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::SqlExportOptions, ::Hash]
|
751
751
|
# Options for exporting data in SQL format. Required field to be set for
|
752
752
|
# SQL file type.
|
753
753
|
#
|
754
|
-
# Note: The following
|
754
|
+
# 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.
|
755
755
|
# @param name [::String]
|
756
756
|
# Required. The resource name of the cluster.
|
757
757
|
# @param database [::String]
|
@@ -854,11 +854,11 @@ module Google
|
|
854
854
|
# @param sql_import_options [::Google::Cloud::AlloyDB::V1beta::ImportClusterRequest::SqlImportOptions, ::Hash]
|
855
855
|
# Options for importing data in SQL format.
|
856
856
|
#
|
857
|
-
# Note: The following
|
857
|
+
# 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.
|
858
858
|
# @param csv_import_options [::Google::Cloud::AlloyDB::V1beta::ImportClusterRequest::CsvImportOptions, ::Hash]
|
859
859
|
# Options for importing data in CSV format.
|
860
860
|
#
|
861
|
-
# Note: The following
|
861
|
+
# 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.
|
862
862
|
# @param name [::String]
|
863
863
|
# Required. The resource name of the cluster.
|
864
864
|
# @param gcs_uri [::String]
|
@@ -1445,12 +1445,12 @@ module Google
|
|
1445
1445
|
# @param backup_source [::Google::Cloud::AlloyDB::V1beta::BackupSource, ::Hash]
|
1446
1446
|
# Backup source.
|
1447
1447
|
#
|
1448
|
-
# Note: The following
|
1448
|
+
# 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.
|
1449
1449
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1beta::ContinuousBackupSource, ::Hash]
|
1450
1450
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1451
1451
|
# source cluster for this operation to succeed.
|
1452
1452
|
#
|
1453
|
-
# Note: The following
|
1453
|
+
# 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.
|
1454
1454
|
# @param parent [::String]
|
1455
1455
|
# Required. The name of the parent resource. For the required format, see the
|
1456
1456
|
# comment on the Cluster.name field.
|
@@ -712,12 +712,12 @@ module Google
|
|
712
712
|
# Options for exporting data in CSV format. Required field to be set for
|
713
713
|
# CSV file type.
|
714
714
|
#
|
715
|
-
# Note: The following
|
715
|
+
# 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.
|
716
716
|
# @param sql_export_options [::Google::Cloud::AlloyDB::V1beta::ExportClusterRequest::SqlExportOptions, ::Hash]
|
717
717
|
# Options for exporting data in SQL format. Required field to be set for
|
718
718
|
# SQL file type.
|
719
719
|
#
|
720
|
-
# Note: The following
|
720
|
+
# 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.
|
721
721
|
# @param name [::String]
|
722
722
|
# Required. The resource name of the cluster.
|
723
723
|
# @param database [::String]
|
@@ -813,11 +813,11 @@ module Google
|
|
813
813
|
# @param sql_import_options [::Google::Cloud::AlloyDB::V1beta::ImportClusterRequest::SqlImportOptions, ::Hash]
|
814
814
|
# Options for importing data in SQL format.
|
815
815
|
#
|
816
|
-
# Note: The following
|
816
|
+
# 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.
|
817
817
|
# @param csv_import_options [::Google::Cloud::AlloyDB::V1beta::ImportClusterRequest::CsvImportOptions, ::Hash]
|
818
818
|
# Options for importing data in CSV format.
|
819
819
|
#
|
820
|
-
# Note: The following
|
820
|
+
# 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.
|
821
821
|
# @param name [::String]
|
822
822
|
# Required. The resource name of the cluster.
|
823
823
|
# @param gcs_uri [::String]
|
@@ -1369,12 +1369,12 @@ module Google
|
|
1369
1369
|
# @param backup_source [::Google::Cloud::AlloyDB::V1beta::BackupSource, ::Hash]
|
1370
1370
|
# Backup source.
|
1371
1371
|
#
|
1372
|
-
# Note: The following
|
1372
|
+
# 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.
|
1373
1373
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1beta::ContinuousBackupSource, ::Hash]
|
1374
1374
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1375
1375
|
# source cluster for this operation to succeed.
|
1376
1376
|
#
|
1377
|
-
# Note: The following
|
1377
|
+
# 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.
|
1378
1378
|
# @param parent [::String]
|
1379
1379
|
# Required. The name of the parent resource. For the required format, see the
|
1380
1380
|
# comment on the Cluster.name field.
|