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: eed6a93673779dfe65902093df380f9b086390a8e591113730775f91ae690318
4
- data.tar.gz: 7b006244d656a6f8fc815f4f7e6e4595701c011db9e4915c210ada8df0045260
3
+ metadata.gz: b87c532e473bc506b795462d23ede08c4cc4377c519d4d82a67f14da495ae37b
4
+ data.tar.gz: 6c25e8999d5d9abf415eccbb442cac9fbc8f0d10ff528e2fe8d5f08714e2348f
5
5
  SHA512:
6
- metadata.gz: b092ce92a68618c7e6aeb5c06f8bacfe1ca633da084fee2f34d9db685dc5d70a722e5ffc2e003fc6862dc8e2f2d16e47cbde757791c32b83f0dc9c8524921301
7
- data.tar.gz: 76984326f004bd51fc28df57d7196075c981f006cb2b5fdd7c69d17650fff797a13a0c9e22099cee7b6b49b17afbd8a635e05728b148832822a745a1e2474988
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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 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.
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AlloyDB
23
23
  module V1alpha
24
- VERSION = "0.14.0"
24
+ VERSION = "0.14.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-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC