google-cloud-alloy_db-v1alpha 0.14.0 → 0.15.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: eed6a93673779dfe65902093df380f9b086390a8e591113730775f91ae690318
4
- data.tar.gz: 7b006244d656a6f8fc815f4f7e6e4595701c011db9e4915c210ada8df0045260
3
+ metadata.gz: ce38f15affa5b324243f31aa871833589e7b02fa292a4af59d9fd233d2ca1cc4
4
+ data.tar.gz: 7d0565e6c01f2330fab8cd54a3f412090399e0203502ac2ac58c2399aad10c6f
5
5
  SHA512:
6
- metadata.gz: b092ce92a68618c7e6aeb5c06f8bacfe1ca633da084fee2f34d9db685dc5d70a722e5ffc2e003fc6862dc8e2f2d16e47cbde757791c32b83f0dc9c8524921301
7
- data.tar.gz: 76984326f004bd51fc28df57d7196075c981f006cb2b5fdd7c69d17650fff797a13a0c9e22099cee7b6b49b17afbd8a635e05728b148832822a745a1e2474988
6
+ metadata.gz: 5c8bdf883ae46fc256dfcfc9d0fc6d24d72215e7700d6c802fc76ccd5052ebcd34675620bc2f9201577291a3998482403df41607c49c56e93d61c2ef28269068
7
+ data.tar.gz: 2a3065eccaa5bf10e57ba4ff17e20a3ed2ce538c4d0e51670750abbc3b5fcb0c7c27b446acf8a4090aa18055a78623a60147970f8c655f112b2ac4fe23a38868
@@ -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.
@@ -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.v1alpha package.
76
- #
77
- # This class contains common configuration for all services
78
- # of the google.cloud.alloydb.v1alpha 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 V1alpha
24
- VERSION = "0.14.0"
24
+ VERSION = "0.15.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-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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