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: 92353672f3dbabe38603469d96f8f9902b0b1a8402be53c17b3b1bfd56117f54
4
- data.tar.gz: 674b0e0ca6a11004244cd4822d804f0019fcc2f1df2e322790a6302d63261633
3
+ metadata.gz: 6eccb782e3944eb1ce6bb52e282adef887a70fc7975b1d1cba25e55d424c7b66
4
+ data.tar.gz: 746780e948568a5515035ffbe319bb9f4b784a926a4bf41770ea40ffe851e37a
5
5
  SHA512:
6
- metadata.gz: 6369533fcee57ca87a031b4db8779f9b3e22eb37a7ccad01e8d54375eb95db1e89b4f9af051845882c9aa84cf83208b782da158696d9ecd32cfcf838e9aabfe2
7
- data.tar.gz: 57510ce72784e75d7fc0930cc7e2a85e3075cfe15e615ca5b8a07593fef5db4d6cc7c5189a185d49ee92f013e9f35260d89025a41ef0d95b6f8911d75c6c1ee4
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 fields are mutually exclusive: `csv_export_options`, `sql_export_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `sql_export_options`, `csv_export_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `sql_import_options`, `csv_import_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `csv_import_options`, `sql_import_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `backup_source`, `continuous_backup_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `continuous_backup_source`, `backup_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `csv_export_options`, `sql_export_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `sql_export_options`, `csv_export_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `sql_import_options`, `csv_import_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `csv_import_options`, `sql_import_options`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `backup_source`, `continuous_backup_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `continuous_backup_source`, `backup_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AlloyDB
23
23
  module V1beta
24
- VERSION = "0.17.0"
24
+ VERSION = "0.17.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-alloy_db-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC