google-cloud-alloy_db-v1 0.11.0 → 0.12.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb +11 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/operations.rb +7 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb +11 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/operations.rb +7 -0
- data/lib/google/cloud/alloy_db/v1/version.rb +1 -1
- data/proto_docs/google/cloud/alloydb/v1/resources.rb +12 -0
- data/proto_docs/google/cloud/alloydb/v1/service.rb +4 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 910f552b4d55be93844461ccaa2eff329bd7eba297dfbba88502eef943fdc971
|
4
|
+
data.tar.gz: 4fa3ea342cd01e2b1b3a4188e6ede07ce258df331d75d4c761c6fe011ff81d45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0beb77b74f21043729685a5bf9edbb8bebb6cc1ec32a5a80c945efba888bdf8fcbf51e23229c5558401d6fe143aafdb34df51260bf8c36206c7f3f14f1c73a01
|
7
|
+
data.tar.gz: c86778dbc0480c5a1dcba72873c86b73b58f724eb38bfe1ed973299ff329ea7a4a4c20fd82feadf47e03b2d6c42613c912150533d36c5ffcd3452cec40aaab0f
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -1082,9 +1082,13 @@ module Google
|
|
1082
1082
|
#
|
1083
1083
|
# @param backup_source [::Google::Cloud::AlloyDB::V1::BackupSource, ::Hash]
|
1084
1084
|
# Backup source.
|
1085
|
+
#
|
1086
|
+
# 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.
|
1085
1087
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1::ContinuousBackupSource, ::Hash]
|
1086
1088
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1087
1089
|
# source cluster for this operation to succeed.
|
1090
|
+
#
|
1091
|
+
# 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.
|
1088
1092
|
# @param parent [::String]
|
1089
1093
|
# Required. The name of the parent resource. For the required format, see the
|
1090
1094
|
# comment on the Cluster.name field.
|
@@ -4039,6 +4043,13 @@ module Google
|
|
4039
4043
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
4040
4044
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
4041
4045
|
# * (`nil`) indicating no credentials
|
4046
|
+
#
|
4047
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
4048
|
+
# external source for authentication to Google Cloud, you must validate it before
|
4049
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
4050
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
4051
|
+
# For more information, refer to [Validate credential configurations from external
|
4052
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
4042
4053
|
# @return [::Object]
|
4043
4054
|
# @!attribute [rw] scope
|
4044
4055
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1025,9 +1025,13 @@ module Google
|
|
1025
1025
|
#
|
1026
1026
|
# @param backup_source [::Google::Cloud::AlloyDB::V1::BackupSource, ::Hash]
|
1027
1027
|
# Backup source.
|
1028
|
+
#
|
1029
|
+
# 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.
|
1028
1030
|
# @param continuous_backup_source [::Google::Cloud::AlloyDB::V1::ContinuousBackupSource, ::Hash]
|
1029
1031
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
1030
1032
|
# source cluster for this operation to succeed.
|
1033
|
+
#
|
1034
|
+
# 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.
|
1031
1035
|
# @param parent [::String]
|
1032
1036
|
# Required. The name of the parent resource. For the required format, see the
|
1033
1037
|
# comment on the Cluster.name field.
|
@@ -3785,6 +3789,13 @@ module Google
|
|
3785
3789
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
3786
3790
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
3787
3791
|
# * (`nil`) indicating no credentials
|
3792
|
+
#
|
3793
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
3794
|
+
# external source for authentication to Google Cloud, you must validate it before
|
3795
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
3796
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
3797
|
+
# For more information, refer to [Validate credential configurations from external
|
3798
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
3788
3799
|
# @return [::Object]
|
3789
3800
|
# @!attribute [rw] scope
|
3790
3801
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -158,9 +158,13 @@ module Google
|
|
158
158
|
# @!attribute [rw] time_based_retention
|
159
159
|
# @return [::Google::Cloud::AlloyDB::V1::AutomatedBackupPolicy::TimeBasedRetention]
|
160
160
|
# Time-based Backup retention policy.
|
161
|
+
#
|
162
|
+
# Note: The following fields are mutually exclusive: `time_based_retention`, `quantity_based_retention`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
161
163
|
# @!attribute [rw] quantity_based_retention
|
162
164
|
# @return [::Google::Cloud::AlloyDB::V1::AutomatedBackupPolicy::QuantityBasedRetention]
|
163
165
|
# Quantity-based Backup retention policy to retain recent backups.
|
166
|
+
#
|
167
|
+
# Note: The following fields are mutually exclusive: `quantity_based_retention`, `time_based_retention`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
164
168
|
# @!attribute [rw] enabled
|
165
169
|
# @return [::Boolean]
|
166
170
|
# Whether automated automated backups are enabled. If not set, defaults to
|
@@ -361,9 +365,13 @@ module Google
|
|
361
365
|
# @!attribute [r] backup_source
|
362
366
|
# @return [::Google::Cloud::AlloyDB::V1::BackupSource]
|
363
367
|
# Output only. Cluster created from backup.
|
368
|
+
#
|
369
|
+
# Note: The following fields are mutually exclusive: `backup_source`, `migration_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
364
370
|
# @!attribute [r] migration_source
|
365
371
|
# @return [::Google::Cloud::AlloyDB::V1::MigrationSource]
|
366
372
|
# Output only. Cluster created via DMS migration.
|
373
|
+
#
|
374
|
+
# Note: The following fields are mutually exclusive: `migration_source`, `backup_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
367
375
|
# @!attribute [r] name
|
368
376
|
# @return [::String]
|
369
377
|
# Output only. The name of the cluster resource with the format:
|
@@ -1243,9 +1251,13 @@ module Google
|
|
1243
1251
|
# @!attribute [rw] string_restrictions
|
1244
1252
|
# @return [::Google::Cloud::AlloyDB::V1::SupportedDatabaseFlag::StringRestrictions]
|
1245
1253
|
# Restriction on STRING type value.
|
1254
|
+
#
|
1255
|
+
# Note: The following fields are mutually exclusive: `string_restrictions`, `integer_restrictions`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1246
1256
|
# @!attribute [rw] integer_restrictions
|
1247
1257
|
# @return [::Google::Cloud::AlloyDB::V1::SupportedDatabaseFlag::IntegerRestrictions]
|
1248
1258
|
# Restriction on INTEGER type value.
|
1259
|
+
#
|
1260
|
+
# Note: The following fields are mutually exclusive: `integer_restrictions`, `string_restrictions`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1249
1261
|
# @!attribute [rw] name
|
1250
1262
|
# @return [::String]
|
1251
1263
|
# The name of the flag resource, following Google Cloud conventions, e.g.:
|
@@ -294,10 +294,14 @@ module Google
|
|
294
294
|
# @!attribute [rw] backup_source
|
295
295
|
# @return [::Google::Cloud::AlloyDB::V1::BackupSource]
|
296
296
|
# Backup source.
|
297
|
+
#
|
298
|
+
# 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.
|
297
299
|
# @!attribute [rw] continuous_backup_source
|
298
300
|
# @return [::Google::Cloud::AlloyDB::V1::ContinuousBackupSource]
|
299
301
|
# ContinuousBackup source. Continuous backup needs to be enabled in the
|
300
302
|
# source cluster for this operation to succeed.
|
303
|
+
#
|
304
|
+
# 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.
|
301
305
|
# @!attribute [rw] parent
|
302
306
|
# @return [::String]
|
303
307
|
# Required. The name of the parent resource. For the required format, see the
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-alloy_db-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -147,7 +146,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
147
146
|
licenses:
|
148
147
|
- Apache-2.0
|
149
148
|
metadata: {}
|
150
|
-
post_install_message:
|
151
149
|
rdoc_options: []
|
152
150
|
require_paths:
|
153
151
|
- lib
|
@@ -155,15 +153,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
153
|
requirements:
|
156
154
|
- - ">="
|
157
155
|
- !ruby/object:Gem::Version
|
158
|
-
version: '
|
156
|
+
version: '3.0'
|
159
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
160
158
|
requirements:
|
161
159
|
- - ">="
|
162
160
|
- !ruby/object:Gem::Version
|
163
161
|
version: '0'
|
164
162
|
requirements: []
|
165
|
-
rubygems_version: 3.
|
166
|
-
signing_key:
|
163
|
+
rubygems_version: 3.6.2
|
167
164
|
specification_version: 4
|
168
165
|
summary: AlloyDB for PostgreSQL is an open source-compatible database service that
|
169
166
|
provides a powerful option for migrating, modernizing, or building commercial-grade
|