google-apis-sqladmin_v1beta4 0.22.0 → 0.23.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: a75115346c8e710d024d071c6f7ed54b7cad64fbb13de71a31714f0d1af545ab
4
- data.tar.gz: ed33ec4bc2ffc36646ed2d3683854aa80a9df71dadf60aa60fba3b6814586a68
3
+ metadata.gz: 41aff0e504aef7c0c6ef0c2861439d5768d94208a11bceea0209aeaada711303
4
+ data.tar.gz: ac62cd32d6bc92982fbf7815e76595af75e88b58c75487ac6798c4b06b8c7cb7
5
5
  SHA512:
6
- metadata.gz: 8828b6217c8243a2db4f19165b895df9c518d2fcc342423df5c42eec21487a7e3ff034a86419e76cfe93506adc3c35abc89ce437225a1edac9639fc599ff35a5
7
- data.tar.gz: d9bfb44d43d25b511d9e419b5593925d37b98944127331e9784155ff12b34caf2dd6ec603770c82b33cb2ec71cf01ce06b1ee630d2196d1fe4eb0c8aece91bf4
6
+ metadata.gz: 6838970a5e0f9b39b12c9b83880425905f9e41106e7ac687a4b61f6df2630b8041a00f6543ed425c197d44854fc985e8ea2cf5854ca68e7b47efc68160ea5f26
7
+ data.tar.gz: e8c3c897644f7594aae92b28c791e9a2f27f4046f0ed0398c7284b22cf9ee01843cc09125c359884c9e25729c59b4dde64558984915a638fc04f54e2ceb22a3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.23.0 (2022-01-28)
4
+
5
+ * Regenerated from discovery document revision 20220117
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.22.0 (2021-12-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20211206
@@ -27,12 +27,12 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
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**.
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 **sql#aclEntry**.
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 **sql#backupConfiguration**.
117
+ # This is always `sql#backupConfiguration`.
118
118
  # Corresponds to the JSON property `kind`
119
119
  # @return [String]
120
120
  attr_accessor :kind
@@ -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 - **HH:MM**.
140
+ # format - `HH:MM`.
141
141
  # Corresponds to the JSON property `startTime`
142
142
  # @return [String]
143
143
  attr_accessor :start_time
@@ -175,7 +175,7 @@ module Google
175
175
  # @return [Fixnum]
176
176
  attr_accessor :backup_id
177
177
 
178
- # This is always **sql#backupContext**.
178
+ # This is always `sql#backupContext`.
179
179
  # Corresponds to the JSON property `kind`
180
180
  # @return [String]
181
181
  attr_accessor :kind
@@ -244,13 +244,13 @@ module Google
244
244
  attr_accessor :disk_encryption_status
245
245
 
246
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**.
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
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**.
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
@@ -271,7 +271,7 @@ module Google
271
271
  # @return [String]
272
272
  attr_accessor :instance
273
273
 
274
- # This is always **sql#backupRun**.
274
+ # This is always `sql#backupRun`.
275
275
  # Corresponds to the JSON property `kind`
276
276
  # @return [String]
277
277
  attr_accessor :kind
@@ -287,8 +287,8 @@ module Google
287
287
  attr_accessor :self_link
288
288
 
289
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**.
290
+ # https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.
291
+ # 094Z`.
292
292
  # Corresponds to the JSON property `startTime`
293
293
  # @return [String]
294
294
  attr_accessor :start_time
@@ -305,8 +305,8 @@ module Google
305
305
  attr_accessor :type
306
306
 
307
307
  # The start time of the backup window during which this the backup was attempted
308
- # in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example **2012-
309
- # 11-15T16:19:00.094Z**.
308
+ # in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-
309
+ # 11-15T16:19:00.094Z`.
310
310
  # Corresponds to the JSON property `windowStartTime`
311
311
  # @return [String]
312
312
  attr_accessor :window_start_time
@@ -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 **sql#backupRunsList**.
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 **sql#binLogCoordinates**.
385
+ # This is always `sql#binLogCoordinates`.
386
386
  # Corresponds to the JSON property `kind`
387
387
  # @return [String]
388
388
  attr_accessor :kind
@@ -403,6 +403,16 @@ module Google
403
403
  class CloneContext
404
404
  include Google::Apis::Core::Hashable
405
405
 
406
+ # The name of the allocated ip range for the private ip CloudSQL instance. For
407
+ # example: "google-managed-services-default". If set, the cloned instance ip
408
+ # will be created in the allocated range. The range name must comply with [RFC
409
+ # 1035](https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-
410
+ # 63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
411
+ # Reserved for future use.
412
+ # Corresponds to the JSON property `allocatedIpRange`
413
+ # @return [String]
414
+ attr_accessor :allocated_ip_range
415
+
406
416
  # Binary log coordinates.
407
417
  # Corresponds to the JSON property `binLogCoordinates`
408
418
  # @return [Google::Apis::SqladminV1beta4::BinLogCoordinates]
@@ -413,7 +423,7 @@ module Google
413
423
  # @return [String]
414
424
  attr_accessor :destination_instance_name
415
425
 
416
- # This is always **sql#cloneContext**.
426
+ # This is always `sql#cloneContext`.
417
427
  # Corresponds to the JSON property `kind`
418
428
  # @return [String]
419
429
  attr_accessor :kind
@@ -435,6 +445,7 @@ module Google
435
445
 
436
446
  # Update properties of this object
437
447
  def update!(**args)
448
+ @allocated_ip_range = args[:allocated_ip_range] if args.key?(:allocated_ip_range)
438
449
  @bin_log_coordinates = args[:bin_log_coordinates] if args.key?(:bin_log_coordinates)
439
450
  @destination_instance_name = args[:destination_instance_name] if args.key?(:destination_instance_name)
440
451
  @kind = args[:kind] if args.key?(:kind)
@@ -447,19 +458,21 @@ module Google
447
458
  class ConnectSettings
448
459
  include Google::Apis::Core::Hashable
449
460
 
450
- # **SECOND_GEN**: Cloud SQL database instance. **EXTERNAL**: A database server
451
- # that is not managed by Google. This property is read-only; use the **tier**
452
- # property in the **settings** object to determine the database type.
461
+ # `SECOND_GEN`: Cloud SQL database instance. `EXTERNAL`: A database server that
462
+ # is not managed by Google. This property is read-only; use the `tier` property
463
+ # in the `settings` object to determine the database type.
453
464
  # Corresponds to the JSON property `backendType`
454
465
  # @return [String]
455
466
  attr_accessor :backend_type
456
467
 
457
- # The database engine type and version. The **databaseVersion** field cannot be
458
- # changed after instance creation. MySQL instances: **MYSQL_8_0**, **MYSQL_5_7**
459
- # (default), or **MYSQL_5_6**. PostgreSQL instances: **POSTGRES_9_6**, **
460
- # POSTGRES_10**, **POSTGRES_11** or **POSTGRES_12** (default). SQL Server
461
- # instances: **SQLSERVER_2017_STANDARD** (default), **SQLSERVER_2017_ENTERPRISE**
462
- # , **SQLSERVER_2017_EXPRESS**, or **SQLSERVER_2017_WEB**.
468
+ # The database engine type and version. The `databaseVersion` field cannot be
469
+ # changed after instance creation. MySQL instances: `MYSQL_8_0`, `MYSQL_5_7` (
470
+ # default), or `MYSQL_5_6`. PostgreSQL instances: `POSTGRES_9_6`, `POSTGRES_10`,
471
+ # `POSTGRES_11` or `POSTGRES_12` (default), `POSTGRES_13`, or `POSTGRES_14`. SQL
472
+ # Server instances: `SQLSERVER_2017_STANDARD` (default), `
473
+ # SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`, `
474
+ # SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`
475
+ # , or `SQLSERVER_2019_WEB`.
463
476
  # Corresponds to the JSON property `databaseVersion`
464
477
  # @return [String]
465
478
  attr_accessor :database_version
@@ -474,7 +487,7 @@ module Google
474
487
  # @return [String]
475
488
  attr_accessor :kind
476
489
 
477
- # The cloud region for the instance. e.g. **us-central1**, **europe-west1**. The
490
+ # The cloud region for the instance. e.g. `us-central1`, `europe-west1`. The
478
491
  # region cannot be changed after instance creation.
479
492
  # Corresponds to the JSON property `region`
480
493
  # @return [String]
@@ -524,7 +537,7 @@ module Google
524
537
  # @return [String]
525
538
  attr_accessor :instance
526
539
 
527
- # This is always **sql#database**.
540
+ # This is always `sql#database`.
528
541
  # Corresponds to the JSON property `kind`
529
542
  # @return [String]
530
543
  attr_accessor :kind
@@ -581,7 +594,7 @@ module Google
581
594
  # @return [String]
582
595
  attr_accessor :name
583
596
 
584
- # The value of the flag. Booleans are set to **on** for true and **off** for
597
+ # The value of the flag. Boolean flags are set to `on` for true and `off` for
585
598
  # false. This field must be omitted if the flag doesn't take a value.
586
599
  # Corresponds to the JSON property `value`
587
600
  # @return [String]
@@ -602,10 +615,9 @@ module Google
602
615
  class DatabaseInstance
603
616
  include Google::Apis::Core::Hashable
604
617
 
605
- # The backend type. **SECOND_GEN**: Cloud SQL database instance. **EXTERNAL**: A
618
+ # The backend type. `SECOND_GEN`: Cloud SQL database instance. `EXTERNAL`: A
606
619
  # 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.
620
+ # the `tier` property in the `settings` object to determine the database type.
609
621
  # Corresponds to the JSON property `backendType`
610
622
  # @return [String]
611
623
  attr_accessor :backend_type
@@ -616,7 +628,7 @@ module Google
616
628
  attr_accessor :connection_name
617
629
 
618
630
  # Output only. The time when the instance was created in [RFC 3339](https://
619
- # tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
631
+ # tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
620
632
  # Corresponds to the JSON property `createTime`
621
633
  # @return [String]
622
634
  attr_accessor :create_time
@@ -631,12 +643,12 @@ module Google
631
643
  attr_accessor :current_disk_size
632
644
 
633
645
  # Output only. Stores the current database version running on the instance
634
- # including minor version such as **MYSQL_8_0_18**.
646
+ # including minor version such as `MYSQL_8_0_18`.
635
647
  # Corresponds to the JSON property `databaseInstalledVersion`
636
648
  # @return [String]
637
649
  attr_accessor :database_installed_version
638
650
 
639
- # The database engine type and version. The **databaseVersion** field cannot be
651
+ # The database engine type and version. The `databaseVersion` field cannot be
640
652
  # changed after instance creation.
641
653
  # Corresponds to the JSON property `databaseVersion`
642
654
  # @return [String]
@@ -653,7 +665,7 @@ module Google
653
665
  attr_accessor :disk_encryption_status
654
666
 
655
667
  # This field is deprecated and will be removed from a future version of the API.
656
- # Use the **settings.settingsVersion** field instead.
668
+ # Use the `settings.settingsVersion` field instead.
657
669
  # Corresponds to the JSON property `etag`
658
670
  # @return [String]
659
671
  attr_accessor :etag
@@ -687,7 +699,7 @@ module Google
687
699
  # @return [String]
688
700
  attr_accessor :ipv6_address
689
701
 
690
- # This is always **sql#instance**.
702
+ # This is always `sql#instance`.
691
703
  # Corresponds to the JSON property `kind`
692
704
  # @return [String]
693
705
  attr_accessor :kind
@@ -723,10 +735,10 @@ module Google
723
735
  # @return [String]
724
736
  attr_accessor :project
725
737
 
726
- # The geographical region. Can be: * **us-central** (**FIRST_GEN** instances
727
- # only) * **us-central1** (**SECOND_GEN** instances only) * **asia-east1** or **
728
- # europe-west1**. Defaults to **us-central** or **us-central1** depending on the
729
- # instance type. The region cannot be changed after instance creation.
738
+ # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) *
739
+ # `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`.
740
+ # Defaults to `us-central` or `us-central1` depending on the instance type. The
741
+ # region cannot be changed after instance creation.
730
742
  # Corresponds to the JSON property `region`
731
743
  # @return [String]
732
744
  attr_accessor :region
@@ -775,7 +787,7 @@ module Google
775
787
  # @return [Google::Apis::SqladminV1beta4::SslCert]
776
788
  attr_accessor :server_ca_cert
777
789
 
778
- # The service account email address assigned to the instance. This property is
790
+ # The service account email address assigned to the instance. \This property is
779
791
  # read-only.
780
792
  # Corresponds to the JSON property `serviceAccountEmailAddress`
781
793
  # @return [String]
@@ -878,7 +890,7 @@ module Google
878
890
  # @return [Array<Google::Apis::SqladminV1beta4::Database>]
879
891
  attr_accessor :items
880
892
 
881
- # This is always **sql#databasesList**.
893
+ # This is always `sql#databasesList`.
882
894
  # Corresponds to the JSON property `kind`
883
895
  # @return [String]
884
896
  attr_accessor :kind
@@ -898,7 +910,7 @@ module Google
898
910
  class DemoteMasterConfiguration
899
911
  include Google::Apis::Core::Hashable
900
912
 
901
- # This is always **sql#demoteMasterConfiguration**.
913
+ # This is always `sql#demoteMasterConfiguration`.
902
914
  # Corresponds to the JSON property `kind`
903
915
  # @return [String]
904
916
  attr_accessor :kind
@@ -923,7 +935,7 @@ module Google
923
935
  class DemoteMasterContext
924
936
  include Google::Apis::Core::Hashable
925
937
 
926
- # This is always **sql#demoteMasterContext**.
938
+ # This is always `sql#demoteMasterContext`.
927
939
  # Corresponds to the JSON property `kind`
928
940
  # @return [String]
929
941
  attr_accessor :kind
@@ -945,12 +957,12 @@ module Google
945
957
  attr_accessor :skip_replication_setup
946
958
  alias_method :skip_replication_setup?, :skip_replication_setup
947
959
 
948
- # Verify GTID consistency for demote operation. Default value: **True**. Setting
949
- # this flag to false enables you to bypass GTID consistency check between on-
950
- # premises primary instance and Cloud SQL instance during the demotion operation
951
- # but also exposes you to the risk of future replication failures. Change the
952
- # value only if you know the reason for the GTID divergence and are confident
953
- # that doing so will not cause any replication issues.
960
+ # Verify the GTID consistency for demote operation. Default value: `True`.
961
+ # Setting this flag to `false` enables you to bypass the GTID consistency check
962
+ # between on-premises primary instance and Cloud SQL instance during the
963
+ # demotion operation but also exposes you to the risk of future replication
964
+ # failures. Change the value only if you know the reason for the GTID divergence
965
+ # and are confident that doing so will not cause any replication issues.
954
966
  # Corresponds to the JSON property `verifyGtidConsistency`
955
967
  # @return [Boolean]
956
968
  attr_accessor :verify_gtid_consistency
@@ -991,7 +1003,7 @@ module Google
991
1003
  # @return [String]
992
1004
  attr_accessor :client_key
993
1005
 
994
- # This is always **sql#demoteMasterMysqlReplicaConfiguration**.
1006
+ # This is always `sql#demoteMasterMysqlReplicaConfiguration`.
995
1007
  # Corresponds to the JSON property `kind`
996
1008
  # @return [String]
997
1009
  attr_accessor :kind
@@ -1064,7 +1076,7 @@ module Google
1064
1076
  class DiskEncryptionConfiguration
1065
1077
  include Google::Apis::Core::Hashable
1066
1078
 
1067
- # This is always **sql#diskEncryptionConfiguration**.
1079
+ # This is always `sql#diskEncryptionConfiguration`.
1068
1080
  # Corresponds to the JSON property `kind`
1069
1081
  # @return [String]
1070
1082
  attr_accessor :kind
@@ -1089,7 +1101,7 @@ module Google
1089
1101
  class DiskEncryptionStatus
1090
1102
  include Google::Apis::Core::Hashable
1091
1103
 
1092
- # This is always **sql#diskEncryptionStatus**.
1104
+ # This is always `sql#diskEncryptionStatus`.
1093
1105
  # Corresponds to the JSON property `kind`
1094
1106
  # @return [String]
1095
1107
  attr_accessor :kind
@@ -1114,20 +1126,20 @@ module Google
1114
1126
  class ExportContext
1115
1127
  include Google::Apis::Core::Hashable
1116
1128
 
1117
- # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
1129
+ # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
1118
1130
  # Corresponds to the JSON property `csvExportOptions`
1119
1131
  # @return [Google::Apis::SqladminV1beta4::ExportContext::CsvExportOptions]
1120
1132
  attr_accessor :csv_export_options
1121
1133
 
1122
- # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and
1123
- # no database is specified, all databases are exported, except for the **mysql**
1124
- # system database. If **fileType** is **CSV**, you can specify one database,
1125
- # either by using this property or by using the **csvExportOptions.selectQuery**
1126
- # property, which takes precedence over this property. **PostgreSQL instances:**
1127
- # You must specify one database to be exported. If **fileType** is **CSV**, this
1128
- # database must match the one specified in the **csvExportOptions.selectQuery**
1129
- # property. **SQL Server instances:** You must specify one database to be
1130
- # exported, and the **fileType** must be **BAK**.
1134
+ # Databases to be exported. `MySQL instances:` If `fileType` is `SQL` and no
1135
+ # database is specified, all databases are exported, except for the `mysql`
1136
+ # system database. If `fileType` is `CSV`, you can specify one database, either
1137
+ # by using this property or by using the `csvExportOptions.selectQuery` property,
1138
+ # which takes precedence over this property. `PostgreSQL instances:` You must
1139
+ # specify one database to be exported. If `fileType` is `CSV`, this database
1140
+ # must match the one specified in the `csvExportOptions.selectQuery` property. `
1141
+ # SQL Server instances:` You must specify one database to be exported, and the `
1142
+ # fileType` must be `BAK`.
1131
1143
  # Corresponds to the JSON property `databases`
1132
1144
  # @return [Array<String>]
1133
1145
  attr_accessor :databases
@@ -1137,7 +1149,7 @@ module Google
1137
1149
  # @return [String]
1138
1150
  attr_accessor :file_type
1139
1151
 
1140
- # This is always **sql#exportContext**.
1152
+ # This is always `sql#exportContext`.
1141
1153
  # Corresponds to the JSON property `kind`
1142
1154
  # @return [String]
1143
1155
  attr_accessor :kind
@@ -1154,9 +1166,9 @@ module Google
1154
1166
  attr_accessor :sql_export_options
1155
1167
 
1156
1168
  # The path to the file in Google Cloud Storage where the export will be stored.
1157
- # The URI is in the form **gs://bucketName/fileName**. If the file already
1158
- # exists, the request succeeds, but the operation fails. If **fileType** is **
1159
- # SQL** and the filename ends with .gz, the contents are compressed.
1169
+ # The URI is in the form `gs://bucketName/fileName`. If the file already exists,
1170
+ # the request succeeds, but the operation fails. If `fileType` is `SQL` and the
1171
+ # filename ends with .gz, the contents are compressed.
1160
1172
  # Corresponds to the JSON property `uri`
1161
1173
  # @return [String]
1162
1174
  attr_accessor :uri
@@ -1176,7 +1188,7 @@ module Google
1176
1188
  @uri = args[:uri] if args.key?(:uri)
1177
1189
  end
1178
1190
 
1179
- # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
1191
+ # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
1180
1192
  class CsvExportOptions
1181
1193
  include Google::Apis::Core::Hashable
1182
1194
 
@@ -1259,11 +1271,11 @@ module Google
1259
1271
  class MysqlExportOptions
1260
1272
  include Google::Apis::Core::Hashable
1261
1273
 
1262
- # Option to include SQL statement required to set up replication. If set to **1**
1263
- # , the dump file includes a CHANGE MASTER TO statement with the binary log
1264
- # coordinates, and --set-gtid-purged is set to ON. If set to **2**, the CHANGE
1274
+ # Option to include SQL statement required to set up replication. If set to `1`,
1275
+ # the dump file includes a CHANGE MASTER TO statement with the binary log
1276
+ # coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE
1265
1277
  # MASTER TO statement is written as a SQL comment and has no effect. If set to
1266
- # any value other than **1**, --set-gtid-purged is set to OFF.
1278
+ # any value other than `1`, --set-gtid-purged is set to OFF.
1267
1279
  # Corresponds to the JSON property `masterData`
1268
1280
  # @return [Fixnum]
1269
1281
  attr_accessor :master_data
@@ -1284,7 +1296,7 @@ module Google
1284
1296
  class FailoverContext
1285
1297
  include Google::Apis::Core::Hashable
1286
1298
 
1287
- # This is always **sql#failoverContext**.
1299
+ # This is always `sql#failoverContext`.
1288
1300
  # Corresponds to the JSON property `kind`
1289
1301
  # @return [String]
1290
1302
  attr_accessor :kind
@@ -1316,13 +1328,18 @@ module Google
1316
1328
  # @return [Array<Fixnum>]
1317
1329
  attr_accessor :allowed_int_values
1318
1330
 
1319
- # For **STRING** flags, a list of strings that the value can be set to.
1331
+ # For `STRING` flags, a list of strings that the value can be set to.
1320
1332
  # Corresponds to the JSON property `allowedStringValues`
1321
1333
  # @return [Array<String>]
1322
1334
  attr_accessor :allowed_string_values
1323
1335
 
1324
- # The database version this flag applies to. Can be **MYSQL_8_0**, **MYSQL_5_6**,
1325
- # or **MYSQL_5_7**.
1336
+ # The database version this flag applies to. Can be MySQL instances: `MYSQL_8_0`,
1337
+ # `MYSQL_8_0_18`, `MYSQL_8_0_26`, `MYSQL_5_7`, or `MYSQL_5_6`. PostgreSQL
1338
+ # instances: `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11` or `POSTGRES_12`. SQL
1339
+ # Server instances: `SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `
1340
+ # SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`, `SQLSERVER_2019_STANDARD`, `
1341
+ # SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`, or `SQLSERVER_2019_WEB`.
1342
+ # See [the complete list](/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion).
1326
1343
  # Corresponds to the JSON property `appliesTo`
1327
1344
  # @return [Array<String>]
1328
1345
  attr_accessor :applies_to
@@ -1333,23 +1350,23 @@ module Google
1333
1350
  attr_accessor :in_beta
1334
1351
  alias_method :in_beta?, :in_beta
1335
1352
 
1336
- # This is always **sql#flag**.
1353
+ # This is always `sql#flag`.
1337
1354
  # Corresponds to the JSON property `kind`
1338
1355
  # @return [String]
1339
1356
  attr_accessor :kind
1340
1357
 
1341
- # For **INTEGER** flags, the maximum allowed value.
1358
+ # For `INTEGER` flags, the maximum allowed value.
1342
1359
  # Corresponds to the JSON property `maxValue`
1343
1360
  # @return [Fixnum]
1344
1361
  attr_accessor :max_value
1345
1362
 
1346
- # For **INTEGER** flags, the minimum allowed value.
1363
+ # For `INTEGER` flags, the minimum allowed value.
1347
1364
  # Corresponds to the JSON property `minValue`
1348
1365
  # @return [Fixnum]
1349
1366
  attr_accessor :min_value
1350
1367
 
1351
1368
  # This is the name of the flag. Flag names always use underscores, not hyphens,
1352
- # for example: **max_allowed_packet**
1369
+ # for example: `max_allowed_packet`
1353
1370
  # Corresponds to the JSON property `name`
1354
1371
  # @return [String]
1355
1372
  attr_accessor :name
@@ -1361,9 +1378,9 @@ module Google
1361
1378
  attr_accessor :requires_restart
1362
1379
  alias_method :requires_restart?, :requires_restart
1363
1380
 
1364
- # The type of the flag. Flags are typed to being **BOOLEAN**, **STRING**, **
1365
- # INTEGER** or **NONE**. **NONE** is used for flags which do not take a value,
1366
- # such as **skip_grant_tables**.
1381
+ # The type of the flag. Flags are typed to being `BOOLEAN`, `STRING`, `INTEGER`
1382
+ # or `NONE`. `NONE` is used for flags which do not take a value, such as `
1383
+ # skip_grant_tables`.
1367
1384
  # Corresponds to the JSON property `type`
1368
1385
  # @return [String]
1369
1386
  attr_accessor :type
@@ -1396,7 +1413,7 @@ module Google
1396
1413
  # @return [Array<Google::Apis::SqladminV1beta4::Flag>]
1397
1414
  attr_accessor :items
1398
1415
 
1399
- # This is always **sql#flagsList**.
1416
+ # This is always `sql#flagsList`.
1400
1417
  # Corresponds to the JSON property `kind`
1401
1418
  # @return [String]
1402
1419
  attr_accessor :kind
@@ -1482,17 +1499,17 @@ module Google
1482
1499
  # @return [Google::Apis::SqladminV1beta4::ImportContext::CsvImportOptions]
1483
1500
  attr_accessor :csv_import_options
1484
1501
 
1485
- # The target database for the import. If **fileType** is **SQL**, this field is
1502
+ # The target database for the import. If `fileType` is `SQL`, this field is
1486
1503
  # required only if the import file does not specify a database, and is
1487
- # overridden by any database specification in the import file. If **fileType**
1488
- # is **CSV**, one database must be specified.
1504
+ # overridden by any database specification in the import file. If `fileType` is `
1505
+ # CSV`, one database must be specified.
1489
1506
  # Corresponds to the JSON property `database`
1490
1507
  # @return [String]
1491
1508
  attr_accessor :database
1492
1509
 
1493
- # The file type for the specified uri. * **SQL**: The file contains SQL
1494
- # statements. * **CSV**: The file contains CSV data. * **BAK**: The file
1495
- # contains backup data for a SQL Server instance.
1510
+ # The file type for the specified uri. * `SQL`: The file contains SQL statements.
1511
+ # * `CSV`: The file contains CSV data. * `BAK`: The file contains backup data
1512
+ # for a SQL Server instance.
1496
1513
  # Corresponds to the JSON property `fileType`
1497
1514
  # @return [String]
1498
1515
  attr_accessor :file_type
@@ -1502,15 +1519,15 @@ module Google
1502
1519
  # @return [String]
1503
1520
  attr_accessor :import_user
1504
1521
 
1505
- # This is always **sql#importContext**.
1522
+ # This is always `sql#importContext`.
1506
1523
  # Corresponds to the JSON property `kind`
1507
1524
  # @return [String]
1508
1525
  attr_accessor :kind
1509
1526
 
1510
- # Path to the import file in Cloud Storage, in the form **gs://bucketName/
1511
- # fileName**. Compressed gzip files (.gz) are supported when **fileType** is **
1512
- # SQL**. The instance must have write permissions to the bucket and read access
1513
- # to the file.
1527
+ # Path to the import file in Cloud Storage, in the form `gs://bucketName/
1528
+ # fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`.
1529
+ # The instance must have write permissions to the bucket and read access to the
1530
+ # file.
1514
1531
  # Corresponds to the JSON property `uri`
1515
1532
  # @return [String]
1516
1533
  attr_accessor :uri
@@ -1552,8 +1569,8 @@ module Google
1552
1569
  class EncryptionOptions
1553
1570
  include Google::Apis::Core::Hashable
1554
1571
 
1555
- # Path to the Certificate (.cer) in Cloud Storage, in the form **gs://bucketName/
1556
- # fileName**. The instance must have write permissions to the bucket and read
1572
+ # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/
1573
+ # fileName`. The instance must have write permissions to the bucket and read
1557
1574
  # access to the file.
1558
1575
  # Corresponds to the JSON property `certPath`
1559
1576
  # @return [String]
@@ -1564,8 +1581,8 @@ module Google
1564
1581
  # @return [String]
1565
1582
  attr_accessor :pvk_password
1566
1583
 
1567
- # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form **gs:/
1568
- # /bucketName/fileName**. The instance must have write permissions to the bucket
1584
+ # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://
1585
+ # bucketName/fileName`. The instance must have write permissions to the bucket
1569
1586
  # and read access to the file.
1570
1587
  # Corresponds to the JSON property `pvkPath`
1571
1588
  # @return [String]
@@ -1826,7 +1843,7 @@ module Google
1826
1843
  # @return [Array<Google::Apis::SqladminV1beta4::DatabaseInstance>]
1827
1844
  attr_accessor :items
1828
1845
 
1829
- # This is always **sql#instancesList**.
1846
+ # This is always `sql#instancesList`.
1830
1847
  # Corresponds to the JSON property `kind`
1831
1848
  # @return [String]
1832
1849
  attr_accessor :kind
@@ -1869,7 +1886,7 @@ module Google
1869
1886
  # @return [Array<Google::Apis::SqladminV1beta4::SslCert>]
1870
1887
  attr_accessor :certs
1871
1888
 
1872
- # This is always **sql#instancesListServerCas**.
1889
+ # This is always `sql#instancesListServerCas`.
1873
1890
  # Corresponds to the JSON property `kind`
1874
1891
  # @return [String]
1875
1892
  attr_accessor :kind
@@ -1959,7 +1976,7 @@ module Google
1959
1976
 
1960
1977
  # The list of external networks that are allowed to connect to the instance
1961
1978
  # using the IP. In 'CIDR' notation, also known as 'slash' notation (for example:
1962
- # **157.197.200.0/24**).
1979
+ # `157.197.200.0/24`).
1963
1980
  # Corresponds to the JSON property `authorizedNetworks`
1964
1981
  # @return [Array<Google::Apis::SqladminV1beta4::AclEntry>]
1965
1982
  attr_accessor :authorized_networks
@@ -1971,8 +1988,8 @@ module Google
1971
1988
  alias_method :ipv4_enabled?, :ipv4_enabled
1972
1989
 
1973
1990
  # The resource link for the VPC network from which the Cloud SQL instance is
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
1991
+ # accessible for private IP. For example, `/projects/myProject/global/networks/
1992
+ # default`. This setting can be updated, but it cannot be removed after it is
1976
1993
  # set.
1977
1994
  # Corresponds to the JSON property `privateNetwork`
1978
1995
  # @return [String]
@@ -2008,16 +2025,16 @@ module Google
2008
2025
  attr_accessor :ip_address
2009
2026
 
2010
2027
  # 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
2028
+ # html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`. This field is
2012
2029
  # only available when the IP is scheduled to be retired.
2013
2030
  # Corresponds to the JSON property `timeToRetire`
2014
2031
  # @return [String]
2015
2032
  attr_accessor :time_to_retire
2016
2033
 
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.
2034
+ # The type of this IP address. A `PRIMARY` address is a public address that can
2035
+ # accept incoming connections. A `PRIVATE` address is a private address that can
2036
+ # accept incoming connections. An `OUTGOING` address is the source address of
2037
+ # connections originating from the instance, if supported.
2021
2038
  # Corresponds to the JSON property `type`
2022
2039
  # @return [String]
2023
2040
  attr_accessor :type
@@ -2046,7 +2063,7 @@ module Google
2046
2063
  # @return [String]
2047
2064
  attr_accessor :follow_gae_application
2048
2065
 
2049
- # This is always **sql#locationPreference**.
2066
+ # This is always `sql#locationPreference`.
2050
2067
  # Corresponds to the JSON property `kind`
2051
2068
  # @return [String]
2052
2069
  attr_accessor :kind
@@ -2091,12 +2108,12 @@ module Google
2091
2108
  # @return [Fixnum]
2092
2109
  attr_accessor :hour
2093
2110
 
2094
- # This is always **sql#maintenanceWindow**.
2111
+ # This is always `sql#maintenanceWindow`.
2095
2112
  # Corresponds to the JSON property `kind`
2096
2113
  # @return [String]
2097
2114
  attr_accessor :kind
2098
2115
 
2099
- # Maintenance timing setting: **canary** (Earlier) or **stable** (Later). [Learn
2116
+ # Maintenance timing setting: `canary` (Earlier) or `stable` (Later). [Learn
2100
2117
  # more](https://cloud.google.com/sql/docs/mysql/instance-settings#maintenance-
2101
2118
  # timing-2ndgen).
2102
2119
  # Corresponds to the JSON property `updateTrack`
@@ -2150,7 +2167,7 @@ module Google
2150
2167
  # @return [String]
2151
2168
  attr_accessor :dump_file_path
2152
2169
 
2153
- # This is always **sql#mysqlReplicaConfiguration**.
2170
+ # This is always `sql#mysqlReplicaConfiguration`.
2154
2171
  # Corresponds to the JSON property `kind`
2155
2172
  # @return [String]
2156
2173
  attr_accessor :kind
@@ -2251,7 +2268,7 @@ module Google
2251
2268
  # @return [String]
2252
2269
  attr_accessor :host_port
2253
2270
 
2254
- # This is always **sql#onPremisesConfiguration**.
2271
+ # This is always `sql#onPremisesConfiguration`.
2255
2272
  # Corresponds to the JSON property `kind`
2256
2273
  # @return [String]
2257
2274
  attr_accessor :kind
@@ -2301,7 +2318,7 @@ module Google
2301
2318
  attr_accessor :backup_context
2302
2319
 
2303
2320
  # 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**.
2321
+ # ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2305
2322
  # Corresponds to the JSON property `endTime`
2306
2323
  # @return [String]
2307
2324
  attr_accessor :end_time
@@ -2322,12 +2339,12 @@ module Google
2322
2339
  attr_accessor :import_context
2323
2340
 
2324
2341
  # 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**.
2342
+ # tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2326
2343
  # Corresponds to the JSON property `insertTime`
2327
2344
  # @return [String]
2328
2345
  attr_accessor :insert_time
2329
2346
 
2330
- # This is always **sql#operation**.
2347
+ # This is always `sql#operation`.
2331
2348
  # Corresponds to the JSON property `kind`
2332
2349
  # @return [String]
2333
2350
  attr_accessor :kind
@@ -2339,10 +2356,9 @@ module Google
2339
2356
  # @return [String]
2340
2357
  attr_accessor :name
2341
2358
 
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**
2359
+ # The type of the operation. Valid values are: * `CREATE` * `DELETE` * `UPDATE` *
2360
+ # `RESTART` * `IMPORT` * `EXPORT` * `BACKUP_VOLUME` * `RESTORE_VOLUME` * `
2361
+ # CREATE_USER` * `DELETE_USER` * `CREATE_DATABASE` * `DELETE_DATABASE`
2346
2362
  # Corresponds to the JSON property `operationType`
2347
2363
  # @return [String]
2348
2364
  attr_accessor :operation_type
@@ -2353,7 +2369,7 @@ module Google
2353
2369
  attr_accessor :self_link
2354
2370
 
2355
2371
  # 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**.
2372
+ # tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2357
2373
  # Corresponds to the JSON property `startTime`
2358
2374
  # @return [String]
2359
2375
  attr_accessor :start_time
@@ -2417,7 +2433,7 @@ module Google
2417
2433
  # @return [String]
2418
2434
  attr_accessor :code
2419
2435
 
2420
- # This is always **sql#operationError**.
2436
+ # This is always `sql#operationError`.
2421
2437
  # Corresponds to the JSON property `kind`
2422
2438
  # @return [String]
2423
2439
  attr_accessor :kind
@@ -2448,7 +2464,7 @@ module Google
2448
2464
  # @return [Array<Google::Apis::SqladminV1beta4::OperationError>]
2449
2465
  attr_accessor :errors
2450
2466
 
2451
- # This is always **sql#operationErrors**.
2467
+ # This is always `sql#operationErrors`.
2452
2468
  # Corresponds to the JSON property `kind`
2453
2469
  # @return [String]
2454
2470
  attr_accessor :kind
@@ -2473,7 +2489,7 @@ module Google
2473
2489
  # @return [Array<Google::Apis::SqladminV1beta4::Operation>]
2474
2490
  attr_accessor :items
2475
2491
 
2476
- # This is always **sql#operationsList**.
2492
+ # This is always `sql#operationsList`.
2477
2493
  # Corresponds to the JSON property `kind`
2478
2494
  # @return [String]
2479
2495
  attr_accessor :kind
@@ -2542,7 +2558,8 @@ module Google
2542
2558
  # @return [Fixnum]
2543
2559
  attr_accessor :min_length
2544
2560
 
2545
- # Minimum interval after which the password can be changed.
2561
+ # Minimum interval after which the password can be changed. This flag is only
2562
+ # supported for PostgresSQL.
2546
2563
  # Corresponds to the JSON property `passwordChangeInterval`
2547
2564
  # @return [String]
2548
2565
  attr_accessor :password_change_interval
@@ -2570,8 +2587,8 @@ module Google
2570
2587
  class ReplicaConfiguration
2571
2588
  include Google::Apis::Core::Hashable
2572
2589
 
2573
- # Specifies if the replica is the failover target. If the field is set to **true*
2574
- # * the replica will be designated as a failover replica. In case the primary
2590
+ # Specifies if the replica is the failover target. If the field is set to `true`
2591
+ # the replica will be designated as a failover replica. In case the primary
2575
2592
  # instance fails, the replica instance will be promoted as the new primary
2576
2593
  # instance. Only one replica can be specified as failover target, and the
2577
2594
  # replica has to be in different zone with the primary instance.
@@ -2580,7 +2597,7 @@ module Google
2580
2597
  attr_accessor :failover_target
2581
2598
  alias_method :failover_target?, :failover_target
2582
2599
 
2583
- # This is always **sql#replicaConfiguration**.
2600
+ # This is always `sql#replicaConfiguration`.
2584
2601
  # Corresponds to the JSON property `kind`
2585
2602
  # @return [String]
2586
2603
  attr_accessor :kind
@@ -2613,7 +2630,7 @@ module Google
2613
2630
 
2614
2631
  # Optional. Timestamp when the maintenance shall be rescheduled to if
2615
2632
  # reschedule_type=SPECIFIC_TIME, in [RFC 3339](https://tools.ietf.org/html/
2616
- # rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
2633
+ # rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2617
2634
  # Corresponds to the JSON property `scheduleTime`
2618
2635
  # @return [String]
2619
2636
  attr_accessor :schedule_time
@@ -2644,7 +2661,7 @@ module Google
2644
2661
  # @return [String]
2645
2662
  attr_accessor :instance_id
2646
2663
 
2647
- # This is always **sql#restoreBackupContext**.
2664
+ # This is always `sql#restoreBackupContext`.
2648
2665
  # Corresponds to the JSON property `kind`
2649
2666
  # @return [String]
2650
2667
  attr_accessor :kind
@@ -2671,7 +2688,7 @@ module Google
2671
2688
  class RotateServerCaContext
2672
2689
  include Google::Apis::Core::Hashable
2673
2690
 
2674
- # This is always **sql#rotateServerCaContext**.
2691
+ # This is always `sql#rotateServerCaContext`.
2675
2692
  # Corresponds to the JSON property `kind`
2676
2693
  # @return [String]
2677
2694
  attr_accessor :kind
@@ -2698,10 +2715,10 @@ module Google
2698
2715
  include Google::Apis::Core::Hashable
2699
2716
 
2700
2717
  # The activation policy specifies when the instance is activated; it is
2701
- # applicable only when the instance state is RUNNABLE. Valid values: * **ALWAYS**
2702
- # : The instance is on, and remains so even in the absence of connection
2703
- # requests. * **NEVER**: The instance is off; it is not activated, even if a
2704
- # connection request arrives.
2718
+ # applicable only when the instance state is RUNNABLE. Valid values: * `ALWAYS`:
2719
+ # The instance is on, and remains so even in the absence of connection requests.
2720
+ # * `NEVER`: The instance is off; it is not activated, even if a connection
2721
+ # request arrives.
2705
2722
  # Corresponds to the JSON property `activationPolicy`
2706
2723
  # @return [String]
2707
2724
  attr_accessor :activation_policy
@@ -2717,12 +2734,11 @@ module Google
2717
2734
  # @return [Array<String>]
2718
2735
  attr_accessor :authorized_gae_applications
2719
2736
 
2720
- # Availability type. Potential values: * **ZONAL**: The instance serves data
2721
- # from only one zone. Outages in that zone affect data accessibility. * **
2722
- # REGIONAL**: The instance can serve data from more than one zone in a region (
2723
- # it is highly available)./ For more information, see [Overview of the High
2724
- # Availability Configuration](https://cloud.google.com/sql/docs/mysql/high-
2725
- # availability).
2737
+ # Availability type. Potential values: * `ZONAL`: The instance serves data from
2738
+ # only one zone. Outages in that zone affect data accessibility. * `REGIONAL`:
2739
+ # The instance can serve data from more than one zone in a region (it is highly
2740
+ # available)./ For more information, see [Overview of the High Availability
2741
+ # Configuration](https://cloud.google.com/sql/docs/mysql/high-availability).
2726
2742
  # Corresponds to the JSON property `availabilityType`
2727
2743
  # @return [String]
2728
2744
  attr_accessor :availability_type
@@ -2750,7 +2766,7 @@ module Google
2750
2766
  # @return [Fixnum]
2751
2767
  attr_accessor :data_disk_size_gb
2752
2768
 
2753
- # The type of data disk: **PD_SSD** (default) or **PD_HDD**. Not used for First
2769
+ # The type of data disk: `PD_SSD` (default) or `PD_HDD`. Not used for First
2754
2770
  # Generation instances.
2755
2771
  # Corresponds to the JSON property `dataDiskType`
2756
2772
  # @return [String]
@@ -2784,7 +2800,7 @@ module Google
2784
2800
  # @return [Google::Apis::SqladminV1beta4::IpConfiguration]
2785
2801
  attr_accessor :ip_configuration
2786
2802
 
2787
- # This is always **sql#settings**.
2803
+ # This is always `sql#settings`.
2788
2804
  # Corresponds to the JSON property `kind`
2789
2805
  # @return [String]
2790
2806
  attr_accessor :kind
@@ -2807,14 +2823,14 @@ module Google
2807
2823
  # @return [Google::Apis::SqladminV1beta4::PasswordValidationPolicy]
2808
2824
  attr_accessor :password_validation_policy
2809
2825
 
2810
- # The pricing plan for this instance. This can be either **PER_USE** or **
2811
- # PACKAGE**. Only **PER_USE** is supported for Second Generation instances.
2826
+ # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`.
2827
+ # Only `PER_USE` is supported for Second Generation instances.
2812
2828
  # Corresponds to the JSON property `pricingPlan`
2813
2829
  # @return [String]
2814
2830
  attr_accessor :pricing_plan
2815
2831
 
2816
- # The type of replication this instance uses. This can be either **ASYNCHRONOUS**
2817
- # or **SYNCHRONOUS**. (Deprecated) This property was only applicable to First
2832
+ # The type of replication this instance uses. This can be either `ASYNCHRONOUS`
2833
+ # or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First
2818
2834
  # Generation instances.
2819
2835
  # Corresponds to the JSON property `replicationType`
2820
2836
  # @return [String]
@@ -2846,7 +2862,7 @@ module Google
2846
2862
  # @return [Fixnum]
2847
2863
  attr_accessor :storage_auto_resize_limit
2848
2864
 
2849
- # The tier (or machine type) for this instance, for example **db-custom-1-3840**.
2865
+ # The tier (or machine type) for this instance, for example `db-custom-1-3840`.
2850
2866
  # WARNING: Changing this restarts the instance.
2851
2867
  # Corresponds to the JSON property `tier`
2852
2868
  # @return [String]
@@ -2927,7 +2943,7 @@ module Google
2927
2943
  # @return [String]
2928
2944
  attr_accessor :detail
2929
2945
 
2930
- # Can be **sql#externalSyncSettingError** or **sql#externalSyncSettingWarning**.
2946
+ # Can be `sql#externalSyncSettingError` or `sql#externalSyncSettingWarning`.
2931
2947
  # Corresponds to the JSON property `kind`
2932
2948
  # @return [String]
2933
2949
  attr_accessor :kind
@@ -3048,7 +3064,7 @@ module Google
3048
3064
  # @return [Array<Google::Apis::SqladminV1beta4::SqlExternalSyncSettingError>]
3049
3065
  attr_accessor :errors
3050
3066
 
3051
- # This is always **sql#migrationSettingErrorList**.
3067
+ # This is always `sql#migrationSettingErrorList`.
3052
3068
  # Corresponds to the JSON property `kind`
3053
3069
  # @return [String]
3054
3070
  attr_accessor :kind
@@ -3234,13 +3250,13 @@ module Google
3234
3250
  attr_accessor :common_name
3235
3251
 
3236
3252
  # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/
3237
- # html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
3253
+ # html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
3238
3254
  # Corresponds to the JSON property `createTime`
3239
3255
  # @return [String]
3240
3256
  attr_accessor :create_time
3241
3257
 
3242
3258
  # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/
3243
- # html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
3259
+ # html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
3244
3260
  # Corresponds to the JSON property `expirationTime`
3245
3261
  # @return [String]
3246
3262
  attr_accessor :expiration_time
@@ -3250,7 +3266,7 @@ module Google
3250
3266
  # @return [String]
3251
3267
  attr_accessor :instance
3252
3268
 
3253
- # This is always **sql#sslCert**.
3269
+ # This is always `sql#sslCert`.
3254
3270
  # Corresponds to the JSON property `kind`
3255
3271
  # @return [String]
3256
3272
  attr_accessor :kind
@@ -3363,7 +3379,7 @@ module Google
3363
3379
  # @return [Google::Apis::SqladminV1beta4::SslCertDetail]
3364
3380
  attr_accessor :client_cert
3365
3381
 
3366
- # This is always **sql#sslCertsInsert**.
3382
+ # This is always `sql#sslCertsInsert`.
3367
3383
  # Corresponds to the JSON property `kind`
3368
3384
  # @return [String]
3369
3385
  attr_accessor :kind
@@ -3402,7 +3418,7 @@ module Google
3402
3418
  # @return [Array<Google::Apis::SqladminV1beta4::SslCert>]
3403
3419
  attr_accessor :items
3404
3420
 
3405
- # This is always **sql#sslCertsList**.
3421
+ # This is always `sql#sslCertsList`.
3406
3422
  # Corresponds to the JSON property `kind`
3407
3423
  # @return [String]
3408
3424
  attr_accessor :kind
@@ -3459,7 +3475,7 @@ module Google
3459
3475
  # @return [Fixnum]
3460
3476
  attr_accessor :ram
3461
3477
 
3462
- # This is always *sql#tier*.
3478
+ # This is always `sql#tier`.
3463
3479
  # Corresponds to the JSON property `kind`
3464
3480
  # @return [String]
3465
3481
  attr_accessor :kind
@@ -3469,8 +3485,8 @@ module Google
3469
3485
  # @return [Array<String>]
3470
3486
  attr_accessor :region
3471
3487
 
3472
- # An identifier for the machine type, for example, db-custom-1-3840. For related
3473
- # information, see Pricing.
3488
+ # An identifier for the machine type, for example, `db-custom-1-3840`. For
3489
+ # related information, see [Pricing](/sql/pricing).
3474
3490
  # Corresponds to the JSON property `tier`
3475
3491
  # @return [String]
3476
3492
  attr_accessor :tier
@@ -3498,7 +3514,7 @@ module Google
3498
3514
  # @return [Array<Google::Apis::SqladminV1beta4::Tier>]
3499
3515
  attr_accessor :items
3500
3516
 
3501
- # This is always *sql#tiersList*.
3517
+ # This is always `sql#tiersList`.
3502
3518
  # Corresponds to the JSON property `kind`
3503
3519
  # @return [String]
3504
3520
  attr_accessor :kind
@@ -3518,13 +3534,13 @@ module Google
3518
3534
  class TruncateLogContext
3519
3535
  include Google::Apis::Core::Hashable
3520
3536
 
3521
- # This is always **sql#truncateLogContext**.
3537
+ # This is always `sql#truncateLogContext`.
3522
3538
  # Corresponds to the JSON property `kind`
3523
3539
  # @return [String]
3524
3540
  attr_accessor :kind
3525
3541
 
3526
- # The type of log to truncate. Valid values are **MYSQL_GENERAL_TABLE** and **
3527
- # MYSQL_SLOW_TABLE**.
3542
+ # The type of log to truncate. Valid values are `MYSQL_GENERAL_TABLE` and `
3543
+ # MYSQL_SLOW_TABLE`.
3528
3544
  # Corresponds to the JSON property `logType`
3529
3545
  # @return [String]
3530
3546
  attr_accessor :log_type
@@ -3549,28 +3565,28 @@ module Google
3549
3565
  # @return [String]
3550
3566
  attr_accessor :etag
3551
3567
 
3552
- # Optional. The host name from which the user can connect. For **insert**
3553
- # operations, host defaults to an empty string. For **update** operations, host
3554
- # is specified as part of the request URL. The host name cannot be updated after
3555
- # insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server
3556
- # instance, it's optional.
3568
+ # Optional. The host from which the user can connect. For `insert` operations,
3569
+ # host defaults to an empty string. For `update` operations, host is specified
3570
+ # as part of the request URL. The host name cannot be updated after insertion.
3571
+ # For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance,
3572
+ # it's optional.
3557
3573
  # Corresponds to the JSON property `host`
3558
3574
  # @return [String]
3559
3575
  attr_accessor :host
3560
3576
 
3561
3577
  # The name of the Cloud SQL instance. This does not include the project ID. Can
3562
- # be omitted for *update* since it is already specified on the URL.
3578
+ # be omitted for *update* because it is already specified on the URL.
3563
3579
  # Corresponds to the JSON property `instance`
3564
3580
  # @return [String]
3565
3581
  attr_accessor :instance
3566
3582
 
3567
- # This is always *sql#user*.
3583
+ # This is always `sql#user`.
3568
3584
  # Corresponds to the JSON property `kind`
3569
3585
  # @return [String]
3570
3586
  attr_accessor :kind
3571
3587
 
3572
- # The name of the user in the Cloud SQL instance. Can be omitted for **update**
3573
- # since it is already specified in the URL.
3588
+ # The name of the user in the Cloud SQL instance. Can be omitted for `update`
3589
+ # because it is already specified in the URL.
3574
3590
  # Corresponds to the JSON property `name`
3575
3591
  # @return [String]
3576
3592
  attr_accessor :name
@@ -3586,8 +3602,8 @@ module Google
3586
3602
  attr_accessor :password_policy
3587
3603
 
3588
3604
  # The project ID of the project containing the Cloud SQL database. The Google
3589
- # apps domain is prefixed if applicable. Can be omitted for *update* since it is
3590
- # already specified on the URL.
3605
+ # apps domain is prefixed if applicable. Can be omitted for *update* because it
3606
+ # is already specified on the URL.
3591
3607
  # Corresponds to the JSON property `project`
3592
3608
  # @return [String]
3593
3609
  attr_accessor :project
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211206"
25
+ REVISION = "20220117"
26
26
  end
27
27
  end
28
28
  end
@@ -648,6 +648,7 @@ module Google
648
648
  class CloneContext
649
649
  # @private
650
650
  class Representation < Google::Apis::Core::JsonRepresentation
651
+ property :allocated_ip_range, as: 'allocatedIpRange'
651
652
  property :bin_log_coordinates, as: 'binLogCoordinates', class: Google::Apis::SqladminV1beta4::BinLogCoordinates, decorator: Google::Apis::SqladminV1beta4::BinLogCoordinates::Representation
652
653
 
653
654
  property :destination_instance_name, as: 'destinationInstanceName'
@@ -1655,8 +1655,8 @@ module Google
1655
1655
  execute_or_queue_command(command, &block)
1656
1656
  end
1657
1657
 
1658
- # Lists all available machine types (tiers) for Cloud SQL, for example, db-
1659
- # custom-1-3840. For related information, see Pricing.
1658
+ # Lists all available machine types (tiers) for Cloud SQL, for example, `db-
1659
+ # custom-1-3840`. For related information, see [Pricing](/sql/pricing).
1660
1660
  # @param [String] project
1661
1661
  # Project ID of the project for which to list tiers.
1662
1662
  # @param [String] fields
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.22.0
4
+ version: 0.23.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-31 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.23.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud SQL Admin API V1beta4