google-apis-sqladmin_v1beta4 0.17.0 → 0.18.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41f3cd8cb05133951a862903ca2d58655d525e96607f4a78b8fd29b0cebca156
|
4
|
+
data.tar.gz: 8bc101d70b3724d4a41f1eab07be24731f47b4b7a6afa8ace5e4e653cf235db9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c8fc589a3d09cc02d2a7674e3976ab07f00c6b998c6a5e98cd0ed5a64d48585b2371aea62cf7e7ee66ca41bf8f2bffb9fab5265ea410c34cedb5e288ae018e8
|
7
|
+
data.tar.gz: 06cc535776642d11bf30520e2f16a227f733907e041bc5c906714c2a61acac3dd5af5aba28f2471806e98ec2fed28ce631b74d0eb22b1b690516a721a4c25d64
|
data/CHANGELOG.md
CHANGED
@@ -137,7 +137,7 @@ module Google
|
|
137
137
|
alias_method :replication_log_archiving_enabled?, :replication_log_archiving_enabled
|
138
138
|
|
139
139
|
# Start time for the daily backup configuration in UTC timezone in the 24 hour
|
140
|
-
# format -
|
140
|
+
# format - **HH:MM**.
|
141
141
|
# Corresponds to the JSON property `startTime`
|
142
142
|
# @return [String]
|
143
143
|
attr_accessor :start_time
|
@@ -271,7 +271,7 @@ module Google
|
|
271
271
|
# @return [String]
|
272
272
|
attr_accessor :instance
|
273
273
|
|
274
|
-
# This is always
|
274
|
+
# This is always **sql#backupRun**.
|
275
275
|
# Corresponds to the JSON property `kind`
|
276
276
|
# @return [String]
|
277
277
|
attr_accessor :kind
|
@@ -345,7 +345,7 @@ module Google
|
|
345
345
|
# @return [Array<Google::Apis::SqladminV1beta4::BackupRun>]
|
346
346
|
attr_accessor :items
|
347
347
|
|
348
|
-
# This is always
|
348
|
+
# This is always **sql#backupRunsList**.
|
349
349
|
# Corresponds to the JSON property `kind`
|
350
350
|
# @return [String]
|
351
351
|
attr_accessor :kind
|
@@ -382,7 +382,7 @@ module Google
|
|
382
382
|
# @return [Fixnum]
|
383
383
|
attr_accessor :bin_log_position
|
384
384
|
|
385
|
-
# This is always
|
385
|
+
# This is always **sql#binLogCoordinates**.
|
386
386
|
# Corresponds to the JSON property `kind`
|
387
387
|
# @return [String]
|
388
388
|
attr_accessor :kind
|
@@ -413,7 +413,7 @@ module Google
|
|
413
413
|
# @return [String]
|
414
414
|
attr_accessor :destination_instance_name
|
415
415
|
|
416
|
-
# This is always
|
416
|
+
# This is always **sql#cloneContext**.
|
417
417
|
# Corresponds to the JSON property `kind`
|
418
418
|
# @return [String]
|
419
419
|
attr_accessor :kind
|
@@ -575,8 +575,8 @@ module Google
|
|
575
575
|
|
576
576
|
# The name of the flag. These flags are passed at instance startup, so include
|
577
577
|
# both server options and system variables. Flags are specified with underscores,
|
578
|
-
# not hyphens. For more information, see Configuring Database Flags
|
579
|
-
# Cloud SQL documentation.
|
578
|
+
# not hyphens. For more information, see [Configuring Database Flags](https://
|
579
|
+
# cloud.google.com/sql/docs/mysql/flags) in the Cloud SQL documentation.
|
580
580
|
# Corresponds to the JSON property `name`
|
581
581
|
# @return [String]
|
582
582
|
attr_accessor :name
|
@@ -602,9 +602,10 @@ module Google
|
|
602
602
|
class DatabaseInstance
|
603
603
|
include Google::Apis::Core::Hashable
|
604
604
|
|
605
|
-
#
|
606
|
-
# is not managed by Google. This property is read-only; use
|
607
|
-
# in the
|
605
|
+
# The backend type. **SECOND_GEN**: Cloud SQL database instance. **EXTERNAL**: A
|
606
|
+
# database server that is not managed by Google. This property is read-only; use
|
607
|
+
# the **tier** property in the **settings** object to determine the database
|
608
|
+
# type.
|
608
609
|
# Corresponds to the JSON property `backendType`
|
609
610
|
# @return [String]
|
610
611
|
attr_accessor :backend_type
|
@@ -622,18 +623,20 @@ module Google
|
|
622
623
|
|
623
624
|
# The current disk usage of the instance in bytes. This property has been
|
624
625
|
# deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric
|
625
|
-
# in Cloud Monitoring API instead. Please see this announcement
|
626
|
+
# in Cloud Monitoring API instead. Please see [this announcement](https://groups.
|
627
|
+
# google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ) for
|
628
|
+
# details.
|
626
629
|
# Corresponds to the JSON property `currentDiskSize`
|
627
630
|
# @return [Fixnum]
|
628
631
|
attr_accessor :current_disk_size
|
629
632
|
|
630
|
-
# The database engine type and version. The
|
631
|
-
# changed after instance creation. MySQL instances
|
632
|
-
# default), or
|
633
|
-
#
|
634
|
-
# SQLSERVER_2019_STANDARD
|
635
|
-
# ,
|
636
|
-
# SQLSERVER_2017_ENTERPRISE
|
633
|
+
# The database engine type and version. The **databaseVersion** field cannot be
|
634
|
+
# changed after instance creation. * **MySQL instances**: MYSQL_8_0, MYSQL_5_7 (
|
635
|
+
# default), or MYSQL_5_6. * **PostgreSQL instances**: POSTGRES_9_6, POSTGRES_10,
|
636
|
+
# POSTGRES_11, POSTGRES_12, POSTGRES_13 (default). * **SQL Server instances**:
|
637
|
+
# SQLSERVER_2019_STANDARD, SQLSERVER_2019_ENTERPRISE, SQLSERVER_2019_EXPRESS, or
|
638
|
+
# SQLSERVER_2019_WEB, SQLSERVER_2017_STANDARD (default),
|
639
|
+
# SQLSERVER_2017_ENTERPRISE, SQLSERVER_2017_EXPRESS, or SQLSERVER_2017_WEB.
|
637
640
|
# Corresponds to the JSON property `databaseVersion`
|
638
641
|
# @return [String]
|
639
642
|
attr_accessor :database_version
|
@@ -649,7 +652,7 @@ module Google
|
|
649
652
|
attr_accessor :disk_encryption_status
|
650
653
|
|
651
654
|
# This field is deprecated and will be removed from a future version of the API.
|
652
|
-
# Use the
|
655
|
+
# Use the **settings.settingsVersion** field instead.
|
653
656
|
# Corresponds to the JSON property `etag`
|
654
657
|
# @return [String]
|
655
658
|
attr_accessor :etag
|
@@ -666,10 +669,10 @@ module Google
|
|
666
669
|
# @return [String]
|
667
670
|
attr_accessor :gce_zone
|
668
671
|
|
669
|
-
# The instance type. This can be one of the following
|
670
|
-
# Cloud SQL instance that is not replicating from a primary instance. *
|
671
|
-
# ON_PREMISES_INSTANCE
|
672
|
-
# READ_REPLICA_INSTANCE
|
672
|
+
# The instance type. This can be one of the following: * **CLOUD_SQL_INSTANCE**:
|
673
|
+
# A Cloud SQL instance that is not replicating from a primary instance. * **
|
674
|
+
# ON_PREMISES_INSTANCE**: An instance running on the customer's premises. * **
|
675
|
+
# READ_REPLICA_INSTANCE**: A Cloud SQL instance configured as a read-replica.
|
673
676
|
# Corresponds to the JSON property `instanceType`
|
674
677
|
# @return [String]
|
675
678
|
attr_accessor :instance_type
|
@@ -685,7 +688,7 @@ module Google
|
|
685
688
|
# @return [String]
|
686
689
|
attr_accessor :ipv6_address
|
687
690
|
|
688
|
-
# This is always
|
691
|
+
# This is always **sql#instance**.
|
689
692
|
# Corresponds to the JSON property `kind`
|
690
693
|
# @return [String]
|
691
694
|
attr_accessor :kind
|
@@ -721,10 +724,10 @@ module Google
|
|
721
724
|
# @return [String]
|
722
725
|
attr_accessor :project
|
723
726
|
|
724
|
-
# The geographical region. Can be *us-central
|
725
|
-
#
|
726
|
-
# Defaults to
|
727
|
-
# region cannot be changed after instance creation.
|
727
|
+
# The geographical region. Can be: * **us-central** (**FIRST_GEN** instances
|
728
|
+
# only) * **us-central1** (**SECOND_GEN** instances only) * **asia-east1** or **
|
729
|
+
# europe-west1**. Defaults to **us-central** or **us-central1** depending on the
|
730
|
+
# instance type. The region cannot be changed after instance creation.
|
728
731
|
# Corresponds to the JSON property `region`
|
729
732
|
# @return [String]
|
730
733
|
attr_accessor :region
|
@@ -785,12 +788,12 @@ module Google
|
|
785
788
|
attr_accessor :settings
|
786
789
|
|
787
790
|
# The current serving state of the Cloud SQL instance. This can be one of the
|
788
|
-
# following
|
789
|
-
# unknown. *RUNNABLE
|
790
|
-
# SUSPENDED
|
791
|
-
# billing. *PENDING_DELETE
|
792
|
-
# The instance is being created. *MAINTENANCE
|
793
|
-
# maintenance. *FAILED
|
791
|
+
# following: * **SQL_INSTANCE_STATE_UNSPECIFIED**: The state of the instance is
|
792
|
+
# unknown. * **RUNNABLE**: The instance is running, or has been stopped by owner.
|
793
|
+
# * **SUSPENDED**: The instance is not available, for example due to problems
|
794
|
+
# with billing. * **PENDING_DELETE**: The instance is being deleted. * **
|
795
|
+
# PENDING_CREATE**: The instance is being created. * **MAINTENANCE**: The
|
796
|
+
# instance is down for maintenance. * **FAILED**: The instance creation failed.
|
794
797
|
# Corresponds to the JSON property `state`
|
795
798
|
# @return [String]
|
796
799
|
attr_accessor :state
|
@@ -881,7 +884,7 @@ module Google
|
|
881
884
|
# @return [Array<Google::Apis::SqladminV1beta4::Database>]
|
882
885
|
attr_accessor :items
|
883
886
|
|
884
|
-
# This is always
|
887
|
+
# This is always **sql#databasesList**.
|
885
888
|
# Corresponds to the JSON property `kind`
|
886
889
|
# @return [String]
|
887
890
|
attr_accessor :kind
|
@@ -926,7 +929,7 @@ module Google
|
|
926
929
|
class DemoteMasterContext
|
927
930
|
include Google::Apis::Core::Hashable
|
928
931
|
|
929
|
-
# This is always
|
932
|
+
# This is always **sql#demoteMasterContext**.
|
930
933
|
# Corresponds to the JSON property `kind`
|
931
934
|
# @return [String]
|
932
935
|
attr_accessor :kind
|
@@ -1142,7 +1145,7 @@ module Google
|
|
1142
1145
|
# @return [String]
|
1143
1146
|
attr_accessor :file_type
|
1144
1147
|
|
1145
|
-
# This is always
|
1148
|
+
# This is always **sql#exportContext**.
|
1146
1149
|
# Corresponds to the JSON property `kind`
|
1147
1150
|
# @return [String]
|
1148
1151
|
attr_accessor :kind
|
@@ -1289,7 +1292,7 @@ module Google
|
|
1289
1292
|
class FailoverContext
|
1290
1293
|
include Google::Apis::Core::Hashable
|
1291
1294
|
|
1292
|
-
# This is always
|
1295
|
+
# This is always **sql#failoverContext**.
|
1293
1296
|
# Corresponds to the JSON property `kind`
|
1294
1297
|
# @return [String]
|
1295
1298
|
attr_accessor :kind
|
@@ -1436,6 +1439,11 @@ module Google
|
|
1436
1439
|
# @return [String]
|
1437
1440
|
attr_accessor :read_time
|
1438
1441
|
|
1442
|
+
# Optional. If set, it will contain the cert valid duration.
|
1443
|
+
# Corresponds to the JSON property `validDuration`
|
1444
|
+
# @return [String]
|
1445
|
+
attr_accessor :valid_duration
|
1446
|
+
|
1439
1447
|
def initialize(**args)
|
1440
1448
|
update!(**args)
|
1441
1449
|
end
|
@@ -1445,6 +1453,7 @@ module Google
|
|
1445
1453
|
@access_token = args[:access_token] if args.key?(:access_token)
|
1446
1454
|
@public_key = args[:public_key] if args.key?(:public_key)
|
1447
1455
|
@read_time = args[:read_time] if args.key?(:read_time)
|
1456
|
+
@valid_duration = args[:valid_duration] if args.key?(:valid_duration)
|
1448
1457
|
end
|
1449
1458
|
end
|
1450
1459
|
|
@@ -1563,8 +1572,8 @@ module Google
|
|
1563
1572
|
# @return [String]
|
1564
1573
|
attr_accessor :pvk_password
|
1565
1574
|
|
1566
|
-
# Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form
|
1567
|
-
# bucketName/fileName
|
1575
|
+
# Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form **gs:/
|
1576
|
+
# /bucketName/fileName**. The instance must have write permissions to the bucket
|
1568
1577
|
# and read access to the file.
|
1569
1578
|
# Corresponds to the JSON property `pvkPath`
|
1570
1579
|
# @return [String]
|
@@ -1825,7 +1834,7 @@ module Google
|
|
1825
1834
|
# @return [Array<Google::Apis::SqladminV1beta4::DatabaseInstance>]
|
1826
1835
|
attr_accessor :items
|
1827
1836
|
|
1828
|
-
# This is always
|
1837
|
+
# This is always **sql#instancesList**.
|
1829
1838
|
# Corresponds to the JSON property `kind`
|
1830
1839
|
# @return [String]
|
1831
1840
|
attr_accessor :kind
|
@@ -1868,7 +1877,7 @@ module Google
|
|
1868
1877
|
# @return [Array<Google::Apis::SqladminV1beta4::SslCert>]
|
1869
1878
|
attr_accessor :certs
|
1870
1879
|
|
1871
|
-
# This is always
|
1880
|
+
# This is always **sql#instancesListServerCas**.
|
1872
1881
|
# Corresponds to the JSON property `kind`
|
1873
1882
|
# @return [String]
|
1874
1883
|
attr_accessor :kind
|
@@ -2251,7 +2260,7 @@ module Google
|
|
2251
2260
|
# @return [String]
|
2252
2261
|
attr_accessor :host_port
|
2253
2262
|
|
2254
|
-
# This is always
|
2263
|
+
# This is always **sql#onPremisesConfiguration**.
|
2255
2264
|
# Corresponds to the JSON property `kind`
|
2256
2265
|
# @return [String]
|
2257
2266
|
attr_accessor :kind
|
@@ -2474,7 +2483,7 @@ module Google
|
|
2474
2483
|
# @return [Array<Google::Apis::SqladminV1beta4::Operation>]
|
2475
2484
|
attr_accessor :items
|
2476
2485
|
|
2477
|
-
# This is always
|
2486
|
+
# This is always **sql#operationsList**.
|
2478
2487
|
# Corresponds to the JSON property `kind`
|
2479
2488
|
# @return [String]
|
2480
2489
|
attr_accessor :kind
|
@@ -2501,8 +2510,8 @@ module Google
|
|
2501
2510
|
class ReplicaConfiguration
|
2502
2511
|
include Google::Apis::Core::Hashable
|
2503
2512
|
|
2504
|
-
# Specifies if the replica is the failover target. If the field is set to
|
2505
|
-
# the replica will be designated as a failover replica. In case the primary
|
2513
|
+
# Specifies if the replica is the failover target. If the field is set to **true*
|
2514
|
+
# * the replica will be designated as a failover replica. In case the primary
|
2506
2515
|
# instance fails, the replica instance will be promoted as the new primary
|
2507
2516
|
# instance. Only one replica can be specified as failover target, and the
|
2508
2517
|
# replica has to be in different zone with the primary instance.
|
@@ -2511,7 +2520,7 @@ module Google
|
|
2511
2520
|
attr_accessor :failover_target
|
2512
2521
|
alias_method :failover_target?, :failover_target
|
2513
2522
|
|
2514
|
-
# This is always
|
2523
|
+
# This is always **sql#replicaConfiguration**.
|
2515
2524
|
# Corresponds to the JSON property `kind`
|
2516
2525
|
# @return [String]
|
2517
2526
|
attr_accessor :kind
|
@@ -2575,7 +2584,7 @@ module Google
|
|
2575
2584
|
# @return [String]
|
2576
2585
|
attr_accessor :instance_id
|
2577
2586
|
|
2578
|
-
# This is always
|
2587
|
+
# This is always **sql#restoreBackupContext**.
|
2579
2588
|
# Corresponds to the JSON property `kind`
|
2580
2589
|
# @return [String]
|
2581
2590
|
attr_accessor :kind
|
@@ -2602,7 +2611,7 @@ module Google
|
|
2602
2611
|
class RotateServerCaContext
|
2603
2612
|
include Google::Apis::Core::Hashable
|
2604
2613
|
|
2605
|
-
# This is always
|
2614
|
+
# This is always **sql#rotateServerCaContext**.
|
2606
2615
|
# Corresponds to the JSON property `kind`
|
2607
2616
|
# @return [String]
|
2608
2617
|
attr_accessor :kind
|
@@ -2851,7 +2860,7 @@ module Google
|
|
2851
2860
|
# @return [String]
|
2852
2861
|
attr_accessor :detail
|
2853
2862
|
|
2854
|
-
# Can be
|
2863
|
+
# Can be **sql#externalSyncSettingError** or **sql#externalSyncSettingWarning**.
|
2855
2864
|
# Corresponds to the JSON property `kind`
|
2856
2865
|
# @return [String]
|
2857
2866
|
attr_accessor :kind
|
@@ -2972,7 +2981,7 @@ module Google
|
|
2972
2981
|
# @return [Array<Google::Apis::SqladminV1beta4::SqlExternalSyncSettingError>]
|
2973
2982
|
attr_accessor :errors
|
2974
2983
|
|
2975
|
-
# This is always
|
2984
|
+
# This is always **sql#migrationSettingErrorList**.
|
2976
2985
|
# Corresponds to the JSON property `kind`
|
2977
2986
|
# @return [String]
|
2978
2987
|
attr_accessor :kind
|
@@ -3287,7 +3296,7 @@ module Google
|
|
3287
3296
|
# @return [Google::Apis::SqladminV1beta4::SslCertDetail]
|
3288
3297
|
attr_accessor :client_cert
|
3289
3298
|
|
3290
|
-
# This is always
|
3299
|
+
# This is always **sql#sslCertsInsert**.
|
3291
3300
|
# Corresponds to the JSON property `kind`
|
3292
3301
|
# @return [String]
|
3293
3302
|
attr_accessor :kind
|
@@ -3326,7 +3335,7 @@ module Google
|
|
3326
3335
|
# @return [Array<Google::Apis::SqladminV1beta4::SslCert>]
|
3327
3336
|
attr_accessor :items
|
3328
3337
|
|
3329
|
-
# This is always
|
3338
|
+
# This is always **sql#sslCertsList**.
|
3330
3339
|
# Corresponds to the JSON property `kind`
|
3331
3340
|
# @return [String]
|
3332
3341
|
attr_accessor :kind
|
@@ -3442,13 +3451,13 @@ module Google
|
|
3442
3451
|
class TruncateLogContext
|
3443
3452
|
include Google::Apis::Core::Hashable
|
3444
3453
|
|
3445
|
-
# This is always
|
3454
|
+
# This is always **sql#truncateLogContext**.
|
3446
3455
|
# Corresponds to the JSON property `kind`
|
3447
3456
|
# @return [String]
|
3448
3457
|
attr_accessor :kind
|
3449
3458
|
|
3450
|
-
# The type of log to truncate. Valid values are
|
3451
|
-
# MYSQL_SLOW_TABLE
|
3459
|
+
# The type of log to truncate. Valid values are **MYSQL_GENERAL_TABLE** and **
|
3460
|
+
# MYSQL_SLOW_TABLE**.
|
3452
3461
|
# Corresponds to the JSON property `logType`
|
3453
3462
|
# @return [String]
|
3454
3463
|
attr_accessor :log_type
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.18.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 = "
|
25
|
+
REVISION = "20210929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
717
|
-
#
|
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.
|
4
|
+
version: 0.18.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-
|
11
|
+
date: 2021-10-11 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/master/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|