google-apis-sqladmin_v1beta4 0.39.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: 3f5ffa611d7e50856453b62f2f65794adcf57583ec4eb3526df0fa27b944d981
4
- data.tar.gz: d5e236cd613ac417ddced16c76632ecaea5919be5880f44d1bcd402f46a291dc
3
+ metadata.gz: fccd57e311c724dce1805b4b9b4b4ceccce3cf99377dba0c197365922233694e
4
+ data.tar.gz: 9114b61b0dd3b0045a25a55f9f0fff2826fbb3d1f7673aa5b4a2051990e3596b
5
5
  SHA512:
6
- metadata.gz: 4492012fc0ece23d81d7e3de56987384270f041c980cf3baa6123030471fbcc408a438b7d087e069e74ab6a33ad10b0d182c2992d949644b13bdca196c3cd5a3
7
- data.tar.gz: 3726c87d2a33b4bc8a06064900b832b748f8b9704f13e40297c644a0d4d1106f21a21cc8f3657800bede8d40a4113498c03d40a142f05eff2b597944a260162a
6
+ metadata.gz: 931499e882d2dd5cd8b1a15f6ed7d4d333a36342b73d5d3d6319db8c2e83eb4fb6ae753fca0a2e9f29962973f538fb7eb931c42bae099a7376239a5ea73ffc30
7
+ data.tar.gz: 366131c77abe49c8f1bbfb62aad5af3ae372b697d33c30a47fc50341323ddab2de32223bf34f8cb4efef91801111c593db424979521f73e407d5aa1ad12639c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.41.0 (2022-11-16)
4
+
5
+ * Regenerated from discovery document revision 20221113
6
+
7
+ ### v0.40.0 (2022-11-12)
8
+
9
+ * Regenerated from discovery document revision 20221104
10
+
3
11
  ### v0.39.0 (2022-10-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20221017
@@ -1154,7 +1154,7 @@ module Google
1154
1154
  class ExportContext
1155
1155
  include Google::Apis::Core::Hashable
1156
1156
 
1157
- #
1157
+ # Options for exporting BAK files (SQL Server-only)
1158
1158
  # Corresponds to the JSON property `bakExportOptions`
1159
1159
  # @return [Google::Apis::SqladminV1beta4::ExportContext::BakExportOptions]
1160
1160
  attr_accessor :bak_export_options
@@ -1222,16 +1222,18 @@ module Google
1222
1222
  @uri = args[:uri] if args.key?(:uri)
1223
1223
  end
1224
1224
 
1225
- #
1225
+ # Options for exporting BAK files (SQL Server-only)
1226
1226
  class BakExportOptions
1227
1227
  include Google::Apis::Core::Hashable
1228
1228
 
1229
- #
1229
+ # Option for specifying how many stripes to use for the export. If blank, and
1230
+ # the value of the striped field is true, the number of stripes is automatically
1231
+ # chosen.
1230
1232
  # Corresponds to the JSON property `stripeCount`
1231
1233
  # @return [Fixnum]
1232
1234
  attr_accessor :stripe_count
1233
1235
 
1234
- #
1236
+ # Whether or not the export should be striped.
1235
1237
  # Corresponds to the JSON property `striped`
1236
1238
  # @return [Boolean]
1237
1239
  attr_accessor :striped
@@ -1616,7 +1618,8 @@ module Google
1616
1618
  # @return [Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions]
1617
1619
  attr_accessor :encryption_options
1618
1620
 
1619
- #
1621
+ # Whether or not the backup set being restored is striped. Applies only to Cloud
1622
+ # SQL for SQL Server.
1620
1623
  # Corresponds to the JSON property `striped`
1621
1624
  # @return [Boolean]
1622
1625
  attr_accessor :striped
@@ -2640,7 +2643,7 @@ module Google
2640
2643
  attr_accessor :min_length
2641
2644
 
2642
2645
  # Minimum interval after which the password can be changed. This flag is only
2643
- # supported for PostgresSQL.
2646
+ # supported for PostgreSQL.
2644
2647
  # Corresponds to the JSON property `passwordChangeInterval`
2645
2648
  # @return [String]
2646
2649
  attr_accessor :password_change_interval
@@ -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.39.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.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221017"
25
+ REVISION = "20221113"
26
26
  end
27
27
  end
28
28
  end
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.39.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-12-12 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.41.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: []