google-cloud-spanner-admin-database-v1 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/client.rb +7 -0
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/operations.rb +7 -0
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/rest/client.rb +7 -0
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/rest/operations.rb +7 -0
- data/lib/google/cloud/spanner/admin/database/v1/version.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +4 -0
- data/proto_docs/google/spanner/admin/database/v1/backup_schedule.rb +5 -1
- 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: ebcab98d6792b2adcbf111b677b155a6eedec090ec70de7676ea32ed085401e1
|
4
|
+
data.tar.gz: be55cba30d30cd02dc5417ae3940408a8661243718e0816598d243beaa93c4e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29aecee10ecbf38e12ae289b2badf1ef44d407c01d29f7b90365ea4d76ec70b28f542c108d990dd8ba023412cce240b05dd176cf9dd4b5143d8a025525e18b25
|
7
|
+
data.tar.gz: b79a5b60f01ea8c1e7660b1a757c042a8e5e310ccf50766530d4d5d7f704933cd0d6db5b98c34b50ef2e8f58689710d3d0f3c51bf080e6185a80c1c3c2cd0ad4
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
85
85
|
|
86
86
|
## Supported Ruby Versions
|
87
87
|
|
88
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
89
89
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -3122,6 +3122,13 @@ module Google
|
|
3122
3122
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
3123
3123
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
3124
3124
|
# * (`nil`) indicating no credentials
|
3125
|
+
#
|
3126
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
3127
|
+
# external source for authentication to Google Cloud, you must validate it before
|
3128
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
3129
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
3130
|
+
# For more information, refer to [Validate credential configurations from external
|
3131
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
3125
3132
|
# @return [::Object]
|
3126
3133
|
# @!attribute [rw] scope
|
3127
3134
|
# The OAuth scopes
|
@@ -642,6 +642,13 @@ module Google
|
|
642
642
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
643
643
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
644
644
|
# * (`nil`) indicating no credentials
|
645
|
+
#
|
646
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
647
|
+
# external source for authentication to Google Cloud, you must validate it before
|
648
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
649
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
650
|
+
# For more information, refer to [Validate credential configurations from external
|
651
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
645
652
|
# @return [::Object]
|
646
653
|
# @!attribute [rw] scope
|
647
654
|
# The OAuth scopes
|
@@ -2936,6 +2936,13 @@ module Google
|
|
2936
2936
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2937
2937
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2938
2938
|
# * (`nil`) indicating no credentials
|
2939
|
+
#
|
2940
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2941
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2942
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2943
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2944
|
+
# For more information, refer to [Validate credential configurations from external
|
2945
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2939
2946
|
# @return [::Object]
|
2940
2947
|
# @!attribute [rw] scope
|
2941
2948
|
# The OAuth scopes
|
@@ -504,6 +504,13 @@ module Google
|
|
504
504
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
505
505
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
506
506
|
# * (`nil`) indicating no credentials
|
507
|
+
#
|
508
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
509
|
+
# external source for authentication to Google Cloud, you must validate it before
|
510
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
511
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
512
|
+
# For more information, refer to [Validate credential configurations from external
|
513
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
507
514
|
# @return [::Object]
|
508
515
|
# @!attribute [rw] scope
|
509
516
|
# The OAuth scopes
|
@@ -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
|
@@ -63,9 +63,13 @@ module Google
|
|
63
63
|
# @!attribute [rw] full_backup_spec
|
64
64
|
# @return [::Google::Cloud::Spanner::Admin::Database::V1::FullBackupSpec]
|
65
65
|
# The schedule creates only full backups.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `full_backup_spec`, `incremental_backup_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
66
68
|
# @!attribute [rw] incremental_backup_spec
|
67
69
|
# @return [::Google::Cloud::Spanner::Admin::Database::V1::IncrementalBackupSpec]
|
68
70
|
# The schedule creates incremental backup chains.
|
71
|
+
#
|
72
|
+
# Note: The following fields are mutually exclusive: `incremental_backup_spec`, `full_backup_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
69
73
|
# @!attribute [r] update_time
|
70
74
|
# @return [::Google::Protobuf::Timestamp]
|
71
75
|
# Output only. The timestamp at which the schedule was last updated.
|
@@ -82,7 +86,7 @@ module Google
|
|
82
86
|
# @return [::String]
|
83
87
|
# Required. Textual representation of the crontab. User can customize the
|
84
88
|
# backup frequency and the backup version time using the cron
|
85
|
-
# expression. The version time must be in UTC
|
89
|
+
# expression. The version time must be in UTC timezone.
|
86
90
|
#
|
87
91
|
# The backup will contain an externally consistent copy of the
|
88
92
|
# database at the version time. Allowed frequencies are 12 hour, 1 day,
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-spanner-admin-database-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.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
|
@@ -113,7 +112,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
113
112
|
licenses:
|
114
113
|
- Apache-2.0
|
115
114
|
metadata: {}
|
116
|
-
post_install_message:
|
117
115
|
rdoc_options: []
|
118
116
|
require_paths:
|
119
117
|
- lib
|
@@ -121,15 +119,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
121
119
|
requirements:
|
122
120
|
- - ">="
|
123
121
|
- !ruby/object:Gem::Version
|
124
|
-
version: '
|
122
|
+
version: '3.0'
|
125
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
124
|
requirements:
|
127
125
|
- - ">="
|
128
126
|
- !ruby/object:Gem::Version
|
129
127
|
version: '0'
|
130
128
|
requirements: []
|
131
|
-
rubygems_version: 3.
|
132
|
-
signing_key:
|
129
|
+
rubygems_version: 3.6.2
|
133
130
|
specification_version: 4
|
134
131
|
summary: Cloud Spanner is a managed, mission-critical, globally consistent and scalable
|
135
132
|
relational database service.
|