google-apis-sqladmin_v1beta4 0.15.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.15.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210816"
25
+ REVISION = "20211017"
26
26
  end
27
27
  end
28
28
  end
@@ -442,6 +442,12 @@ module Google
442
442
  include Google::Apis::Core::JsonObjectSupport
443
443
  end
444
444
 
445
+ class SqlServerAuditConfig
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
445
451
  class SqlServerDatabaseDetails
446
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
447
453
 
@@ -641,6 +647,7 @@ module Google
641
647
  collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
642
648
 
643
649
  property :kind, as: 'kind'
650
+ property :region, as: 'region'
644
651
  property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
645
652
 
646
653
  end
@@ -811,6 +818,10 @@ module Google
811
818
  class CsvExportOptions
812
819
  # @private
813
820
  class Representation < Google::Apis::Core::JsonRepresentation
821
+ property :escape_character, as: 'escapeCharacter'
822
+ property :fields_terminated_by, as: 'fieldsTerminatedBy'
823
+ property :lines_terminated_by, as: 'linesTerminatedBy'
824
+ property :quote_character, as: 'quoteCharacter'
814
825
  property :select_query, as: 'selectQuery'
815
826
  end
816
827
  end
@@ -872,6 +883,7 @@ module Google
872
883
  property :access_token, as: 'access_token'
873
884
  property :public_key, as: 'public_key'
874
885
  property :read_time, as: 'readTime'
886
+ property :valid_duration, as: 'validDuration'
875
887
  end
876
888
  end
877
889
 
@@ -918,6 +930,10 @@ module Google
918
930
  # @private
919
931
  class Representation < Google::Apis::Core::JsonRepresentation
920
932
  collection :columns, as: 'columns'
933
+ property :escape_character, as: 'escapeCharacter'
934
+ property :fields_terminated_by, as: 'fieldsTerminatedBy'
935
+ property :lines_terminated_by, as: 'linesTerminatedBy'
936
+ property :quote_character, as: 'quoteCharacter'
921
937
  property :table, as: 'table'
922
938
  end
923
939
  end
@@ -1232,6 +1248,8 @@ module Google
1232
1248
  property :pricing_plan, as: 'pricingPlan'
1233
1249
  property :replication_type, as: 'replicationType'
1234
1250
  property :settings_version, :numeric_string => true, as: 'settingsVersion'
1251
+ property :sql_server_audit_config, as: 'sqlServerAuditConfig', class: Google::Apis::SqladminV1beta4::SqlServerAuditConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerAuditConfig::Representation
1252
+
1235
1253
  property :storage_auto_resize, as: 'storageAutoResize'
1236
1254
  property :storage_auto_resize_limit, :numeric_string => true, as: 'storageAutoResizeLimit'
1237
1255
  property :tier, as: 'tier'
@@ -1281,6 +1299,7 @@ module Google
1281
1299
 
1282
1300
  property :sync_mode, as: 'syncMode'
1283
1301
  property :verify_connection_only, as: 'verifyConnectionOnly'
1302
+ property :verify_replication_only, as: 'verifyReplicationOnly'
1284
1303
  end
1285
1304
  end
1286
1305
 
@@ -1313,6 +1332,14 @@ module Google
1313
1332
  end
1314
1333
  end
1315
1334
 
1335
+ class SqlServerAuditConfig
1336
+ # @private
1337
+ class Representation < Google::Apis::Core::JsonRepresentation
1338
+ property :bucket, as: 'bucket'
1339
+ property :kind, as: 'kind'
1340
+ end
1341
+ end
1342
+
1316
1343
  class SqlServerDatabaseDetails
1317
1344
  # @private
1318
1345
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -55,7 +55,8 @@ module Google
55
55
  # @param [String] instance
56
56
  # Cloud SQL instance ID. This does not include the project ID.
57
57
  # @param [Fixnum] id
58
- # The ID of the backup run to delete. To find a backup run ID, use the list
58
+ # The ID of the backup run to delete. To find a backup run ID, use the [list](
59
+ # https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/backupRuns/list)
59
60
  # method.
60
61
  # @param [String] fields
61
62
  # Selector specifying which fields to include in a partial response.
@@ -712,9 +713,10 @@ module Google
712
713
 
713
714
  # Initiates a manual failover of a high availability (HA) primary instance to a
714
715
  # standby instance, which becomes the primary instance. Users are then rerouted
715
- # to the new primary. For more information, see the Overview of high
716
- # availability page in the Cloud SQL documentation. If using Legacy HA (MySQL
717
- # only), this causes the instance to failover to its failover replica instance.
716
+ # to the new primary. For more information, see the [Overview of high
717
+ # availability](https://cloud.google.com/sql/docs/mysql/high-availability) page
718
+ # in the Cloud SQL documentation. If using Legacy HA (MySQL only), this causes
719
+ # the instance to failover to its failover replica instance.
718
720
  # @param [String] project
719
721
  # ID of the project that contains the read replica.
720
722
  # @param [String] instance
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.15.0
4
+ version: 0.19.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
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.19.0
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: []
65
65
  require_paths: