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: 01ac00acaf2c9e4730bc3eb5d4879acfa433d25a42379d540726589dad488e7d
4
- data.tar.gz: cab0f0582c22f161a3838671cafb54ae4d0b38df621e0d102b8cb3f666f37df8
3
+ metadata.gz: af678e2c69bbdcee1957a7784520aa8e0e87a75016404dded8332b17adfbbc87
4
+ data.tar.gz: 6884066524b110e54d1f89ada9ffe0a6f7035f5e92ef31dd376cd52939e30fc3
5
5
  SHA512:
6
- metadata.gz: 06706afeb2ab1d7b1c3fc7216f03d27e0218532bf1e24945690164b4c7b256a4e834c5e5b447e9b760e2e64aff55651afb7a53c234bcc45ee819a3f10847fa87
7
- data.tar.gz: 34e87a523bd65a5858cc865f3a4d890f2b15b3f6bd6013a3fcec24cb0846b1fe924aadebcd59dd82a30da29e674cb9599c526d941b16963966be61a8d1d51cad
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AlloyDB
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC