google-apis-sqladmin_v1 0.28.0 → 0.30.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: d6c115d7f6e45468209c232682aa9505834f570b171460944a0535b57ff701ed
4
- data.tar.gz: 5d6fe883c65bc9981d6f490f477d4076220776e3e772dab653af36c4d568cebf
3
+ metadata.gz: '08cf2a8581c1032e43d0d9c5e59a5a9be73396a6c0848e77183ac493c694afbf'
4
+ data.tar.gz: 904002dc108eaedc205cf182c4dc00ba333b87003c21ab169e03ab19171941b3
5
5
  SHA512:
6
- metadata.gz: 35a41c87b59fa29696afd023c7365ebee28a5f4f68f221ee72e36dd7d1f5bb6944ec9a3cae376daa6f466e4100dcfb2b5018fd167b4d619503b306f83ff6df79
7
- data.tar.gz: '08915664efae35c339c4d016e3c53f263839b2b9aed102885b171ede85138e88c5cd4379a0640d6760930970cd21e6020d557f673329707d9bf7a7cc6262d75f'
6
+ metadata.gz: a4b53d1cb81370ce04636c970aba3784c35ad517d4587391d7a7e3160619aa318a561b97168753ec1640be271976b2b5d4a868fd05affadcfe4428441c677060
7
+ data.tar.gz: 2f1337e5d3c4cff4b8789e7c452da9d68588c155edb68a89325cd4b4c09d554db28826b98b037c546a6e7a1efa3bd8dc68a29407a2330823a2d25ce6205f13a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.30.0 (2022-11-18)
4
+
5
+ * Regenerated from discovery document revision 20221113
6
+
7
+ ### v0.29.0 (2022-11-11)
8
+
9
+ * Regenerated from discovery document revision 20221104
10
+
3
11
  ### v0.28.0 (2022-10-20)
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::SqladminV1::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
@@ -1615,7 +1617,8 @@ module Google
1615
1617
  # @return [Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions]
1616
1618
  attr_accessor :encryption_options
1617
1619
 
1618
- #
1620
+ # Whether or not the backup set being restored is striped. Applies only to Cloud
1621
+ # SQL for SQL Server.
1619
1622
  # Corresponds to the JSON property `striped`
1620
1623
  # @return [Boolean]
1621
1624
  attr_accessor :striped
@@ -2639,7 +2642,7 @@ module Google
2639
2642
  attr_accessor :min_length
2640
2643
 
2641
2644
  # Minimum interval after which the password can be changed. This flag is only
2642
- # supported for PostgresSQL.
2645
+ # supported for PostgreSQL.
2643
2646
  # Corresponds to the JSON property `passwordChangeInterval`
2644
2647
  # @return [String]
2645
2648
  attr_accessor :password_change_interval
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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-21 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.30.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: []