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: 423d679fa9244d893b5046e19b316fd3065586d7e3f633881d28ebe1b78144ba
4
- data.tar.gz: d37eb1f4fa74421c36512c9a8f695d677387ff3cd51805160810bb62e2288477
3
+ metadata.gz: b5b226d8113f0e82e61c74a72c8a4c0aaa57660abedf44471fb6782034dd4cbc
4
+ data.tar.gz: 1ff5581642e8025483ebe2a9b476ce97456dec529e0d0dc3e893580e1d11b0a4
5
5
  SHA512:
6
- metadata.gz: e9c6156d5ae5a1e6fd76a3c18703412c05b60805449331cd5fb96c939faac425adbca122f8b25d5c0049411de770845b01aad26604ddde874f765a69917e3793
7
- data.tar.gz: 1c628345c4ccbf6658ac459fa5dde95e83eb3259d326602bfd7dc998fc19d7e2bcf1e4bc5f7c85f63b67079757a105a16ff988ed86c5ed5460306ee55201bfb9
6
+ metadata.gz: 1522241cf3d3ad90c92a9e0f1d2600584bf5db605f2374b204894a4cf9b1d1d092dc7ad829061da7224250bbd940c69c2874b267a0925cb4e8fe4741856f8664
7
+ data.tar.gz: fc5a54c8212496926e2cabc0ffe79d3132e8b52d2d0d682b52d67cf85d34ac0897d9fb3ceabc389065d7de25f9d781c99a2bbe4b4df7c9acd81a5bc79d3694a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.53.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
3
7
  ### v0.52.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230627
@@ -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.52.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 = "20230627"
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.52.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-02 00:00:00.000000000 Z
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.52.0
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: []