google-apis-sqladmin_v1beta4 0.52.0 → 0.53.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5b226d8113f0e82e61c74a72c8a4c0aaa57660abedf44471fb6782034dd4cbc
|
4
|
+
data.tar.gz: 1ff5581642e8025483ebe2a9b476ce97456dec529e0d0dc3e893580e1d11b0a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1522241cf3d3ad90c92a9e0f1d2600584bf5db605f2374b204894a4cf9b1d1d092dc7ad829061da7224250bbd940c69c2874b267a0925cb4e8fe4741856f8664
|
7
|
+
data.tar.gz: fc5a54c8212496926e2cabc0ffe79d3132e8b52d2d0d682b52d67cf85d34ac0897d9fb3ceabc389065d7de25f9d781c99a2bbe4b4df7c9acd81a5bc79d3694a7
|
data/CHANGELOG.md
CHANGED
@@ -1754,6 +1754,18 @@ module Google
|
|
1754
1754
|
attr_accessor :recovery_only
|
1755
1755
|
alias_method :recovery_only?, :recovery_only
|
1756
1756
|
|
1757
|
+
# Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for
|
1758
|
+
# SQL Server only
|
1759
|
+
# Corresponds to the JSON property `stopAt`
|
1760
|
+
# @return [String]
|
1761
|
+
attr_accessor :stop_at
|
1762
|
+
|
1763
|
+
# Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL
|
1764
|
+
# for SQL Server only
|
1765
|
+
# Corresponds to the JSON property `stopAtMark`
|
1766
|
+
# @return [String]
|
1767
|
+
attr_accessor :stop_at_mark
|
1768
|
+
|
1757
1769
|
# Whether or not the backup set being restored is striped. Applies only to Cloud
|
1758
1770
|
# SQL for SQL Server.
|
1759
1771
|
# Corresponds to the JSON property `striped`
|
@@ -1771,6 +1783,8 @@ module Google
|
|
1771
1783
|
@encryption_options = args[:encryption_options] if args.key?(:encryption_options)
|
1772
1784
|
@no_recovery = args[:no_recovery] if args.key?(:no_recovery)
|
1773
1785
|
@recovery_only = args[:recovery_only] if args.key?(:recovery_only)
|
1786
|
+
@stop_at = args[:stop_at] if args.key?(:stop_at)
|
1787
|
+
@stop_at_mark = args[:stop_at_mark] if args.key?(:stop_at_mark)
|
1774
1788
|
@striped = args[:striped] if args.key?(:striped)
|
1775
1789
|
end
|
1776
1790
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SqladminV1beta4
|
18
18
|
# Version of the google-apis-sqladmin_v1beta4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230710"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1050,6 +1050,8 @@ module Google
|
|
1050
1050
|
|
1051
1051
|
property :no_recovery, as: 'noRecovery'
|
1052
1052
|
property :recovery_only, as: 'recoveryOnly'
|
1053
|
+
property :stop_at, as: 'stopAt'
|
1054
|
+
property :stop_at_mark, as: 'stopAtMark'
|
1053
1055
|
property :striped, as: 'striped'
|
1054
1056
|
end
|
1055
1057
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sqladmin_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.53.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|