google-apis-sqladmin_v1beta4 0.21.0 → 0.25.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: e752ecf92c44d8f6b8401fa001350976298d2528b29003afff889a3e082aeaf1
4
- data.tar.gz: 0f3bcb5b7fc10971dbc7a4a4ccad10299830256d9f4ef69a7990008126ed8ab8
3
+ metadata.gz: ab6de7fd28ccc7ca0d728b3e9d9cddc7eac00249d372b7107d01a46b189643b1
4
+ data.tar.gz: c0d7854521a35a9051f46aa1761ece6fd60877fb31a4d120710df73a1ddaebeb
5
5
  SHA512:
6
- metadata.gz: '09fb884cebcffebf3edb8220dc56324f47a9b6e661838e9a50221f2f3deeaf28bb0f6505700be034badfe92e9501e0bed94fcd20d63766636d1c7a51d54e645b'
7
- data.tar.gz: 1774f68322ac064145e57eb04465ac986c03268f8f756194a08c8d1c3a53139c47d54e6fb9d21b36ad4fd09988b4810163186dcfae4603d0cd91be4a042fe564
6
+ metadata.gz: 1424e287e2d1a15b2651e3f718d29cde014c085c7ac63c106514dc481e50113befbead18e1a2b84d2b443aa3f4f65cb51f58b6eaf1e60aba42b688ac8eca27fc
7
+ data.tar.gz: 7ce29a73773797ea34737243211fff613ef3209aa82a90ac0e7a5e06bc1b5bbfea21e44547c1e8c33ed4f12ed278900e309b367cbd077362140b0675a9f48a36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.25.0 (2022-02-18)
4
+
5
+ * Regenerated from discovery document revision 20220215
6
+
7
+ ### v0.24.0 (2022-02-05)
8
+
9
+ * Regenerated from discovery document revision 20220127
10
+
11
+ ### v0.23.0 (2022-01-28)
12
+
13
+ * Regenerated from discovery document revision 20220117
14
+ * Regenerated using generator version 0.4.1
15
+
16
+ ### v0.22.0 (2021-12-16)
17
+
18
+ * Regenerated from discovery document revision 20211206
19
+ * Unspecified changes
20
+
3
21
  ### v0.21.0 (2021-11-19)
4
22
 
5
23
  * Regenerated from discovery document revision 20211110
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/sqladmin_v1beta4"
51
51
  client = Google::Apis::SqladminV1beta4::SQLAdminService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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,14 @@ 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
+ # List all maintenance versions applicable on the instance
619
+ # Corresponds to the JSON property `availableMaintenanceVersions`
620
+ # @return [Array<String>]
621
+ attr_accessor :available_maintenance_versions
622
+
623
+ # The backend type. `SECOND_GEN`: Cloud SQL database instance. `EXTERNAL`: A
606
624
  # 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.
625
+ # the `tier` property in the `settings` object to determine the database type.
609
626
  # Corresponds to the JSON property `backendType`
610
627
  # @return [String]
611
628
  attr_accessor :backend_type
@@ -616,7 +633,7 @@ module Google
616
633
  attr_accessor :connection_name
617
634
 
618
635
  # 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**.
636
+ # tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
620
637
  # Corresponds to the JSON property `createTime`
621
638
  # @return [String]
622
639
  attr_accessor :create_time
@@ -630,14 +647,13 @@ module Google
630
647
  # @return [Fixnum]
631
648
  attr_accessor :current_disk_size
632
649
 
633
- # Output only. The databaseInstalledVersion stores the current fully resolved
634
- # database version running on the instance including minor version such as
635
- # MYSQL_5_6_50
650
+ # Output only. Stores the current database version running on the instance
651
+ # including minor version such as `MYSQL_8_0_18`.
636
652
  # Corresponds to the JSON property `databaseInstalledVersion`
637
653
  # @return [String]
638
654
  attr_accessor :database_installed_version
639
655
 
640
- # The database engine type and version. The **databaseVersion** field cannot be
656
+ # The database engine type and version. The `databaseVersion` field cannot be
641
657
  # changed after instance creation.
642
658
  # Corresponds to the JSON property `databaseVersion`
643
659
  # @return [String]
@@ -654,7 +670,7 @@ module Google
654
670
  attr_accessor :disk_encryption_status
655
671
 
656
672
  # This field is deprecated and will be removed from a future version of the API.
657
- # Use the **settings.settingsVersion** field instead.
673
+ # Use the `settings.settingsVersion` field instead.
658
674
  # Corresponds to the JSON property `etag`
659
675
  # @return [String]
660
676
  attr_accessor :etag
@@ -666,7 +682,8 @@ module Google
666
682
 
667
683
  # The Compute Engine zone that the instance is currently serving from. This
668
684
  # value could be different from the zone that was specified when the instance
669
- # was created if the instance has failed over to its secondary zone.
685
+ # was created if the instance has failed over to its secondary zone. WARNING:
686
+ # Changing this might restart the instance.
670
687
  # Corresponds to the JSON property `gceZone`
671
688
  # @return [String]
672
689
  attr_accessor :gce_zone
@@ -687,11 +704,16 @@ module Google
687
704
  # @return [String]
688
705
  attr_accessor :ipv6_address
689
706
 
690
- # This is always **sql#instance**.
707
+ # This is always `sql#instance`.
691
708
  # Corresponds to the JSON property `kind`
692
709
  # @return [String]
693
710
  attr_accessor :kind
694
711
 
712
+ # The current software version on the instance.
713
+ # Corresponds to the JSON property `maintenanceVersion`
714
+ # @return [String]
715
+ attr_accessor :maintenance_version
716
+
695
717
  # The name of the instance which will act as primary in the replication setup.
696
718
  # Corresponds to the JSON property `masterInstanceName`
697
719
  # @return [String]
@@ -723,10 +745,10 @@ module Google
723
745
  # @return [String]
724
746
  attr_accessor :project
725
747
 
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.
748
+ # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) *
749
+ # `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`.
750
+ # Defaults to `us-central` or `us-central1` depending on the instance type. The
751
+ # region cannot be changed after instance creation.
730
752
  # Corresponds to the JSON property `region`
731
753
  # @return [String]
732
754
  attr_accessor :region
@@ -760,7 +782,7 @@ module Google
760
782
  # The Compute Engine zone that the failover instance is currently serving from
761
783
  # for a regional instance. This value could be different from the zone that was
762
784
  # specified when the instance was created if the instance has failed over to its
763
- # secondary/failover zone. Reserved for future use.
785
+ # secondary/failover zone.
764
786
  # Corresponds to the JSON property `secondaryGceZone`
765
787
  # @return [String]
766
788
  attr_accessor :secondary_gce_zone
@@ -775,7 +797,7 @@ module Google
775
797
  # @return [Google::Apis::SqladminV1beta4::SslCert]
776
798
  attr_accessor :server_ca_cert
777
799
 
778
- # The service account email address assigned to the instance. This property is
800
+ # The service account email address assigned to the instance. \This property is
779
801
  # read-only.
780
802
  # Corresponds to the JSON property `serviceAccountEmailAddress`
781
803
  # @return [String]
@@ -802,6 +824,7 @@ module Google
802
824
 
803
825
  # Update properties of this object
804
826
  def update!(**args)
827
+ @available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
805
828
  @backend_type = args[:backend_type] if args.key?(:backend_type)
806
829
  @connection_name = args[:connection_name] if args.key?(:connection_name)
807
830
  @create_time = args[:create_time] if args.key?(:create_time)
@@ -817,6 +840,7 @@ module Google
817
840
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
818
841
  @ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
819
842
  @kind = args[:kind] if args.key?(:kind)
843
+ @maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
820
844
  @master_instance_name = args[:master_instance_name] if args.key?(:master_instance_name)
821
845
  @max_disk_size = args[:max_disk_size] if args.key?(:max_disk_size)
822
846
  @name = args[:name] if args.key?(:name)
@@ -878,7 +902,7 @@ module Google
878
902
  # @return [Array<Google::Apis::SqladminV1beta4::Database>]
879
903
  attr_accessor :items
880
904
 
881
- # This is always **sql#databasesList**.
905
+ # This is always `sql#databasesList`.
882
906
  # Corresponds to the JSON property `kind`
883
907
  # @return [String]
884
908
  attr_accessor :kind
@@ -898,7 +922,7 @@ module Google
898
922
  class DemoteMasterConfiguration
899
923
  include Google::Apis::Core::Hashable
900
924
 
901
- # This is always **sql#demoteMasterConfiguration**.
925
+ # This is always `sql#demoteMasterConfiguration`.
902
926
  # Corresponds to the JSON property `kind`
903
927
  # @return [String]
904
928
  attr_accessor :kind
@@ -923,7 +947,7 @@ module Google
923
947
  class DemoteMasterContext
924
948
  include Google::Apis::Core::Hashable
925
949
 
926
- # This is always **sql#demoteMasterContext**.
950
+ # This is always `sql#demoteMasterContext`.
927
951
  # Corresponds to the JSON property `kind`
928
952
  # @return [String]
929
953
  attr_accessor :kind
@@ -945,12 +969,12 @@ module Google
945
969
  attr_accessor :skip_replication_setup
946
970
  alias_method :skip_replication_setup?, :skip_replication_setup
947
971
 
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.
972
+ # Verify the GTID consistency for demote operation. Default value: `True`.
973
+ # Setting this flag to `false` enables you to bypass the GTID consistency check
974
+ # between on-premises primary instance and Cloud SQL instance during the
975
+ # demotion operation but also exposes you to the risk of future replication
976
+ # failures. Change the value only if you know the reason for the GTID divergence
977
+ # and are confident that doing so will not cause any replication issues.
954
978
  # Corresponds to the JSON property `verifyGtidConsistency`
955
979
  # @return [Boolean]
956
980
  attr_accessor :verify_gtid_consistency
@@ -991,7 +1015,7 @@ module Google
991
1015
  # @return [String]
992
1016
  attr_accessor :client_key
993
1017
 
994
- # This is always **sql#demoteMasterMysqlReplicaConfiguration**.
1018
+ # This is always `sql#demoteMasterMysqlReplicaConfiguration`.
995
1019
  # Corresponds to the JSON property `kind`
996
1020
  # @return [String]
997
1021
  attr_accessor :kind
@@ -1064,7 +1088,7 @@ module Google
1064
1088
  class DiskEncryptionConfiguration
1065
1089
  include Google::Apis::Core::Hashable
1066
1090
 
1067
- # This is always **sql#diskEncryptionConfiguration**.
1091
+ # This is always `sql#diskEncryptionConfiguration`.
1068
1092
  # Corresponds to the JSON property `kind`
1069
1093
  # @return [String]
1070
1094
  attr_accessor :kind
@@ -1089,7 +1113,7 @@ module Google
1089
1113
  class DiskEncryptionStatus
1090
1114
  include Google::Apis::Core::Hashable
1091
1115
 
1092
- # This is always **sql#diskEncryptionStatus**.
1116
+ # This is always `sql#diskEncryptionStatus`.
1093
1117
  # Corresponds to the JSON property `kind`
1094
1118
  # @return [String]
1095
1119
  attr_accessor :kind
@@ -1114,20 +1138,20 @@ module Google
1114
1138
  class ExportContext
1115
1139
  include Google::Apis::Core::Hashable
1116
1140
 
1117
- # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
1141
+ # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
1118
1142
  # Corresponds to the JSON property `csvExportOptions`
1119
1143
  # @return [Google::Apis::SqladminV1beta4::ExportContext::CsvExportOptions]
1120
1144
  attr_accessor :csv_export_options
1121
1145
 
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**.
1146
+ # Databases to be exported. `MySQL instances:` If `fileType` is `SQL` and no
1147
+ # database is specified, all databases are exported, except for the `mysql`
1148
+ # system database. If `fileType` is `CSV`, you can specify one database, either
1149
+ # by using this property or by using the `csvExportOptions.selectQuery` property,
1150
+ # which takes precedence over this property. `PostgreSQL instances:` You must
1151
+ # specify one database to be exported. If `fileType` is `CSV`, this database
1152
+ # must match the one specified in the `csvExportOptions.selectQuery` property. `
1153
+ # SQL Server instances:` You must specify one database to be exported, and the `
1154
+ # fileType` must be `BAK`.
1131
1155
  # Corresponds to the JSON property `databases`
1132
1156
  # @return [Array<String>]
1133
1157
  attr_accessor :databases
@@ -1137,7 +1161,7 @@ module Google
1137
1161
  # @return [String]
1138
1162
  attr_accessor :file_type
1139
1163
 
1140
- # This is always **sql#exportContext**.
1164
+ # This is always `sql#exportContext`.
1141
1165
  # Corresponds to the JSON property `kind`
1142
1166
  # @return [String]
1143
1167
  attr_accessor :kind
@@ -1154,9 +1178,9 @@ module Google
1154
1178
  attr_accessor :sql_export_options
1155
1179
 
1156
1180
  # 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.
1181
+ # The URI is in the form `gs://bucketName/fileName`. If the file already exists,
1182
+ # the request succeeds, but the operation fails. If `fileType` is `SQL` and the
1183
+ # filename ends with .gz, the contents are compressed.
1160
1184
  # Corresponds to the JSON property `uri`
1161
1185
  # @return [String]
1162
1186
  attr_accessor :uri
@@ -1176,7 +1200,7 @@ module Google
1176
1200
  @uri = args[:uri] if args.key?(:uri)
1177
1201
  end
1178
1202
 
1179
- # Options for exporting data as CSV. **MySQL** and **PostgreSQL** instances only.
1203
+ # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
1180
1204
  class CsvExportOptions
1181
1205
  include Google::Apis::Core::Hashable
1182
1206
 
@@ -1259,11 +1283,11 @@ module Google
1259
1283
  class MysqlExportOptions
1260
1284
  include Google::Apis::Core::Hashable
1261
1285
 
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
1286
+ # Option to include SQL statement required to set up replication. If set to `1`,
1287
+ # the dump file includes a CHANGE MASTER TO statement with the binary log
1288
+ # coordinates, and --set-gtid-purged is set to ON. If set to `2`, the CHANGE
1265
1289
  # 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.
1290
+ # any value other than `1`, --set-gtid-purged is set to OFF.
1267
1291
  # Corresponds to the JSON property `masterData`
1268
1292
  # @return [Fixnum]
1269
1293
  attr_accessor :master_data
@@ -1284,7 +1308,7 @@ module Google
1284
1308
  class FailoverContext
1285
1309
  include Google::Apis::Core::Hashable
1286
1310
 
1287
- # This is always **sql#failoverContext**.
1311
+ # This is always `sql#failoverContext`.
1288
1312
  # Corresponds to the JSON property `kind`
1289
1313
  # @return [String]
1290
1314
  attr_accessor :kind
@@ -1316,13 +1340,18 @@ module Google
1316
1340
  # @return [Array<Fixnum>]
1317
1341
  attr_accessor :allowed_int_values
1318
1342
 
1319
- # For **STRING** flags, a list of strings that the value can be set to.
1343
+ # For `STRING` flags, a list of strings that the value can be set to.
1320
1344
  # Corresponds to the JSON property `allowedStringValues`
1321
1345
  # @return [Array<String>]
1322
1346
  attr_accessor :allowed_string_values
1323
1347
 
1324
- # The database version this flag applies to. Can be **MYSQL_8_0**, **MYSQL_5_6**,
1325
- # or **MYSQL_5_7**.
1348
+ # The database version this flag applies to. Can be MySQL instances: `MYSQL_8_0`,
1349
+ # `MYSQL_8_0_18`, `MYSQL_8_0_26`, `MYSQL_5_7`, or `MYSQL_5_6`. PostgreSQL
1350
+ # instances: `POSTGRES_9_6`, `POSTGRES_10`, `POSTGRES_11` or `POSTGRES_12`. SQL
1351
+ # Server instances: `SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `
1352
+ # SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`, `SQLSERVER_2019_STANDARD`, `
1353
+ # SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`, or `SQLSERVER_2019_WEB`.
1354
+ # See [the complete list](/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion).
1326
1355
  # Corresponds to the JSON property `appliesTo`
1327
1356
  # @return [Array<String>]
1328
1357
  attr_accessor :applies_to
@@ -1333,23 +1362,23 @@ module Google
1333
1362
  attr_accessor :in_beta
1334
1363
  alias_method :in_beta?, :in_beta
1335
1364
 
1336
- # This is always **sql#flag**.
1365
+ # This is always `sql#flag`.
1337
1366
  # Corresponds to the JSON property `kind`
1338
1367
  # @return [String]
1339
1368
  attr_accessor :kind
1340
1369
 
1341
- # For **INTEGER** flags, the maximum allowed value.
1370
+ # For `INTEGER` flags, the maximum allowed value.
1342
1371
  # Corresponds to the JSON property `maxValue`
1343
1372
  # @return [Fixnum]
1344
1373
  attr_accessor :max_value
1345
1374
 
1346
- # For **INTEGER** flags, the minimum allowed value.
1375
+ # For `INTEGER` flags, the minimum allowed value.
1347
1376
  # Corresponds to the JSON property `minValue`
1348
1377
  # @return [Fixnum]
1349
1378
  attr_accessor :min_value
1350
1379
 
1351
1380
  # This is the name of the flag. Flag names always use underscores, not hyphens,
1352
- # for example: **max_allowed_packet**
1381
+ # for example: `max_allowed_packet`
1353
1382
  # Corresponds to the JSON property `name`
1354
1383
  # @return [String]
1355
1384
  attr_accessor :name
@@ -1361,9 +1390,9 @@ module Google
1361
1390
  attr_accessor :requires_restart
1362
1391
  alias_method :requires_restart?, :requires_restart
1363
1392
 
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**.
1393
+ # The type of the flag. Flags are typed to being `BOOLEAN`, `STRING`, `INTEGER`
1394
+ # or `NONE`. `NONE` is used for flags which do not take a value, such as `
1395
+ # skip_grant_tables`.
1367
1396
  # Corresponds to the JSON property `type`
1368
1397
  # @return [String]
1369
1398
  attr_accessor :type
@@ -1396,7 +1425,7 @@ module Google
1396
1425
  # @return [Array<Google::Apis::SqladminV1beta4::Flag>]
1397
1426
  attr_accessor :items
1398
1427
 
1399
- # This is always **sql#flagsList**.
1428
+ # This is always `sql#flagsList`.
1400
1429
  # Corresponds to the JSON property `kind`
1401
1430
  # @return [String]
1402
1431
  attr_accessor :kind
@@ -1482,17 +1511,17 @@ module Google
1482
1511
  # @return [Google::Apis::SqladminV1beta4::ImportContext::CsvImportOptions]
1483
1512
  attr_accessor :csv_import_options
1484
1513
 
1485
- # The target database for the import. If **fileType** is **SQL**, this field is
1514
+ # The target database for the import. If `fileType` is `SQL`, this field is
1486
1515
  # 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.
1516
+ # overridden by any database specification in the import file. If `fileType` is `
1517
+ # CSV`, one database must be specified.
1489
1518
  # Corresponds to the JSON property `database`
1490
1519
  # @return [String]
1491
1520
  attr_accessor :database
1492
1521
 
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.
1522
+ # The file type for the specified uri. * `SQL`: The file contains SQL statements.
1523
+ # * `CSV`: The file contains CSV data. * `BAK`: The file contains backup data
1524
+ # for a SQL Server instance.
1496
1525
  # Corresponds to the JSON property `fileType`
1497
1526
  # @return [String]
1498
1527
  attr_accessor :file_type
@@ -1502,15 +1531,15 @@ module Google
1502
1531
  # @return [String]
1503
1532
  attr_accessor :import_user
1504
1533
 
1505
- # This is always **sql#importContext**.
1534
+ # This is always `sql#importContext`.
1506
1535
  # Corresponds to the JSON property `kind`
1507
1536
  # @return [String]
1508
1537
  attr_accessor :kind
1509
1538
 
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.
1539
+ # Path to the import file in Cloud Storage, in the form `gs://bucketName/
1540
+ # fileName`. Compressed gzip files (.gz) are supported when `fileType` is `SQL`.
1541
+ # The instance must have write permissions to the bucket and read access to the
1542
+ # file.
1514
1543
  # Corresponds to the JSON property `uri`
1515
1544
  # @return [String]
1516
1545
  attr_accessor :uri
@@ -1552,8 +1581,8 @@ module Google
1552
1581
  class EncryptionOptions
1553
1582
  include Google::Apis::Core::Hashable
1554
1583
 
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
1584
+ # Path to the Certificate (.cer) in Cloud Storage, in the form `gs://bucketName/
1585
+ # fileName`. The instance must have write permissions to the bucket and read
1557
1586
  # access to the file.
1558
1587
  # Corresponds to the JSON property `certPath`
1559
1588
  # @return [String]
@@ -1564,8 +1593,8 @@ module Google
1564
1593
  # @return [String]
1565
1594
  attr_accessor :pvk_password
1566
1595
 
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
1596
+ # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://
1597
+ # bucketName/fileName`. The instance must have write permissions to the bucket
1569
1598
  # and read access to the file.
1570
1599
  # Corresponds to the JSON property `pvkPath`
1571
1600
  # @return [String]
@@ -1826,7 +1855,7 @@ module Google
1826
1855
  # @return [Array<Google::Apis::SqladminV1beta4::DatabaseInstance>]
1827
1856
  attr_accessor :items
1828
1857
 
1829
- # This is always **sql#instancesList**.
1858
+ # This is always `sql#instancesList`.
1830
1859
  # Corresponds to the JSON property `kind`
1831
1860
  # @return [String]
1832
1861
  attr_accessor :kind
@@ -1869,7 +1898,7 @@ module Google
1869
1898
  # @return [Array<Google::Apis::SqladminV1beta4::SslCert>]
1870
1899
  attr_accessor :certs
1871
1900
 
1872
- # This is always **sql#instancesListServerCas**.
1901
+ # This is always `sql#instancesListServerCas`.
1873
1902
  # Corresponds to the JSON property `kind`
1874
1903
  # @return [String]
1875
1904
  attr_accessor :kind
@@ -1959,7 +1988,7 @@ module Google
1959
1988
 
1960
1989
  # The list of external networks that are allowed to connect to the instance
1961
1990
  # using the IP. In 'CIDR' notation, also known as 'slash' notation (for example:
1962
- # **192.168.100.0/24**).
1991
+ # `157.197.200.0/24`).
1963
1992
  # Corresponds to the JSON property `authorizedNetworks`
1964
1993
  # @return [Array<Google::Apis::SqladminV1beta4::AclEntry>]
1965
1994
  attr_accessor :authorized_networks
@@ -1971,8 +2000,8 @@ module Google
1971
2000
  alias_method :ipv4_enabled?, :ipv4_enabled
1972
2001
 
1973
2002
  # 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
2003
+ # accessible for private IP. For example, `/projects/myProject/global/networks/
2004
+ # default`. This setting can be updated, but it cannot be removed after it is
1976
2005
  # set.
1977
2006
  # Corresponds to the JSON property `privateNetwork`
1978
2007
  # @return [String]
@@ -2008,16 +2037,16 @@ module Google
2008
2037
  attr_accessor :ip_address
2009
2038
 
2010
2039
  # 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
2040
+ # html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`. This field is
2012
2041
  # only available when the IP is scheduled to be retired.
2013
2042
  # Corresponds to the JSON property `timeToRetire`
2014
2043
  # @return [String]
2015
2044
  attr_accessor :time_to_retire
2016
2045
 
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.
2046
+ # The type of this IP address. A `PRIMARY` address is a public address that can
2047
+ # accept incoming connections. A `PRIVATE` address is a private address that can
2048
+ # accept incoming connections. An `OUTGOING` address is the source address of
2049
+ # connections originating from the instance, if supported.
2021
2050
  # Corresponds to the JSON property `type`
2022
2051
  # @return [String]
2023
2052
  attr_accessor :type
@@ -2041,24 +2070,24 @@ module Google
2041
2070
  include Google::Apis::Core::Hashable
2042
2071
 
2043
2072
  # The App Engine application to follow, it must be in the same region as the
2044
- # Cloud SQL instance.
2073
+ # Cloud SQL instance. WARNING: Changing this might restart the instance.
2045
2074
  # Corresponds to the JSON property `followGaeApplication`
2046
2075
  # @return [String]
2047
2076
  attr_accessor :follow_gae_application
2048
2077
 
2049
- # This is always **sql#locationPreference**.
2078
+ # This is always `sql#locationPreference`.
2050
2079
  # Corresponds to the JSON property `kind`
2051
2080
  # @return [String]
2052
2081
  attr_accessor :kind
2053
2082
 
2054
2083
  # The preferred Compute Engine zone for the secondary/failover (for example: us-
2055
- # central1-a, us-central1-b, etc.). Reserved for future use.
2084
+ # central1-a, us-central1-b, etc.).
2056
2085
  # Corresponds to the JSON property `secondaryZone`
2057
2086
  # @return [String]
2058
2087
  attr_accessor :secondary_zone
2059
2088
 
2060
2089
  # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b,
2061
- # etc.).
2090
+ # etc.). WARNING: Changing this might restart the instance.
2062
2091
  # Corresponds to the JSON property `zone`
2063
2092
  # @return [String]
2064
2093
  attr_accessor :zone
@@ -2091,12 +2120,12 @@ module Google
2091
2120
  # @return [Fixnum]
2092
2121
  attr_accessor :hour
2093
2122
 
2094
- # This is always **sql#maintenanceWindow**.
2123
+ # This is always `sql#maintenanceWindow`.
2095
2124
  # Corresponds to the JSON property `kind`
2096
2125
  # @return [String]
2097
2126
  attr_accessor :kind
2098
2127
 
2099
- # Maintenance timing setting: **canary** (Earlier) or **stable** (Later). [Learn
2128
+ # Maintenance timing setting: `canary` (Earlier) or `stable` (Later). [Learn
2100
2129
  # more](https://cloud.google.com/sql/docs/mysql/instance-settings#maintenance-
2101
2130
  # timing-2ndgen).
2102
2131
  # Corresponds to the JSON property `updateTrack`
@@ -2150,7 +2179,7 @@ module Google
2150
2179
  # @return [String]
2151
2180
  attr_accessor :dump_file_path
2152
2181
 
2153
- # This is always **sql#mysqlReplicaConfiguration**.
2182
+ # This is always `sql#mysqlReplicaConfiguration`.
2154
2183
  # Corresponds to the JSON property `kind`
2155
2184
  # @return [String]
2156
2185
  attr_accessor :kind
@@ -2251,7 +2280,7 @@ module Google
2251
2280
  # @return [String]
2252
2281
  attr_accessor :host_port
2253
2282
 
2254
- # This is always **sql#onPremisesConfiguration**.
2283
+ # This is always `sql#onPremisesConfiguration`.
2255
2284
  # Corresponds to the JSON property `kind`
2256
2285
  # @return [String]
2257
2286
  attr_accessor :kind
@@ -2301,7 +2330,7 @@ module Google
2301
2330
  attr_accessor :backup_context
2302
2331
 
2303
2332
  # 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**.
2333
+ # ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2305
2334
  # Corresponds to the JSON property `endTime`
2306
2335
  # @return [String]
2307
2336
  attr_accessor :end_time
@@ -2322,12 +2351,12 @@ module Google
2322
2351
  attr_accessor :import_context
2323
2352
 
2324
2353
  # 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**.
2354
+ # tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2326
2355
  # Corresponds to the JSON property `insertTime`
2327
2356
  # @return [String]
2328
2357
  attr_accessor :insert_time
2329
2358
 
2330
- # This is always **sql#operation**.
2359
+ # This is always `sql#operation`.
2331
2360
  # Corresponds to the JSON property `kind`
2332
2361
  # @return [String]
2333
2362
  attr_accessor :kind
@@ -2339,10 +2368,9 @@ module Google
2339
2368
  # @return [String]
2340
2369
  attr_accessor :name
2341
2370
 
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**
2371
+ # The type of the operation. Valid values are: * `CREATE` * `DELETE` * `UPDATE` *
2372
+ # `RESTART` * `IMPORT` * `EXPORT` * `BACKUP_VOLUME` * `RESTORE_VOLUME` * `
2373
+ # CREATE_USER` * `DELETE_USER` * `CREATE_DATABASE` * `DELETE_DATABASE`
2346
2374
  # Corresponds to the JSON property `operationType`
2347
2375
  # @return [String]
2348
2376
  attr_accessor :operation_type
@@ -2353,7 +2381,7 @@ module Google
2353
2381
  attr_accessor :self_link
2354
2382
 
2355
2383
  # 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**.
2384
+ # tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2357
2385
  # Corresponds to the JSON property `startTime`
2358
2386
  # @return [String]
2359
2387
  attr_accessor :start_time
@@ -2417,7 +2445,7 @@ module Google
2417
2445
  # @return [String]
2418
2446
  attr_accessor :code
2419
2447
 
2420
- # This is always **sql#operationError**.
2448
+ # This is always `sql#operationError`.
2421
2449
  # Corresponds to the JSON property `kind`
2422
2450
  # @return [String]
2423
2451
  attr_accessor :kind
@@ -2448,7 +2476,7 @@ module Google
2448
2476
  # @return [Array<Google::Apis::SqladminV1beta4::OperationError>]
2449
2477
  attr_accessor :errors
2450
2478
 
2451
- # This is always **sql#operationErrors**.
2479
+ # This is always `sql#operationErrors`.
2452
2480
  # Corresponds to the JSON property `kind`
2453
2481
  # @return [String]
2454
2482
  attr_accessor :kind
@@ -2473,7 +2501,7 @@ module Google
2473
2501
  # @return [Array<Google::Apis::SqladminV1beta4::Operation>]
2474
2502
  attr_accessor :items
2475
2503
 
2476
- # This is always **sql#operationsList**.
2504
+ # This is always `sql#operationsList`.
2477
2505
  # Corresponds to the JSON property `kind`
2478
2506
  # @return [String]
2479
2507
  attr_accessor :kind
@@ -2542,7 +2570,8 @@ module Google
2542
2570
  # @return [Fixnum]
2543
2571
  attr_accessor :min_length
2544
2572
 
2545
- # Minimum interval after which the password can be changed.
2573
+ # Minimum interval after which the password can be changed. This flag is only
2574
+ # supported for PostgresSQL.
2546
2575
  # Corresponds to the JSON property `passwordChangeInterval`
2547
2576
  # @return [String]
2548
2577
  attr_accessor :password_change_interval
@@ -2570,8 +2599,8 @@ module Google
2570
2599
  class ReplicaConfiguration
2571
2600
  include Google::Apis::Core::Hashable
2572
2601
 
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
2602
+ # Specifies if the replica is the failover target. If the field is set to `true`
2603
+ # the replica will be designated as a failover replica. In case the primary
2575
2604
  # instance fails, the replica instance will be promoted as the new primary
2576
2605
  # instance. Only one replica can be specified as failover target, and the
2577
2606
  # replica has to be in different zone with the primary instance.
@@ -2580,7 +2609,7 @@ module Google
2580
2609
  attr_accessor :failover_target
2581
2610
  alias_method :failover_target?, :failover_target
2582
2611
 
2583
- # This is always **sql#replicaConfiguration**.
2612
+ # This is always `sql#replicaConfiguration`.
2584
2613
  # Corresponds to the JSON property `kind`
2585
2614
  # @return [String]
2586
2615
  attr_accessor :kind
@@ -2613,7 +2642,7 @@ module Google
2613
2642
 
2614
2643
  # Optional. Timestamp when the maintenance shall be rescheduled to if
2615
2644
  # reschedule_type=SPECIFIC_TIME, in [RFC 3339](https://tools.ietf.org/html/
2616
- # rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
2645
+ # rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
2617
2646
  # Corresponds to the JSON property `scheduleTime`
2618
2647
  # @return [String]
2619
2648
  attr_accessor :schedule_time
@@ -2644,7 +2673,7 @@ module Google
2644
2673
  # @return [String]
2645
2674
  attr_accessor :instance_id
2646
2675
 
2647
- # This is always **sql#restoreBackupContext**.
2676
+ # This is always `sql#restoreBackupContext`.
2648
2677
  # Corresponds to the JSON property `kind`
2649
2678
  # @return [String]
2650
2679
  attr_accessor :kind
@@ -2671,7 +2700,7 @@ module Google
2671
2700
  class RotateServerCaContext
2672
2701
  include Google::Apis::Core::Hashable
2673
2702
 
2674
- # This is always **sql#rotateServerCaContext**.
2703
+ # This is always `sql#rotateServerCaContext`.
2675
2704
  # Corresponds to the JSON property `kind`
2676
2705
  # @return [String]
2677
2706
  attr_accessor :kind
@@ -2698,10 +2727,10 @@ module Google
2698
2727
  include Google::Apis::Core::Hashable
2699
2728
 
2700
2729
  # 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.
2730
+ # applicable only when the instance state is RUNNABLE. Valid values: * `ALWAYS`:
2731
+ # The instance is on, and remains so even in the absence of connection requests.
2732
+ # * `NEVER`: The instance is off; it is not activated, even if a connection
2733
+ # request arrives.
2705
2734
  # Corresponds to the JSON property `activationPolicy`
2706
2735
  # @return [String]
2707
2736
  attr_accessor :activation_policy
@@ -2717,12 +2746,11 @@ module Google
2717
2746
  # @return [Array<String>]
2718
2747
  attr_accessor :authorized_gae_applications
2719
2748
 
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).
2749
+ # Availability type. Potential values: * `ZONAL`: The instance serves data from
2750
+ # only one zone. Outages in that zone affect data accessibility. * `REGIONAL`:
2751
+ # The instance can serve data from more than one zone in a region (it is highly
2752
+ # available)./ For more information, see [Overview of the High Availability
2753
+ # Configuration](https://cloud.google.com/sql/docs/mysql/high-availability).
2726
2754
  # Corresponds to the JSON property `availabilityType`
2727
2755
  # @return [String]
2728
2756
  attr_accessor :availability_type
@@ -2750,7 +2778,7 @@ module Google
2750
2778
  # @return [Fixnum]
2751
2779
  attr_accessor :data_disk_size_gb
2752
2780
 
2753
- # The type of data disk: **PD_SSD** (default) or **PD_HDD**. Not used for First
2781
+ # The type of data disk: `PD_SSD` (default) or `PD_HDD`. Not used for First
2754
2782
  # Generation instances.
2755
2783
  # Corresponds to the JSON property `dataDiskType`
2756
2784
  # @return [String]
@@ -2762,7 +2790,7 @@ module Google
2762
2790
  attr_accessor :database_flags
2763
2791
 
2764
2792
  # Configuration specific to read replica instances. Indicates whether
2765
- # replication is enabled or not.
2793
+ # replication is enabled or not. WARNING: Changing this restarts the instance.
2766
2794
  # Corresponds to the JSON property `databaseReplicationEnabled`
2767
2795
  # @return [Boolean]
2768
2796
  attr_accessor :database_replication_enabled
@@ -2784,7 +2812,7 @@ module Google
2784
2812
  # @return [Google::Apis::SqladminV1beta4::IpConfiguration]
2785
2813
  attr_accessor :ip_configuration
2786
2814
 
2787
- # This is always **sql#settings**.
2815
+ # This is always `sql#settings`.
2788
2816
  # Corresponds to the JSON property `kind`
2789
2817
  # @return [String]
2790
2818
  attr_accessor :kind
@@ -2807,14 +2835,14 @@ module Google
2807
2835
  # @return [Google::Apis::SqladminV1beta4::PasswordValidationPolicy]
2808
2836
  attr_accessor :password_validation_policy
2809
2837
 
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.
2838
+ # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`.
2839
+ # Only `PER_USE` is supported for Second Generation instances.
2812
2840
  # Corresponds to the JSON property `pricingPlan`
2813
2841
  # @return [String]
2814
2842
  attr_accessor :pricing_plan
2815
2843
 
2816
- # The type of replication this instance uses. This can be either **ASYNCHRONOUS**
2817
- # or **SYNCHRONOUS**. (Deprecated) This property was only applicable to First
2844
+ # The type of replication this instance uses. This can be either `ASYNCHRONOUS`
2845
+ # or `SYNCHRONOUS`. (Deprecated) This property was only applicable to First
2818
2846
  # Generation instances.
2819
2847
  # Corresponds to the JSON property `replicationType`
2820
2848
  # @return [String]
@@ -2846,7 +2874,8 @@ module Google
2846
2874
  # @return [Fixnum]
2847
2875
  attr_accessor :storage_auto_resize_limit
2848
2876
 
2849
- # The tier (or machine type) for this instance, for example **db-custom-1-3840**.
2877
+ # The tier (or machine type) for this instance, for example `db-custom-1-3840`.
2878
+ # WARNING: Changing this restarts the instance.
2850
2879
  # Corresponds to the JSON property `tier`
2851
2880
  # @return [String]
2852
2881
  attr_accessor :tier
@@ -2926,7 +2955,7 @@ module Google
2926
2955
  # @return [String]
2927
2956
  attr_accessor :detail
2928
2957
 
2929
- # Can be **sql#externalSyncSettingError** or **sql#externalSyncSettingWarning**.
2958
+ # Can be `sql#externalSyncSettingError` or `sql#externalSyncSettingWarning`.
2930
2959
  # Corresponds to the JSON property `kind`
2931
2960
  # @return [String]
2932
2961
  attr_accessor :kind
@@ -3047,7 +3076,7 @@ module Google
3047
3076
  # @return [Array<Google::Apis::SqladminV1beta4::SqlExternalSyncSettingError>]
3048
3077
  attr_accessor :errors
3049
3078
 
3050
- # This is always **sql#migrationSettingErrorList**.
3079
+ # This is always `sql#migrationSettingErrorList`.
3051
3080
  # Corresponds to the JSON property `kind`
3052
3081
  # @return [String]
3053
3082
  attr_accessor :kind
@@ -3233,13 +3262,13 @@ module Google
3233
3262
  attr_accessor :common_name
3234
3263
 
3235
3264
  # The time when the certificate was created in [RFC 3339](https://tools.ietf.org/
3236
- # html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
3265
+ # html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
3237
3266
  # Corresponds to the JSON property `createTime`
3238
3267
  # @return [String]
3239
3268
  attr_accessor :create_time
3240
3269
 
3241
3270
  # The time when the certificate expires in [RFC 3339](https://tools.ietf.org/
3242
- # html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
3271
+ # html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
3243
3272
  # Corresponds to the JSON property `expirationTime`
3244
3273
  # @return [String]
3245
3274
  attr_accessor :expiration_time
@@ -3249,7 +3278,7 @@ module Google
3249
3278
  # @return [String]
3250
3279
  attr_accessor :instance
3251
3280
 
3252
- # This is always **sql#sslCert**.
3281
+ # This is always `sql#sslCert`.
3253
3282
  # Corresponds to the JSON property `kind`
3254
3283
  # @return [String]
3255
3284
  attr_accessor :kind
@@ -3362,7 +3391,7 @@ module Google
3362
3391
  # @return [Google::Apis::SqladminV1beta4::SslCertDetail]
3363
3392
  attr_accessor :client_cert
3364
3393
 
3365
- # This is always **sql#sslCertsInsert**.
3394
+ # This is always `sql#sslCertsInsert`.
3366
3395
  # Corresponds to the JSON property `kind`
3367
3396
  # @return [String]
3368
3397
  attr_accessor :kind
@@ -3401,7 +3430,7 @@ module Google
3401
3430
  # @return [Array<Google::Apis::SqladminV1beta4::SslCert>]
3402
3431
  attr_accessor :items
3403
3432
 
3404
- # This is always **sql#sslCertsList**.
3433
+ # This is always `sql#sslCertsList`.
3405
3434
  # Corresponds to the JSON property `kind`
3406
3435
  # @return [String]
3407
3436
  attr_accessor :kind
@@ -3458,7 +3487,7 @@ module Google
3458
3487
  # @return [Fixnum]
3459
3488
  attr_accessor :ram
3460
3489
 
3461
- # This is always *sql#tier*.
3490
+ # This is always `sql#tier`.
3462
3491
  # Corresponds to the JSON property `kind`
3463
3492
  # @return [String]
3464
3493
  attr_accessor :kind
@@ -3468,8 +3497,8 @@ module Google
3468
3497
  # @return [Array<String>]
3469
3498
  attr_accessor :region
3470
3499
 
3471
- # An identifier for the machine type, for example, db-custom-1-3840. For related
3472
- # information, see Pricing.
3500
+ # An identifier for the machine type, for example, `db-custom-1-3840`. For
3501
+ # related information, see [Pricing](/sql/pricing).
3473
3502
  # Corresponds to the JSON property `tier`
3474
3503
  # @return [String]
3475
3504
  attr_accessor :tier
@@ -3497,7 +3526,7 @@ module Google
3497
3526
  # @return [Array<Google::Apis::SqladminV1beta4::Tier>]
3498
3527
  attr_accessor :items
3499
3528
 
3500
- # This is always *sql#tiersList*.
3529
+ # This is always `sql#tiersList`.
3501
3530
  # Corresponds to the JSON property `kind`
3502
3531
  # @return [String]
3503
3532
  attr_accessor :kind
@@ -3517,13 +3546,13 @@ module Google
3517
3546
  class TruncateLogContext
3518
3547
  include Google::Apis::Core::Hashable
3519
3548
 
3520
- # This is always **sql#truncateLogContext**.
3549
+ # This is always `sql#truncateLogContext`.
3521
3550
  # Corresponds to the JSON property `kind`
3522
3551
  # @return [String]
3523
3552
  attr_accessor :kind
3524
3553
 
3525
- # The type of log to truncate. Valid values are **MYSQL_GENERAL_TABLE** and **
3526
- # MYSQL_SLOW_TABLE**.
3554
+ # The type of log to truncate. Valid values are `MYSQL_GENERAL_TABLE` and `
3555
+ # MYSQL_SLOW_TABLE`.
3527
3556
  # Corresponds to the JSON property `logType`
3528
3557
  # @return [String]
3529
3558
  attr_accessor :log_type
@@ -3548,28 +3577,28 @@ module Google
3548
3577
  # @return [String]
3549
3578
  attr_accessor :etag
3550
3579
 
3551
- # Optional. The host name from which the user can connect. For **insert**
3552
- # operations, host defaults to an empty string. For **update** operations, host
3553
- # is specified as part of the request URL. The host name cannot be updated after
3554
- # insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server
3555
- # instance, it's optional.
3580
+ # Optional. The host from which the user can connect. For `insert` operations,
3581
+ # host defaults to an empty string. For `update` operations, host is specified
3582
+ # as part of the request URL. The host name cannot be updated after insertion.
3583
+ # For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance,
3584
+ # it's optional.
3556
3585
  # Corresponds to the JSON property `host`
3557
3586
  # @return [String]
3558
3587
  attr_accessor :host
3559
3588
 
3560
3589
  # The name of the Cloud SQL instance. This does not include the project ID. Can
3561
- # be omitted for *update* since it is already specified on the URL.
3590
+ # be omitted for *update* because it is already specified on the URL.
3562
3591
  # Corresponds to the JSON property `instance`
3563
3592
  # @return [String]
3564
3593
  attr_accessor :instance
3565
3594
 
3566
- # This is always *sql#user*.
3595
+ # This is always `sql#user`.
3567
3596
  # Corresponds to the JSON property `kind`
3568
3597
  # @return [String]
3569
3598
  attr_accessor :kind
3570
3599
 
3571
- # The name of the user in the Cloud SQL instance. Can be omitted for **update**
3572
- # since it is already specified in the URL.
3600
+ # The name of the user in the Cloud SQL instance. Can be omitted for `update`
3601
+ # because it is already specified in the URL.
3573
3602
  # Corresponds to the JSON property `name`
3574
3603
  # @return [String]
3575
3604
  attr_accessor :name
@@ -3585,8 +3614,8 @@ module Google
3585
3614
  attr_accessor :password_policy
3586
3615
 
3587
3616
  # The project ID of the project containing the Cloud SQL database. The Google
3588
- # apps domain is prefixed if applicable. Can be omitted for *update* since it is
3589
- # already specified on the URL.
3617
+ # apps domain is prefixed if applicable. Can be omitted for *update* because it
3618
+ # is already specified on the URL.
3590
3619
  # Corresponds to the JSON property `project`
3591
3620
  # @return [String]
3592
3621
  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.21.0"
19
+ GEM_VERSION = "0.25.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 = "20211110"
25
+ REVISION = "20220215"
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'
@@ -698,6 +699,7 @@ module Google
698
699
  class DatabaseInstance
699
700
  # @private
700
701
  class Representation < Google::Apis::Core::JsonRepresentation
702
+ collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
701
703
  property :backend_type, as: 'backendType'
702
704
  property :connection_name, as: 'connectionName'
703
705
  property :create_time, as: 'createTime'
@@ -717,6 +719,7 @@ module Google
717
719
 
718
720
  property :ipv6_address, as: 'ipv6Address'
719
721
  property :kind, as: 'kind'
722
+ property :maintenance_version, as: 'maintenanceVersion'
720
723
  property :master_instance_name, as: 'masterInstanceName'
721
724
  property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
722
725
  property :name, as: 'name'
@@ -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.21.0
4
+ version: 0.25.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-02-21 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.25.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.2.17
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