google-cloud-alloy_db-v1 1.3.0 → 1.3.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: af678e2c69bbdcee1957a7784520aa8e0e87a75016404dded8332b17adfbbc87
|
4
|
+
data.tar.gz: 6884066524b110e54d1f89ada9ffe0a6f7035f5e92ef31dd376cd52939e30fc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93d80169b9a4898febff79c3856e0bbcaee2450e1a84d2738a87c00ca2f1c85cd7bd7691ac30f3747ddd71542e554338c45dbcccc6b10e47f79df50948c2c723
|
7
|
+
data.tar.gz: 249164e2de388d35e65b309b338366aa7253c0f83fdb96010f4af684cbf550fc75237a1564234c566b351ea815a4e72187a2c63db33f6ee1f1f23ed4d983d660
|
@@ -731,12 +731,12 @@ module Google
|
|
731
731
|
# Options for exporting data in CSV format. Required field to be set for
|
732
732
|
# CSV file type.
|
733
733
|
#
|
734
|
-
# Note: The following
|
734
|
+
# 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.
|
735
735
|
# @param sql_export_options [::Google::Cloud::AlloyDB::V1::ExportClusterRequest::SqlExportOptions, ::Hash]
|
736
736
|
# Options for exporting data in SQL format. Required field to be set for
|
737
737
|
# SQL file type.
|
738
738
|
#
|
739
|
-
# Note: The following
|
739
|
+
# 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.
|
740
740
|
# @param name [::String]
|
741
741
|
# Required. The resource name of the cluster.
|
742
742
|
# @param database [::String]
|
@@ -839,11 +839,11 @@ module Google
|
|
839
839
|
# @param sql_import_options [::Google::Cloud::AlloyDB::V1::ImportClusterRequest::SqlImportOptions, ::Hash]
|
840
840
|
# Options for importing data in SQL format.
|
841
841
|
#
|
842
|
-
# Note: The following
|
842
|
+
# 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.
|
843
843
|
# @param csv_import_options [::Google::Cloud::AlloyDB::V1::ImportClusterRequest::CsvImportOptions, ::Hash]
|
844
844
|
# Options for importing data in CSV format.
|
845
845
|
#
|
846
|
-
# Note: The following
|
846
|
+
# 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.
|
847
847
|
# @param name [::String]
|
848
848
|
# Required. The resource name of the cluster.
|
849
849
|
# @param gcs_uri [::String]
|
@@ -1430,12 +1430,12 @@ module Google
|
|
1430
1430
|
# @param backup_source [::Google::Cloud::AlloyDB::V1::BackupSource, ::Hash]
|
1431
1431
|
# Backup source.
|
1432
1432
|
#
|
1433
|
-
# Note: The following
|
1433
|
+
# 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.
|
1434
1434
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1::ContinuousBackupSource, ::Hash]
|
1435
1435
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1436
1436
|
# source cluster for this operation to succeed.
|
1437
1437
|
#
|
1438
|
-
# Note: The following
|
1438
|
+
# 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.
|
1439
1439
|
# @param parent [::String]
|
1440
1440
|
# Required. The name of the parent resource. For the required format, see the
|
1441
1441
|
# comment on the Cluster.name field.
|
@@ -697,12 +697,12 @@ module Google
|
|
697
697
|
# Options for exporting data in CSV format. Required field to be set for
|
698
698
|
# CSV file type.
|
699
699
|
#
|
700
|
-
# Note: The following
|
700
|
+
# 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.
|
701
701
|
# @param sql_export_options [::Google::Cloud::AlloyDB::V1::ExportClusterRequest::SqlExportOptions, ::Hash]
|
702
702
|
# Options for exporting data in SQL format. Required field to be set for
|
703
703
|
# SQL file type.
|
704
704
|
#
|
705
|
-
# Note: The following
|
705
|
+
# 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.
|
706
706
|
# @param name [::String]
|
707
707
|
# Required. The resource name of the cluster.
|
708
708
|
# @param database [::String]
|
@@ -798,11 +798,11 @@ module Google
|
|
798
798
|
# @param sql_import_options [::Google::Cloud::AlloyDB::V1::ImportClusterRequest::SqlImportOptions, ::Hash]
|
799
799
|
# Options for importing data in SQL format.
|
800
800
|
#
|
801
|
-
# Note: The following
|
801
|
+
# 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.
|
802
802
|
# @param csv_import_options [::Google::Cloud::AlloyDB::V1::ImportClusterRequest::CsvImportOptions, ::Hash]
|
803
803
|
# Options for importing data in CSV format.
|
804
804
|
#
|
805
|
-
# Note: The following
|
805
|
+
# 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.
|
806
806
|
# @param name [::String]
|
807
807
|
# Required. The resource name of the cluster.
|
808
808
|
# @param gcs_uri [::String]
|
@@ -1354,12 +1354,12 @@ module Google
|
|
1354
1354
|
# @param backup_source [::Google::Cloud::AlloyDB::V1::BackupSource, ::Hash]
|
1355
1355
|
# Backup source.
|
1356
1356
|
#
|
1357
|
-
# Note: The following
|
1357
|
+
# 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.
|
1358
1358
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1::ContinuousBackupSource, ::Hash]
|
1359
1359
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1360
1360
|
# source cluster for this operation to succeed.
|
1361
1361
|
#
|
1362
|
-
# Note: The following
|
1362
|
+
# 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.
|
1363
1363
|
# @param parent [::String]
|
1364
1364
|
# Required. The name of the parent resource. For the required format, see the
|
1365
1365
|
# comment on the Cluster.name field.
|