google-cloud-alloy_db-v1beta 0.17.0 → 0.18.0

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: adfe6ed3fc456b462ad568c1910355b1274e216f5bdb25369748ee750335dca5
4
+ data.tar.gz: a043ec054c4ec0c0169ec83f03e23e9c1e47da260294cb0abf24b1c0f0cad756
5
5
  SHA512:
6
- metadata.gz: 6369533fcee57ca87a031b4db8779f9b3e22eb37a7ccad01e8d54375eb95db1e89b4f9af051845882c9aa84cf83208b782da158696d9ecd32cfcf838e9aabfe2
7
- data.tar.gz: 57510ce72784e75d7fc0930cc7e2a85e3075cfe15e615ca5b8a07593fef5db4d6cc7c5189a185d49ee92f013e9f35260d89025a41ef0d95b6f8911d75c6c1ee4
6
+ metadata.gz: d14cf86ac1aafa3fc77264da87d0c2de5521426fcb53fa293c2b54c5257ac3661f7850df4a9cb200240e249037b88add65e4c0af3e113775201474b2d568bdcd
7
+ data.tar.gz: 3905de1eacd0d84be82d16225828f5bdb39887b400f5401bc056d61bcc3e7a607a1e38e8c97d24c3527274c2d0ad031fd946752f13fa22173907546cf351cebf
@@ -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.
@@ -16,7 +16,7 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- require "gapic/config"
19
+ require "gapic/rest"
20
20
 
21
21
  module Google
22
22
  module Cloud
@@ -42,7 +42,7 @@ module Google
42
42
  namespace.pop
43
43
  end
44
44
 
45
- default_config = Configuration.new parent_config
45
+ default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
46
46
  default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
47
47
  Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
48
48
  uri_method: :get,
@@ -69,33 +69,6 @@ module Google
69
69
  yield @configure if block_given?
70
70
  @configure
71
71
  end
72
-
73
- ##
74
- # @private
75
- # Configuration class for the google.cloud.alloydb.v1beta package.
76
- #
77
- # This class contains common configuration for all services
78
- # of the google.cloud.alloydb.v1beta package.
79
- #
80
- # This configuration is for internal use of the client library classes,
81
- # and it is not intended that the end-users will read or change it.
82
- #
83
- class Configuration
84
- extend ::Gapic::Config
85
-
86
- # @private
87
- # Overrides for http bindings for the RPC of the mixins for this package.
88
- # Services in this package should use these when creating clients for the mixin services.
89
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
90
- config_attr :bindings_override, {}, ::Hash, nil
91
-
92
- # @private
93
- def initialize parent_config = nil
94
- @parent_config = parent_config unless parent_config.nil?
95
-
96
- yield self if block_given?
97
- end
98
- end
99
72
  end
100
73
  end
101
74
  end
@@ -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.18.0"
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.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement