google-apis-sqladmin_v1 0.40.0 → 0.41.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: 4c2c3450ce9260e1e4ef9f2c273c78f3f7da729b66960882f5d9a28b62655a0e
4
- data.tar.gz: 4fdf41e5227ca48a51ad82c42c33737208211fd3a7f3e5ca0de48d924afd0801
3
+ metadata.gz: 501f5fff8e06df8cb38b28f83f42f88e78e040c6dce8f3732e95843d063165dd
4
+ data.tar.gz: 526baacc2d39920012bea242f4e299bf18c4a5407e6505475b72085f4eebf448
5
5
  SHA512:
6
- metadata.gz: '0587cec5feb0f5503fb52af5cdcc7a42b867eeca18e906f3859aa9036148a08b1845bd84bd9633bd17646f78337973551542ca143cea915df36804725ed2afbd'
7
- data.tar.gz: c6b504e7f60953aa1ab56b24ef80b40bcd0a5e76386fce14ae467cbc810fb47dd7d558b2e91fd082ac3ba894ba084207e73283f8be22cb44afcf01311fc1b312
6
+ metadata.gz: 86a546b986a5d2e74aa8bbcf20719326921a89fb13c0990b2d89c664421a84e778a810e3de34bb5f7b97d5165fed0ad69237796691793cff786a4852af7b95cb
7
+ data.tar.gz: c04864c4812e354e536471556a023e59b513696a7ac879e2659b1fc85c79cd41f921d3be5773f7815063fad2a5ef135942b604c7918a06d0042570f87c89c7c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.41.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
3
7
  ### v0.40.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230627
@@ -1753,6 +1753,18 @@ module Google
1753
1753
  attr_accessor :recovery_only
1754
1754
  alias_method :recovery_only?, :recovery_only
1755
1755
 
1756
+ # Optional. StopAt keyword for transaction log import, Applies to Cloud SQL for
1757
+ # SQL Server only
1758
+ # Corresponds to the JSON property `stopAt`
1759
+ # @return [String]
1760
+ attr_accessor :stop_at
1761
+
1762
+ # Optional. StopAtMark keyword for transaction log import, Applies to Cloud SQL
1763
+ # for SQL Server only
1764
+ # Corresponds to the JSON property `stopAtMark`
1765
+ # @return [String]
1766
+ attr_accessor :stop_at_mark
1767
+
1756
1768
  # Whether or not the backup set being restored is striped. Applies only to Cloud
1757
1769
  # SQL for SQL Server.
1758
1770
  # Corresponds to the JSON property `striped`
@@ -1770,6 +1782,8 @@ module Google
1770
1782
  @encryption_options = args[:encryption_options] if args.key?(:encryption_options)
1771
1783
  @no_recovery = args[:no_recovery] if args.key?(:no_recovery)
1772
1784
  @recovery_only = args[:recovery_only] if args.key?(:recovery_only)
1785
+ @stop_at = args[:stop_at] if args.key?(:stop_at)
1786
+ @stop_at_mark = args[:stop_at_mark] if args.key?(:stop_at_mark)
1773
1787
  @striped = args[:striped] if args.key?(:striped)
1774
1788
  end
1775
1789
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1
18
18
  # Version of the google-apis-sqladmin_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
63
63
  post_install_message:
64
64
  rdoc_options: []