google-apis-sqladmin_v1beta4 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +138 -133
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 932541dd9d0a4f0a65fe2c53bc983a02b8b284a840c0b93e861b5a4950d8c10b
|
4
|
+
data.tar.gz: 10a2a14dd056f335a9a0ad348471f0e9fff121a7f50aa29ea276f7b9ae314b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6f95492fb6daab9ae81f08322869888c3a642c879fca2830e86b6c61d8d6a567fda5cfc86ff42371b9f1c8ee5556dff9cff6e3b0c0d6928c181920f91055fd8
|
7
|
+
data.tar.gz: d6e4301ccd2a7bc248d42c12a155141cffeb4fc9597d1b82ff1bc5da32cb52fc8910dc6450caff2fd4a5b8e412577b0fe6d3cd99e37a6b49c777d3bd27bb0290
|
data/CHANGELOG.md
CHANGED
@@ -26,13 +26,13 @@ module Google
|
|
26
26
|
class AclEntry
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
29
|
-
# The time when this access control entry expires in RFC 3339
|
30
|
-
# example
|
29
|
+
# The time when this access control entry expires in [RFC 3339](https://tools.
|
30
|
+
# ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
31
31
|
# Corresponds to the JSON property `expirationTime`
|
32
32
|
# @return [String]
|
33
33
|
attr_accessor :expiration_time
|
34
34
|
|
35
|
-
# This is always
|
35
|
+
# This is always **sql#aclEntry**.
|
36
36
|
# Corresponds to the JSON property `kind`
|
37
37
|
# @return [String]
|
38
38
|
attr_accessor :kind
|
@@ -114,7 +114,7 @@ module Google
|
|
114
114
|
attr_accessor :enabled
|
115
115
|
alias_method :enabled?, :enabled
|
116
116
|
|
117
|
-
# This is always
|
117
|
+
# This is always **sql#backupConfiguration**.
|
118
118
|
# Corresponds to the JSON property `kind`
|
119
119
|
# @return [String]
|
120
120
|
attr_accessor :kind
|
@@ -175,7 +175,7 @@ module Google
|
|
175
175
|
# @return [Fixnum]
|
176
176
|
attr_accessor :backup_id
|
177
177
|
|
178
|
-
# This is always
|
178
|
+
# This is always **sql#backupContext**.
|
179
179
|
# Corresponds to the JSON property `kind`
|
180
180
|
# @return [String]
|
181
181
|
attr_accessor :kind
|
@@ -243,14 +243,14 @@ module Google
|
|
243
243
|
# @return [Google::Apis::SqladminV1beta4::DiskEncryptionStatus]
|
244
244
|
attr_accessor :disk_encryption_status
|
245
245
|
|
246
|
-
# The time the backup operation completed in UTC timezone in RFC 3339
|
247
|
-
# for example
|
246
|
+
# The time the backup operation completed in UTC timezone in [RFC 3339](https://
|
247
|
+
# tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
248
248
|
# Corresponds to the JSON property `endTime`
|
249
249
|
# @return [String]
|
250
250
|
attr_accessor :end_time
|
251
251
|
|
252
|
-
# The time the run was enqueued in UTC timezone in RFC 3339
|
253
|
-
# 2012-11-15T16:19:00.094Z
|
252
|
+
# The time the run was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.
|
253
|
+
# org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
254
254
|
# Corresponds to the JSON property `enqueuedTime`
|
255
255
|
# @return [String]
|
256
256
|
attr_accessor :enqueued_time
|
@@ -286,8 +286,9 @@ module Google
|
|
286
286
|
# @return [String]
|
287
287
|
attr_accessor :self_link
|
288
288
|
|
289
|
-
# The time the backup operation actually started in UTC timezone in RFC 3339
|
290
|
-
# format, for example
|
289
|
+
# The time the backup operation actually started in UTC timezone in [RFC 3339](
|
290
|
+
# https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.
|
291
|
+
# 094Z**.
|
291
292
|
# Corresponds to the JSON property `startTime`
|
292
293
|
# @return [String]
|
293
294
|
attr_accessor :start_time
|
@@ -304,7 +305,8 @@ module Google
|
|
304
305
|
attr_accessor :type
|
305
306
|
|
306
307
|
# The start time of the backup window during which this the backup was attempted
|
307
|
-
# in RFC 3339 format, for example
|
308
|
+
# in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-
|
309
|
+
# 11-15T16:19:00.094Z**.
|
308
310
|
# Corresponds to the JSON property `windowStartTime`
|
309
311
|
# @return [String]
|
310
312
|
attr_accessor :window_start_time
|
@@ -522,7 +524,7 @@ module Google
|
|
522
524
|
# @return [String]
|
523
525
|
attr_accessor :instance
|
524
526
|
|
525
|
-
# This is always
|
527
|
+
# This is always **sql#database**.
|
526
528
|
# Corresponds to the JSON property `kind`
|
527
529
|
# @return [String]
|
528
530
|
attr_accessor :kind
|
@@ -579,8 +581,8 @@ module Google
|
|
579
581
|
# @return [String]
|
580
582
|
attr_accessor :name
|
581
583
|
|
582
|
-
# The value of the flag. Booleans are set to
|
583
|
-
# This field must be omitted if the flag doesn't take a value.
|
584
|
+
# The value of the flag. Booleans are set to **on** for true and **off** for
|
585
|
+
# false. This field must be omitted if the flag doesn't take a value.
|
584
586
|
# Corresponds to the JSON property `value`
|
585
587
|
# @return [String]
|
586
588
|
attr_accessor :value
|
@@ -612,8 +614,8 @@ module Google
|
|
612
614
|
# @return [String]
|
613
615
|
attr_accessor :connection_name
|
614
616
|
|
615
|
-
# Output only. The time when the instance was created in RFC 3339
|
616
|
-
#
|
617
|
+
# Output only. The time when the instance was created in [RFC 3339](https://
|
618
|
+
# tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
617
619
|
# Corresponds to the JSON property `createTime`
|
618
620
|
# @return [String]
|
619
621
|
attr_accessor :create_time
|
@@ -899,7 +901,7 @@ module Google
|
|
899
901
|
class DemoteMasterConfiguration
|
900
902
|
include Google::Apis::Core::Hashable
|
901
903
|
|
902
|
-
# This is always
|
904
|
+
# This is always **sql#demoteMasterConfiguration**.
|
903
905
|
# Corresponds to the JSON property `kind`
|
904
906
|
# @return [String]
|
905
907
|
attr_accessor :kind
|
@@ -946,7 +948,7 @@ module Google
|
|
946
948
|
attr_accessor :skip_replication_setup
|
947
949
|
alias_method :skip_replication_setup?, :skip_replication_setup
|
948
950
|
|
949
|
-
# Verify GTID consistency for demote operation. Default value:
|
951
|
+
# Verify GTID consistency for demote operation. Default value: **True**. Setting
|
950
952
|
# this flag to false enables you to bypass GTID consistency check between on-
|
951
953
|
# premises primary instance and Cloud SQL instance during the demotion operation
|
952
954
|
# but also exposes you to the risk of future replication failures. Change the
|
@@ -992,7 +994,7 @@ module Google
|
|
992
994
|
# @return [String]
|
993
995
|
attr_accessor :client_key
|
994
996
|
|
995
|
-
# This is always
|
997
|
+
# This is always **sql#demoteMasterMysqlReplicaConfiguration**.
|
996
998
|
# Corresponds to the JSON property `kind`
|
997
999
|
# @return [String]
|
998
1000
|
attr_accessor :kind
|
@@ -1065,7 +1067,7 @@ module Google
|
|
1065
1067
|
class DiskEncryptionConfiguration
|
1066
1068
|
include Google::Apis::Core::Hashable
|
1067
1069
|
|
1068
|
-
# This is always
|
1070
|
+
# This is always **sql#diskEncryptionConfiguration**.
|
1069
1071
|
# Corresponds to the JSON property `kind`
|
1070
1072
|
# @return [String]
|
1071
1073
|
attr_accessor :kind
|
@@ -1090,7 +1092,7 @@ module Google
|
|
1090
1092
|
class DiskEncryptionStatus
|
1091
1093
|
include Google::Apis::Core::Hashable
|
1092
1094
|
|
1093
|
-
# This is always
|
1095
|
+
# This is always **sql#diskEncryptionStatus**.
|
1094
1096
|
# Corresponds to the JSON property `kind`
|
1095
1097
|
# @return [String]
|
1096
1098
|
attr_accessor :kind
|
@@ -1115,27 +1117,27 @@ module Google
|
|
1115
1117
|
class ExportContext
|
1116
1118
|
include Google::Apis::Core::Hashable
|
1117
1119
|
|
1118
|
-
# Options for exporting data as CSV.
|
1120
|
+
# Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
|
1119
1121
|
# Corresponds to the JSON property `csvExportOptions`
|
1120
1122
|
# @return [Google::Apis::SqladminV1beta4::ExportContext::CsvExportOptions]
|
1121
1123
|
attr_accessor :csv_export_options
|
1122
1124
|
|
1123
|
-
# Databases to be exported. *MySQL instances
|
1124
|
-
# database is specified, all databases are exported, except for the
|
1125
|
-
# system database. If
|
1126
|
-
# by using this property or by using the
|
1127
|
-
# which takes precedence over this property. *
|
1128
|
-
# specify one database to be exported. If
|
1129
|
-
# must match the one specified in the
|
1130
|
-
# SQL Server instances
|
1131
|
-
# fileType
|
1125
|
+
# Databases to be exported. * **MySQL instances:** If **fileType** is **SQL**
|
1126
|
+
# and no database is specified, all databases are exported, except for the **
|
1127
|
+
# mysql** system database. If **fileType** is **CSV**, you can specify one
|
1128
|
+
# database, either by using this property or by using the **csvExportOptions.
|
1129
|
+
# selectQuery** property, which takes precedence over this property. * **
|
1130
|
+
# PostgreSQL instances:** You must specify one database to be exported. If **
|
1131
|
+
# fileType** is **CSV**, this database must match the one specified in the **
|
1132
|
+
# csvExportOptions.selectQuery** property. * **SQL Server instances:** You must
|
1133
|
+
# specify one database to be exported, and the **fileType** must be **BAK**.
|
1132
1134
|
# Corresponds to the JSON property `databases`
|
1133
1135
|
# @return [Array<String>]
|
1134
1136
|
attr_accessor :databases
|
1135
1137
|
|
1136
|
-
# The file type for the specified uri. *SQL
|
1137
|
-
# CSV
|
1138
|
-
# SQL Server instance.
|
1138
|
+
# The file type for the specified uri. * **SQL**: The file contains SQL
|
1139
|
+
# statements. * **CSV**: The file contains CSV data. * **BAK**: The file
|
1140
|
+
# contains backup data for a SQL Server instance.
|
1139
1141
|
# Corresponds to the JSON property `fileType`
|
1140
1142
|
# @return [String]
|
1141
1143
|
attr_accessor :file_type
|
@@ -1157,9 +1159,9 @@ module Google
|
|
1157
1159
|
attr_accessor :sql_export_options
|
1158
1160
|
|
1159
1161
|
# The path to the file in Google Cloud Storage where the export will be stored.
|
1160
|
-
# The URI is in the form
|
1161
|
-
# the request succeeds, but the operation fails. If
|
1162
|
-
# filename ends with .gz, the contents are compressed.
|
1162
|
+
# The URI is in the form **gs://bucketName/fileName**. If the file already
|
1163
|
+
# exists, the request succeeds, but the operation fails. If **fileType** is **
|
1164
|
+
# SQL** and the filename ends with .gz, the contents are compressed.
|
1163
1165
|
# Corresponds to the JSON property `uri`
|
1164
1166
|
# @return [String]
|
1165
1167
|
attr_accessor :uri
|
@@ -1179,7 +1181,7 @@ module Google
|
|
1179
1181
|
@uri = args[:uri] if args.key?(:uri)
|
1180
1182
|
end
|
1181
1183
|
|
1182
|
-
# Options for exporting data as CSV.
|
1184
|
+
# Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
|
1183
1185
|
class CsvExportOptions
|
1184
1186
|
include Google::Apis::Core::Hashable
|
1185
1187
|
|
@@ -1262,11 +1264,11 @@ module Google
|
|
1262
1264
|
class MysqlExportOptions
|
1263
1265
|
include Google::Apis::Core::Hashable
|
1264
1266
|
|
1265
|
-
# Option to include SQL statement required to set up replication. If set to
|
1266
|
-
# the dump file includes a CHANGE MASTER TO statement with the binary log
|
1267
|
-
# coordinates, and --set-gtid-purged is set to ON. If set to
|
1268
|
-
# MASTER TO statement is written as a SQL comment and has no effect. If set to
|
1269
|
-
# any value other than
|
1267
|
+
# Option to include SQL statement required to set up replication. * If set to **
|
1268
|
+
# 1**, the dump file includes a CHANGE MASTER TO statement with the binary log
|
1269
|
+
# coordinates, and --set-gtid-purged is set to ON. * If set to **2**, the CHANGE
|
1270
|
+
# MASTER TO statement is written as a SQL comment and has no effect. * If set to
|
1271
|
+
# any value other than **1**, --set-gtid-purged is set to OFF.
|
1270
1272
|
# Corresponds to the JSON property `masterData`
|
1271
1273
|
# @return [Fixnum]
|
1272
1274
|
attr_accessor :master_data
|
@@ -1319,13 +1321,13 @@ module Google
|
|
1319
1321
|
# @return [Array<Fixnum>]
|
1320
1322
|
attr_accessor :allowed_int_values
|
1321
1323
|
|
1322
|
-
# For
|
1324
|
+
# For **STRING** flags, a list of strings that the value can be set to.
|
1323
1325
|
# Corresponds to the JSON property `allowedStringValues`
|
1324
1326
|
# @return [Array<String>]
|
1325
1327
|
attr_accessor :allowed_string_values
|
1326
1328
|
|
1327
|
-
# The database version this flag applies to. Can be
|
1328
|
-
#
|
1329
|
+
# The database version this flag applies to. Can be **MYSQL_8_0**, **MYSQL_5_6**,
|
1330
|
+
# or **MYSQL_5_7**.
|
1329
1331
|
# Corresponds to the JSON property `appliesTo`
|
1330
1332
|
# @return [Array<String>]
|
1331
1333
|
attr_accessor :applies_to
|
@@ -1336,36 +1338,37 @@ module Google
|
|
1336
1338
|
attr_accessor :in_beta
|
1337
1339
|
alias_method :in_beta?, :in_beta
|
1338
1340
|
|
1339
|
-
# This is always
|
1341
|
+
# This is always **sql#flag**.
|
1340
1342
|
# Corresponds to the JSON property `kind`
|
1341
1343
|
# @return [String]
|
1342
1344
|
attr_accessor :kind
|
1343
1345
|
|
1344
|
-
# For
|
1346
|
+
# For **INTEGER** flags, the maximum allowed value.
|
1345
1347
|
# Corresponds to the JSON property `maxValue`
|
1346
1348
|
# @return [Fixnum]
|
1347
1349
|
attr_accessor :max_value
|
1348
1350
|
|
1349
|
-
# For
|
1351
|
+
# For **INTEGER** flags, the minimum allowed value.
|
1350
1352
|
# Corresponds to the JSON property `minValue`
|
1351
1353
|
# @return [Fixnum]
|
1352
1354
|
attr_accessor :min_value
|
1353
1355
|
|
1354
1356
|
# This is the name of the flag. Flag names always use underscores, not hyphens,
|
1355
|
-
# for example:
|
1357
|
+
# for example: **max_allowed_packet**
|
1356
1358
|
# Corresponds to the JSON property `name`
|
1357
1359
|
# @return [String]
|
1358
1360
|
attr_accessor :name
|
1359
1361
|
|
1360
|
-
# Indicates whether changing this flag will trigger a database restart.
|
1362
|
+
# Indicates whether changing this flag will trigger a database restart. Only
|
1363
|
+
# applicable to Second Generation instances.
|
1361
1364
|
# Corresponds to the JSON property `requiresRestart`
|
1362
1365
|
# @return [Boolean]
|
1363
1366
|
attr_accessor :requires_restart
|
1364
1367
|
alias_method :requires_restart?, :requires_restart
|
1365
1368
|
|
1366
|
-
# The type of the flag. Flags are typed to being
|
1367
|
-
# or
|
1368
|
-
# skip_grant_tables
|
1369
|
+
# The type of the flag. Flags are typed to being **BOOLEAN**, **STRING**, **
|
1370
|
+
# INTEGER** or **NONE**. **NONE** is used for flags which do not take a value,
|
1371
|
+
# such as **skip_grant_tables**.
|
1369
1372
|
# Corresponds to the JSON property `type`
|
1370
1373
|
# @return [String]
|
1371
1374
|
attr_accessor :type
|
@@ -1398,7 +1401,7 @@ module Google
|
|
1398
1401
|
# @return [Array<Google::Apis::SqladminV1beta4::Flag>]
|
1399
1402
|
attr_accessor :items
|
1400
1403
|
|
1401
|
-
# This is always
|
1404
|
+
# This is always **sql#flagsList**.
|
1402
1405
|
# Corresponds to the JSON property `kind`
|
1403
1406
|
# @return [String]
|
1404
1407
|
attr_accessor :kind
|
@@ -1478,16 +1481,17 @@ module Google
|
|
1478
1481
|
# @return [Google::Apis::SqladminV1beta4::ImportContext::CsvImportOptions]
|
1479
1482
|
attr_accessor :csv_import_options
|
1480
1483
|
|
1481
|
-
# The target database for the import. If
|
1484
|
+
# The target database for the import. If **fileType** is **SQL**, this field is
|
1482
1485
|
# required only if the import file does not specify a database, and is
|
1483
|
-
# overridden by any database specification in the import file. If
|
1484
|
-
# CSV
|
1486
|
+
# overridden by any database specification in the import file. If **fileType**
|
1487
|
+
# is **CSV**, one database must be specified.
|
1485
1488
|
# Corresponds to the JSON property `database`
|
1486
1489
|
# @return [String]
|
1487
1490
|
attr_accessor :database
|
1488
1491
|
|
1489
|
-
# The file type for the specified uri. *SQL
|
1490
|
-
# CSV
|
1492
|
+
# The file type for the specified uri. * **SQL**: The file contains SQL
|
1493
|
+
# statements. * **CSV**: The file contains CSV data. * **BAK**: The file
|
1494
|
+
# contains backup data for a SQL Server instance.
|
1491
1495
|
# Corresponds to the JSON property `fileType`
|
1492
1496
|
# @return [String]
|
1493
1497
|
attr_accessor :file_type
|
@@ -1497,15 +1501,15 @@ module Google
|
|
1497
1501
|
# @return [String]
|
1498
1502
|
attr_accessor :import_user
|
1499
1503
|
|
1500
|
-
# This is always
|
1504
|
+
# This is always **sql#importContext**.
|
1501
1505
|
# Corresponds to the JSON property `kind`
|
1502
1506
|
# @return [String]
|
1503
1507
|
attr_accessor :kind
|
1504
1508
|
|
1505
|
-
# Path to the import file in Cloud Storage, in the form
|
1506
|
-
# fileName
|
1507
|
-
# The instance must have write permissions to the bucket and read access
|
1508
|
-
# file.
|
1509
|
+
# Path to the import file in Cloud Storage, in the form **gs://bucketName/
|
1510
|
+
# fileName**. Compressed gzip files (.gz) are supported when **fileType** is **
|
1511
|
+
# SQL**. The instance must have write permissions to the bucket and read access
|
1512
|
+
# to the file.
|
1509
1513
|
# Corresponds to the JSON property `uri`
|
1510
1514
|
# @return [String]
|
1511
1515
|
attr_accessor :uri
|
@@ -1547,8 +1551,8 @@ module Google
|
|
1547
1551
|
class EncryptionOptions
|
1548
1552
|
include Google::Apis::Core::Hashable
|
1549
1553
|
|
1550
|
-
# Path to the Certificate (.cer) in Cloud Storage, in the form
|
1551
|
-
# fileName
|
1554
|
+
# Path to the Certificate (.cer) in Cloud Storage, in the form **gs://bucketName/
|
1555
|
+
# fileName**. The instance must have write permissions to the bucket and read
|
1552
1556
|
# access to the file.
|
1553
1557
|
# Corresponds to the JSON property `certPath`
|
1554
1558
|
# @return [String]
|
@@ -1955,7 +1959,7 @@ module Google
|
|
1955
1959
|
|
1956
1960
|
# The list of external networks that are allowed to connect to the instance
|
1957
1961
|
# using the IP. In 'CIDR' notation, also known as 'slash' notation (for example:
|
1958
|
-
#
|
1962
|
+
# **192.168.100.0/24**).
|
1959
1963
|
# Corresponds to the JSON property `authorizedNetworks`
|
1960
1964
|
# @return [Array<Google::Apis::SqladminV1beta4::AclEntry>]
|
1961
1965
|
attr_accessor :authorized_networks
|
@@ -1967,8 +1971,8 @@ module Google
|
|
1967
1971
|
alias_method :ipv4_enabled?, :ipv4_enabled
|
1968
1972
|
|
1969
1973
|
# The resource link for the VPC network from which the Cloud SQL instance is
|
1970
|
-
# accessible for private IP. For example,
|
1971
|
-
# default
|
1974
|
+
# accessible for private IP. For example, **/projects/myProject/global/networks/
|
1975
|
+
# default**. This setting can be updated, but it cannot be removed after it is
|
1972
1976
|
# set.
|
1973
1977
|
# Corresponds to the JSON property `privateNetwork`
|
1974
1978
|
# @return [String]
|
@@ -2003,17 +2007,17 @@ module Google
|
|
2003
2007
|
# @return [String]
|
2004
2008
|
attr_accessor :ip_address
|
2005
2009
|
|
2006
|
-
# The due time for this IP to be retired in RFC 3339
|
2007
|
-
# 11-15T16:19:00.094Z
|
2008
|
-
# be retired.
|
2010
|
+
# The due time for this IP to be retired in [RFC 3339](https://tools.ietf.org/
|
2011
|
+
# html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**. This field is
|
2012
|
+
# only available when the IP is scheduled to be retired.
|
2009
2013
|
# Corresponds to the JSON property `timeToRetire`
|
2010
2014
|
# @return [String]
|
2011
2015
|
attr_accessor :time_to_retire
|
2012
2016
|
|
2013
|
-
# The type of this IP address. A
|
2014
|
-
# accept incoming connections. A
|
2015
|
-
# accept incoming connections. An
|
2016
|
-
# connections originating from the instance, if supported.
|
2017
|
+
# The type of this IP address. A **PRIMARY** address is a public address that
|
2018
|
+
# can accept incoming connections. A **PRIVATE** address is a private address
|
2019
|
+
# that can accept incoming connections. An **OUTGOING** address is the source
|
2020
|
+
# address of connections originating from the instance, if supported.
|
2017
2021
|
# Corresponds to the JSON property `type`
|
2018
2022
|
# @return [String]
|
2019
2023
|
attr_accessor :type
|
@@ -2030,11 +2034,9 @@ module Google
|
|
2030
2034
|
end
|
2031
2035
|
end
|
2032
2036
|
|
2033
|
-
# Preferred location. This specifies where a Cloud SQL instance is located
|
2034
|
-
#
|
2035
|
-
#
|
2036
|
-
# instance will be located as close as possible within the region. Only one
|
2037
|
-
# location may be specified.
|
2037
|
+
# Preferred location. This specifies where a Cloud SQL instance is located. Note
|
2038
|
+
# that if the preferred location is not available, the instance will be located
|
2039
|
+
# as close as possible within the region. Only one location may be specified.
|
2038
2040
|
class LocationPreference
|
2039
2041
|
include Google::Apis::Core::Hashable
|
2040
2042
|
|
@@ -2044,7 +2046,7 @@ module Google
|
|
2044
2046
|
# @return [String]
|
2045
2047
|
attr_accessor :follow_gae_application
|
2046
2048
|
|
2047
|
-
# This is always
|
2049
|
+
# This is always **sql#locationPreference**.
|
2048
2050
|
# Corresponds to the JSON property `kind`
|
2049
2051
|
# @return [String]
|
2050
2052
|
attr_accessor :kind
|
@@ -2089,12 +2091,14 @@ module Google
|
|
2089
2091
|
# @return [Fixnum]
|
2090
2092
|
attr_accessor :hour
|
2091
2093
|
|
2092
|
-
# This is always
|
2094
|
+
# This is always **sql#maintenanceWindow**.
|
2093
2095
|
# Corresponds to the JSON property `kind`
|
2094
2096
|
# @return [String]
|
2095
2097
|
attr_accessor :kind
|
2096
2098
|
|
2097
|
-
# Maintenance timing setting:
|
2099
|
+
# Maintenance timing setting: **canary** (Earlier) or **stable** (Later). [Learn
|
2100
|
+
# more](https://cloud.google.com/sql/docs/mysql/instance-settings#maintenance-
|
2101
|
+
# timing-2ndgen).
|
2098
2102
|
# Corresponds to the JSON property `updateTrack`
|
2099
2103
|
# @return [String]
|
2100
2104
|
attr_accessor :update_track
|
@@ -2146,7 +2150,7 @@ module Google
|
|
2146
2150
|
# @return [String]
|
2147
2151
|
attr_accessor :dump_file_path
|
2148
2152
|
|
2149
|
-
# This is always
|
2153
|
+
# This is always **sql#mysqlReplicaConfiguration**.
|
2150
2154
|
# Corresponds to the JSON property `kind`
|
2151
2155
|
# @return [String]
|
2152
2156
|
attr_accessor :kind
|
@@ -2296,8 +2300,8 @@ module Google
|
|
2296
2300
|
# @return [Google::Apis::SqladminV1beta4::BackupContext]
|
2297
2301
|
attr_accessor :backup_context
|
2298
2302
|
|
2299
|
-
# The time this operation finished in UTC timezone in RFC 3339
|
2300
|
-
# example
|
2303
|
+
# The time this operation finished in UTC timezone in [RFC 3339](https://tools.
|
2304
|
+
# ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
2301
2305
|
# Corresponds to the JSON property `endTime`
|
2302
2306
|
# @return [String]
|
2303
2307
|
attr_accessor :end_time
|
@@ -2317,13 +2321,13 @@ module Google
|
|
2317
2321
|
# @return [Google::Apis::SqladminV1beta4::ImportContext]
|
2318
2322
|
attr_accessor :import_context
|
2319
2323
|
|
2320
|
-
# The time this operation was enqueued in UTC timezone in RFC 3339
|
2321
|
-
# example
|
2324
|
+
# The time this operation was enqueued in UTC timezone in [RFC 3339](https://
|
2325
|
+
# tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
2322
2326
|
# Corresponds to the JSON property `insertTime`
|
2323
2327
|
# @return [String]
|
2324
2328
|
attr_accessor :insert_time
|
2325
2329
|
|
2326
|
-
# This is always
|
2330
|
+
# This is always **sql#operation**.
|
2327
2331
|
# Corresponds to the JSON property `kind`
|
2328
2332
|
# @return [String]
|
2329
2333
|
attr_accessor :kind
|
@@ -2335,9 +2339,10 @@ module Google
|
|
2335
2339
|
# @return [String]
|
2336
2340
|
attr_accessor :name
|
2337
2341
|
|
2338
|
-
# The type of the operation. Valid values are: *CREATE*
|
2339
|
-
# RESTART*
|
2340
|
-
# DELETE_USER*
|
2342
|
+
# The type of the operation. Valid values are: * **CREATE** * **DELETE** * **
|
2343
|
+
# UPDATE** * **RESTART** * **IMPORT** * **EXPORT** * **BACKUP_VOLUME** * **
|
2344
|
+
# RESTORE_VOLUME** * **CREATE_USER** * **DELETE_USER** * **CREATE_DATABASE** * **
|
2345
|
+
# DELETE_DATABASE**
|
2341
2346
|
# Corresponds to the JSON property `operationType`
|
2342
2347
|
# @return [String]
|
2343
2348
|
attr_accessor :operation_type
|
@@ -2347,14 +2352,14 @@ module Google
|
|
2347
2352
|
# @return [String]
|
2348
2353
|
attr_accessor :self_link
|
2349
2354
|
|
2350
|
-
# The time this operation actually started in UTC timezone in RFC 3339
|
2351
|
-
# for example
|
2355
|
+
# The time this operation actually started in UTC timezone in [RFC 3339](https://
|
2356
|
+
# tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
2352
2357
|
# Corresponds to the JSON property `startTime`
|
2353
2358
|
# @return [String]
|
2354
2359
|
attr_accessor :start_time
|
2355
2360
|
|
2356
|
-
# The status of an operation. Valid values are: *PENDING*
|
2357
|
-
# SQL_OPERATION_STATUS_UNSPECIFIED
|
2361
|
+
# The status of an operation. Valid values are: * **PENDING** * **RUNNING** * **
|
2362
|
+
# DONE** * **SQL_OPERATION_STATUS_UNSPECIFIED**
|
2358
2363
|
# Corresponds to the JSON property `status`
|
2359
2364
|
# @return [String]
|
2360
2365
|
attr_accessor :status
|
@@ -2413,7 +2418,7 @@ module Google
|
|
2413
2418
|
# @return [String]
|
2414
2419
|
attr_accessor :code
|
2415
2420
|
|
2416
|
-
# This is always
|
2421
|
+
# This is always **sql#operationError**.
|
2417
2422
|
# Corresponds to the JSON property `kind`
|
2418
2423
|
# @return [String]
|
2419
2424
|
attr_accessor :kind
|
@@ -2444,7 +2449,7 @@ module Google
|
|
2444
2449
|
# @return [Array<Google::Apis::SqladminV1beta4::OperationError>]
|
2445
2450
|
attr_accessor :errors
|
2446
2451
|
|
2447
|
-
# This is always
|
2452
|
+
# This is always **sql#operationErrors**.
|
2448
2453
|
# Corresponds to the JSON property `kind`
|
2449
2454
|
# @return [String]
|
2450
2455
|
attr_accessor :kind
|
@@ -2460,7 +2465,7 @@ module Google
|
|
2460
2465
|
end
|
2461
2466
|
end
|
2462
2467
|
|
2463
|
-
#
|
2468
|
+
# Operations list response.
|
2464
2469
|
class ListOperationsResponse
|
2465
2470
|
include Google::Apis::Core::Hashable
|
2466
2471
|
|
@@ -2538,8 +2543,8 @@ module Google
|
|
2538
2543
|
attr_accessor :reschedule_type
|
2539
2544
|
|
2540
2545
|
# Optional. Timestamp when the maintenance shall be rescheduled to if
|
2541
|
-
# reschedule_type=SPECIFIC_TIME, in RFC 3339
|
2542
|
-
# 19:00.094Z
|
2546
|
+
# reschedule_type=SPECIFIC_TIME, in [RFC 3339](https://tools.ietf.org/html/
|
2547
|
+
# rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
2543
2548
|
# Corresponds to the JSON property `scheduleTime`
|
2544
2549
|
# @return [String]
|
2545
2550
|
attr_accessor :schedule_time
|
@@ -2624,10 +2629,10 @@ module Google
|
|
2624
2629
|
include Google::Apis::Core::Hashable
|
2625
2630
|
|
2626
2631
|
# The activation policy specifies when the instance is activated; it is
|
2627
|
-
# applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS
|
2628
|
-
# The instance is on, and remains so even in the absence of connection
|
2629
|
-
# *NEVER
|
2630
|
-
# request arrives.
|
2632
|
+
# applicable only when the instance state is RUNNABLE. Valid values: * **ALWAYS**
|
2633
|
+
# : The instance is on, and remains so even in the absence of connection
|
2634
|
+
# requests. * **NEVER**: The instance is off; it is not activated, even if a
|
2635
|
+
# connection request arrives.
|
2631
2636
|
# Corresponds to the JSON property `activationPolicy`
|
2632
2637
|
# @return [String]
|
2633
2638
|
attr_accessor :activation_policy
|
@@ -2643,11 +2648,12 @@ module Google
|
|
2643
2648
|
# @return [Array<String>]
|
2644
2649
|
attr_accessor :authorized_gae_applications
|
2645
2650
|
|
2646
|
-
# Availability type. Potential values: *ZONAL
|
2647
|
-
# only one zone. Outages in that zone affect data accessibility. *
|
2648
|
-
# instance can serve data from more than one zone in a region (
|
2649
|
-
# available)
|
2650
|
-
# Configuration.
|
2651
|
+
# Availability type. Potential values: * **ZONAL**: The instance serves data
|
2652
|
+
# from only one zone. Outages in that zone affect data accessibility. * **
|
2653
|
+
# REGIONAL**: The instance can serve data from more than one zone in a region (
|
2654
|
+
# it is highly available)./ For more information, see [Overview of the High
|
2655
|
+
# Availability Configuration](https://cloud.google.com/sql/docs/mysql/high-
|
2656
|
+
# availability).
|
2651
2657
|
# Corresponds to the JSON property `availabilityType`
|
2652
2658
|
# @return [String]
|
2653
2659
|
attr_accessor :availability_type
|
@@ -2675,7 +2681,7 @@ module Google
|
|
2675
2681
|
# @return [Fixnum]
|
2676
2682
|
attr_accessor :data_disk_size_gb
|
2677
2683
|
|
2678
|
-
# The type of data disk: PD_SSD (default) or PD_HDD
|
2684
|
+
# The type of data disk: **PD_SSD** (default) or **PD_HDD**. Not used for First
|
2679
2685
|
# Generation instances.
|
2680
2686
|
# Corresponds to the JSON property `dataDiskType`
|
2681
2687
|
# @return [String]
|
@@ -2709,16 +2715,14 @@ module Google
|
|
2709
2715
|
# @return [Google::Apis::SqladminV1beta4::IpConfiguration]
|
2710
2716
|
attr_accessor :ip_configuration
|
2711
2717
|
|
2712
|
-
# This is always
|
2718
|
+
# This is always **sql#settings**.
|
2713
2719
|
# Corresponds to the JSON property `kind`
|
2714
2720
|
# @return [String]
|
2715
2721
|
attr_accessor :kind
|
2716
2722
|
|
2717
|
-
# Preferred location. This specifies where a Cloud SQL instance is located
|
2718
|
-
#
|
2719
|
-
#
|
2720
|
-
# instance will be located as close as possible within the region. Only one
|
2721
|
-
# location may be specified.
|
2723
|
+
# Preferred location. This specifies where a Cloud SQL instance is located. Note
|
2724
|
+
# that if the preferred location is not available, the instance will be located
|
2725
|
+
# as close as possible within the region. Only one location may be specified.
|
2722
2726
|
# Corresponds to the JSON property `locationPreference`
|
2723
2727
|
# @return [Google::Apis::SqladminV1beta4::LocationPreference]
|
2724
2728
|
attr_accessor :location_preference
|
@@ -2729,14 +2733,14 @@ module Google
|
|
2729
2733
|
# @return [Google::Apis::SqladminV1beta4::MaintenanceWindow]
|
2730
2734
|
attr_accessor :maintenance_window
|
2731
2735
|
|
2732
|
-
# The pricing plan for this instance. This can be either
|
2733
|
-
# Only
|
2736
|
+
# The pricing plan for this instance. This can be either **PER_USE** or **
|
2737
|
+
# PACKAGE**. Only **PER_USE** is supported for Second Generation instances.
|
2734
2738
|
# Corresponds to the JSON property `pricingPlan`
|
2735
2739
|
# @return [String]
|
2736
2740
|
attr_accessor :pricing_plan
|
2737
2741
|
|
2738
|
-
# The type of replication this instance uses. This can be either
|
2739
|
-
# or
|
2742
|
+
# The type of replication this instance uses. This can be either **ASYNCHRONOUS**
|
2743
|
+
# or **SYNCHRONOUS**. (Deprecated) This property was only applicable to First
|
2740
2744
|
# Generation instances.
|
2741
2745
|
# Corresponds to the JSON property `replicationType`
|
2742
2746
|
# @return [String]
|
@@ -2768,7 +2772,7 @@ module Google
|
|
2768
2772
|
# @return [Fixnum]
|
2769
2773
|
attr_accessor :storage_auto_resize_limit
|
2770
2774
|
|
2771
|
-
# The tier (or machine type) for this instance, for example
|
2775
|
+
# The tier (or machine type) for this instance, for example **db-custom-1-3840**.
|
2772
2776
|
# Corresponds to the JSON property `tier`
|
2773
2777
|
# @return [String]
|
2774
2778
|
attr_accessor :tier
|
@@ -2995,14 +2999,15 @@ module Google
|
|
2995
2999
|
include Google::Apis::Core::Hashable
|
2996
3000
|
|
2997
3001
|
# The minimum recommended increase size in GigaBytes This field is consumed by
|
2998
|
-
# the frontend Writers:
|
3002
|
+
# the frontend * Writers: * the proactive database wellness job for OOD. *
|
3003
|
+
# Readers:
|
2999
3004
|
# Corresponds to the JSON property `sqlMinRecommendedIncreaseSizeGb`
|
3000
3005
|
# @return [Fixnum]
|
3001
3006
|
attr_accessor :sql_min_recommended_increase_size_gb
|
3002
3007
|
|
3003
3008
|
# This field represents the state generated by the proactive database wellness
|
3004
|
-
# job for OutOfDisk issues. Writers:
|
3005
|
-
# OOD. Readers:
|
3009
|
+
# job for OutOfDisk issues. * Writers: * the proactive database wellness job for
|
3010
|
+
# OOD. * Readers: * the proactive database wellness job
|
3006
3011
|
# Corresponds to the JSON property `sqlOutOfDiskState`
|
3007
3012
|
# @return [String]
|
3008
3013
|
attr_accessor :sql_out_of_disk_state
|
@@ -3152,14 +3157,14 @@ module Google
|
|
3152
3157
|
# @return [String]
|
3153
3158
|
attr_accessor :common_name
|
3154
3159
|
|
3155
|
-
# The time when the certificate was created in RFC 3339
|
3156
|
-
# 2012-11-15T16:19:00.094Z
|
3160
|
+
# The time when the certificate was created in [RFC 3339](https://tools.ietf.org/
|
3161
|
+
# html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
3157
3162
|
# Corresponds to the JSON property `createTime`
|
3158
3163
|
# @return [String]
|
3159
3164
|
attr_accessor :create_time
|
3160
3165
|
|
3161
|
-
# The time when the certificate expires in RFC 3339
|
3162
|
-
# 15T16:19:00.094Z
|
3166
|
+
# The time when the certificate expires in [RFC 3339](https://tools.ietf.org/
|
3167
|
+
# html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
|
3163
3168
|
# Corresponds to the JSON property `expirationTime`
|
3164
3169
|
# @return [String]
|
3165
3170
|
attr_accessor :expiration_time
|
@@ -3169,7 +3174,7 @@ module Google
|
|
3169
3174
|
# @return [String]
|
3170
3175
|
attr_accessor :instance
|
3171
3176
|
|
3172
|
-
# This is always
|
3177
|
+
# This is always **sql#sslCert**.
|
3173
3178
|
# Corresponds to the JSON property `kind`
|
3174
3179
|
# @return [String]
|
3175
3180
|
attr_accessor :kind
|
@@ -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.17.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 = "20210913"
|
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.
|
4
|
+
version: 0.17.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-
|
11
|
+
date: 2021-09-22 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.17.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: []
|