google-apis-sqladmin_v1 0.6.0 → 0.7.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: c2db2629a3076aab347695d5e7e2ddba77be9bc01f0d811275ed1a489e6921b7
4
- data.tar.gz: 067f5d389927755623b3cfdf6a331b61672281b146ce1cd4f7757d250efb26b6
3
+ metadata.gz: 065cd4fbc9763e497bfb2efc2d4bc1136204ef39a7853bb20daa21f6fd2f3426
4
+ data.tar.gz: 06cd60fb3ec64409941e8b0bec8ffee5f805005492adb859b3a57a0fc5e05751
5
5
  SHA512:
6
- metadata.gz: 7faa179add03592a565099cd9e9828ea7aea1bc3b46e05cee97dea62d84d8ff7d2304a911831618f356fbdcedf89a1153869a7f0b9e8d2b5c90f540f99eff55d
7
- data.tar.gz: 042ddd7dcd407f6ec8a6226cab7014fefb1abcb4855b08dc37e569f10a600a92dced4afaa69a7e3147cdf552bcc02cea0fafa4dee7c6d8294dbde5db0c3abaa6
6
+ metadata.gz: 268a30d801e31dc6cab1fb15b2a164ce262e295ef3331a2c92b1cda8fcb632e84378711ad1becfc462b87ae319e1338d0ca77b760f87e0ff5bd919ef315819fe
7
+ data.tar.gz: 66391239b2906e2293a133f0980f5d10bbaa2148a098ddede3669a6c69edc1d7547599b5f78e2a02a72ac1a74b57642007bc0621325b7001945bc2fa5f692f5f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.7.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20210929
6
+
3
7
  ### v0.6.0 (2021-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20210913
@@ -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
@@ -345,7 +345,7 @@ module Google
345
345
  # @return [Array<Google::Apis::SqladminV1::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
@@ -413,7 +413,7 @@ module Google
413
413
  # @return [String]
414
414
  attr_accessor :destination_instance_name
415
415
 
416
- # This is always *sql#cloneContext*.
416
+ # This is always **sql#cloneContext**.
417
417
  # Corresponds to the JSON property `kind`
418
418
  # @return [String]
419
419
  attr_accessor :kind
@@ -602,9 +602,10 @@ module Google
602
602
  class DatabaseInstance
603
603
  include Google::Apis::Core::Hashable
604
604
 
605
- # *SECOND_GEN*: Cloud SQL database instance. *EXTERNAL*: A database server that
606
- # is not managed by Google. This property is read-only; use the *tier* property
607
- # in the *settings* object to determine the database type.
605
+ # The backend type. **SECOND_GEN**: Cloud SQL database instance. **EXTERNAL**: A
606
+ # database server that is not managed by Google. This property is read-only; use
607
+ # the **tier** property in the **settings** object to determine the database
608
+ # type.
608
609
  # Corresponds to the JSON property `backendType`
609
610
  # @return [String]
610
611
  attr_accessor :backend_type
@@ -622,18 +623,20 @@ module Google
622
623
 
623
624
  # The current disk usage of the instance in bytes. This property has been
624
625
  # deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric
625
- # in Cloud Monitoring API instead. Please see this announcement for details.
626
+ # in Cloud Monitoring API instead. Please see [this announcement](https://groups.
627
+ # google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ) for
628
+ # details.
626
629
  # Corresponds to the JSON property `currentDiskSize`
627
630
  # @return [Fixnum]
628
631
  attr_accessor :current_disk_size
629
632
 
630
- # The database engine type and version. The *databaseVersion* field cannot be
631
- # changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (
632
- # default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*,
633
- # *POSTGRES_11*, *POSTGRES_12*, *POSTGRES_13* (default). SQL Server instances: *
634
- # SQLSERVER_2019_STANDARD*, *SQLSERVER_2019_ENTERPRISE*, *SQLSERVER_2019_EXPRESS*
635
- # , or *SQLSERVER_2019_WEB*, *SQLSERVER_2017_STANDARD* (default), *
636
- # SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
633
+ # The database engine type and version. The **databaseVersion** field cannot be
634
+ # changed after instance creation. * **MySQL instances**: MYSQL_8_0, MYSQL_5_7 (
635
+ # default), or MYSQL_5_6. * **PostgreSQL instances**: POSTGRES_9_6, POSTGRES_10,
636
+ # POSTGRES_11, POSTGRES_12, POSTGRES_13 (default). * **SQL Server instances**:
637
+ # SQLSERVER_2019_STANDARD, SQLSERVER_2019_ENTERPRISE, SQLSERVER_2019_EXPRESS, or
638
+ # SQLSERVER_2019_WEB, SQLSERVER_2017_STANDARD (default),
639
+ # SQLSERVER_2017_ENTERPRISE, SQLSERVER_2017_EXPRESS, or SQLSERVER_2017_WEB.
637
640
  # Corresponds to the JSON property `databaseVersion`
638
641
  # @return [String]
639
642
  attr_accessor :database_version
@@ -649,7 +652,7 @@ module Google
649
652
  attr_accessor :disk_encryption_status
650
653
 
651
654
  # This field is deprecated and will be removed from a future version of the API.
652
- # Use the *settings.settingsVersion* field instead.
655
+ # Use the **settings.settingsVersion** field instead.
653
656
  # Corresponds to the JSON property `etag`
654
657
  # @return [String]
655
658
  attr_accessor :etag
@@ -666,10 +669,10 @@ module Google
666
669
  # @return [String]
667
670
  attr_accessor :gce_zone
668
671
 
669
- # The instance type. This can be one of the following. *CLOUD_SQL_INSTANCE*: A
670
- # Cloud SQL instance that is not replicating from a primary instance. *
671
- # ON_PREMISES_INSTANCE*: An instance running on the customer's premises. *
672
- # READ_REPLICA_INSTANCE*: A Cloud SQL instance configured as a read-replica.
672
+ # The instance type. This can be one of the following: * **CLOUD_SQL_INSTANCE**:
673
+ # A Cloud SQL instance that is not replicating from a primary instance. * **
674
+ # ON_PREMISES_INSTANCE**: An instance running on the customer's premises. * **
675
+ # READ_REPLICA_INSTANCE**: A Cloud SQL instance configured as a read-replica.
673
676
  # Corresponds to the JSON property `instanceType`
674
677
  # @return [String]
675
678
  attr_accessor :instance_type
@@ -685,7 +688,7 @@ module Google
685
688
  # @return [String]
686
689
  attr_accessor :ipv6_address
687
690
 
688
- # This is always *sql#instance*.
691
+ # This is always **sql#instance**.
689
692
  # Corresponds to the JSON property `kind`
690
693
  # @return [String]
691
694
  attr_accessor :kind
@@ -721,10 +724,10 @@ module Google
721
724
  # @return [String]
722
725
  attr_accessor :project
723
726
 
724
- # The geographical region. Can be *us-central* (*FIRST_GEN* instances only) *us-
725
- # central1* (*SECOND_GEN* instances only) *asia-east1* or *europe-west1*.
726
- # Defaults to *us-central* or *us-central1* depending on the instance type. The
727
- # region cannot be changed after instance creation.
727
+ # The geographical region. Can be: * **us-central** (**FIRST_GEN** instances
728
+ # only) * **us-central1** (**SECOND_GEN** instances only) * **asia-east1** or **
729
+ # europe-west1**. Defaults to **us-central** or **us-central1** depending on the
730
+ # instance type. The region cannot be changed after instance creation.
728
731
  # Corresponds to the JSON property `region`
729
732
  # @return [String]
730
733
  attr_accessor :region
@@ -785,12 +788,12 @@ module Google
785
788
  attr_accessor :settings
786
789
 
787
790
  # The current serving state of the Cloud SQL instance. This can be one of the
788
- # following. *SQL_INSTANCE_STATE_UNSPECIFIED*: The state of the instance is
789
- # unknown. *RUNNABLE*: The instance is running, or has been stopped by owner. *
790
- # SUSPENDED*: The instance is not available, for example due to problems with
791
- # billing. *PENDING_DELETE*: The instance is being deleted. *PENDING_CREATE*:
792
- # The instance is being created. *MAINTENANCE*: The instance is down for
793
- # maintenance. *FAILED*: The instance creation failed.
791
+ # following: * **SQL_INSTANCE_STATE_UNSPECIFIED**: The state of the instance is
792
+ # unknown. * **RUNNABLE**: The instance is running, or has been stopped by owner.
793
+ # * **SUSPENDED**: The instance is not available, for example due to problems
794
+ # with billing. * **PENDING_DELETE**: The instance is being deleted. * **
795
+ # PENDING_CREATE**: The instance is being created. * **MAINTENANCE**: The
796
+ # instance is down for maintenance. * **FAILED**: The instance creation failed.
794
797
  # Corresponds to the JSON property `state`
795
798
  # @return [String]
796
799
  attr_accessor :state
@@ -881,7 +884,7 @@ module Google
881
884
  # @return [Array<Google::Apis::SqladminV1::Database>]
882
885
  attr_accessor :items
883
886
 
884
- # This is always *sql#databasesList*.
887
+ # This is always **sql#databasesList**.
885
888
  # Corresponds to the JSON property `kind`
886
889
  # @return [String]
887
890
  attr_accessor :kind
@@ -926,7 +929,7 @@ module Google
926
929
  class DemoteMasterContext
927
930
  include Google::Apis::Core::Hashable
928
931
 
929
- # This is always *sql#demoteMasterContext*.
932
+ # This is always **sql#demoteMasterContext**.
930
933
  # Corresponds to the JSON property `kind`
931
934
  # @return [String]
932
935
  attr_accessor :kind
@@ -1289,7 +1292,7 @@ module Google
1289
1292
  class FailoverContext
1290
1293
  include Google::Apis::Core::Hashable
1291
1294
 
1292
- # This is always *sql#failoverContext*.
1295
+ # This is always **sql#failoverContext**.
1293
1296
  # Corresponds to the JSON property `kind`
1294
1297
  # @return [String]
1295
1298
  attr_accessor :kind
@@ -1436,6 +1439,11 @@ module Google
1436
1439
  # @return [String]
1437
1440
  attr_accessor :read_time
1438
1441
 
1442
+ # Optional. If set, it will contain the cert valid duration.
1443
+ # Corresponds to the JSON property `validDuration`
1444
+ # @return [String]
1445
+ attr_accessor :valid_duration
1446
+
1439
1447
  def initialize(**args)
1440
1448
  update!(**args)
1441
1449
  end
@@ -1445,6 +1453,7 @@ module Google
1445
1453
  @access_token = args[:access_token] if args.key?(:access_token)
1446
1454
  @public_key = args[:public_key] if args.key?(:public_key)
1447
1455
  @read_time = args[:read_time] if args.key?(:read_time)
1456
+ @valid_duration = args[:valid_duration] if args.key?(:valid_duration)
1448
1457
  end
1449
1458
  end
1450
1459
 
@@ -1824,7 +1833,7 @@ module Google
1824
1833
  # @return [Array<Google::Apis::SqladminV1::DatabaseInstance>]
1825
1834
  attr_accessor :items
1826
1835
 
1827
- # This is always *sql#instancesList*.
1836
+ # This is always **sql#instancesList**.
1828
1837
  # Corresponds to the JSON property `kind`
1829
1838
  # @return [String]
1830
1839
  attr_accessor :kind
@@ -1867,7 +1876,7 @@ module Google
1867
1876
  # @return [Array<Google::Apis::SqladminV1::SslCert>]
1868
1877
  attr_accessor :certs
1869
1878
 
1870
- # This is always *sql#instancesListServerCas*.
1879
+ # This is always **sql#instancesListServerCas**.
1871
1880
  # Corresponds to the JSON property `kind`
1872
1881
  # @return [String]
1873
1882
  attr_accessor :kind
@@ -2250,7 +2259,7 @@ module Google
2250
2259
  # @return [String]
2251
2260
  attr_accessor :host_port
2252
2261
 
2253
- # This is always *sql#onPremisesConfiguration*.
2262
+ # This is always **sql#onPremisesConfiguration**.
2254
2263
  # Corresponds to the JSON property `kind`
2255
2264
  # @return [String]
2256
2265
  attr_accessor :kind
@@ -2473,7 +2482,7 @@ module Google
2473
2482
  # @return [Array<Google::Apis::SqladminV1::Operation>]
2474
2483
  attr_accessor :items
2475
2484
 
2476
- # This is always *sql#operationsList*.
2485
+ # This is always **sql#operationsList**.
2477
2486
  # Corresponds to the JSON property `kind`
2478
2487
  # @return [String]
2479
2488
  attr_accessor :kind
@@ -2500,8 +2509,8 @@ module Google
2500
2509
  class ReplicaConfiguration
2501
2510
  include Google::Apis::Core::Hashable
2502
2511
 
2503
- # Specifies if the replica is the failover target. If the field is set to *true*
2504
- # the replica will be designated as a failover replica. In case the primary
2512
+ # Specifies if the replica is the failover target. If the field is set to **true*
2513
+ # * the replica will be designated as a failover replica. In case the primary
2505
2514
  # instance fails, the replica instance will be promoted as the new primary
2506
2515
  # instance. Only one replica can be specified as failover target, and the
2507
2516
  # replica has to be in different zone with the primary instance.
@@ -2510,7 +2519,7 @@ module Google
2510
2519
  attr_accessor :failover_target
2511
2520
  alias_method :failover_target?, :failover_target
2512
2521
 
2513
- # This is always *sql#replicaConfiguration*.
2522
+ # This is always **sql#replicaConfiguration**.
2514
2523
  # Corresponds to the JSON property `kind`
2515
2524
  # @return [String]
2516
2525
  attr_accessor :kind
@@ -2574,7 +2583,7 @@ module Google
2574
2583
  # @return [String]
2575
2584
  attr_accessor :instance_id
2576
2585
 
2577
- # This is always *sql#restoreBackupContext*.
2586
+ # This is always **sql#restoreBackupContext**.
2578
2587
  # Corresponds to the JSON property `kind`
2579
2588
  # @return [String]
2580
2589
  attr_accessor :kind
@@ -2601,7 +2610,7 @@ module Google
2601
2610
  class RotateServerCaContext
2602
2611
  include Google::Apis::Core::Hashable
2603
2612
 
2604
- # This is always *sql#rotateServerCaContext*.
2613
+ # This is always **sql#rotateServerCaContext**.
2605
2614
  # Corresponds to the JSON property `kind`
2606
2615
  # @return [String]
2607
2616
  attr_accessor :kind
@@ -2850,7 +2859,7 @@ module Google
2850
2859
  # @return [String]
2851
2860
  attr_accessor :detail
2852
2861
 
2853
- # Can be *sql#externalSyncSettingError* or *sql#externalSyncSettingWarning*.
2862
+ # Can be **sql#externalSyncSettingError** or **sql#externalSyncSettingWarning**.
2854
2863
  # Corresponds to the JSON property `kind`
2855
2864
  # @return [String]
2856
2865
  attr_accessor :kind
@@ -2971,7 +2980,7 @@ module Google
2971
2980
  # @return [Array<Google::Apis::SqladminV1::SqlExternalSyncSettingError>]
2972
2981
  attr_accessor :errors
2973
2982
 
2974
- # This is always *sql#migrationSettingErrorList*.
2983
+ # This is always **sql#migrationSettingErrorList**.
2975
2984
  # Corresponds to the JSON property `kind`
2976
2985
  # @return [String]
2977
2986
  attr_accessor :kind
@@ -3286,7 +3295,7 @@ module Google
3286
3295
  # @return [Google::Apis::SqladminV1::SslCertDetail]
3287
3296
  attr_accessor :client_cert
3288
3297
 
3289
- # This is always *sql#sslCertsInsert*.
3298
+ # This is always **sql#sslCertsInsert**.
3290
3299
  # Corresponds to the JSON property `kind`
3291
3300
  # @return [String]
3292
3301
  attr_accessor :kind
@@ -3325,7 +3334,7 @@ module Google
3325
3334
  # @return [Array<Google::Apis::SqladminV1::SslCert>]
3326
3335
  attr_accessor :items
3327
3336
 
3328
- # This is always *sql#sslCertsList*.
3337
+ # This is always **sql#sslCertsList**.
3329
3338
  # Corresponds to the JSON property `kind`
3330
3339
  # @return [String]
3331
3340
  attr_accessor :kind
@@ -3382,7 +3391,7 @@ module Google
3382
3391
  # @return [Fixnum]
3383
3392
  attr_accessor :ram
3384
3393
 
3385
- # This is always *sql#tier*.
3394
+ # This is always **sql#tier**.
3386
3395
  # Corresponds to the JSON property `kind`
3387
3396
  # @return [String]
3388
3397
  attr_accessor :kind
@@ -3393,7 +3402,7 @@ module Google
3393
3402
  attr_accessor :region
3394
3403
 
3395
3404
  # An identifier for the machine type, for example, db-custom-1-3840. For related
3396
- # information, see Pricing.
3405
+ # information, see [Pricing](/sql/pricing).
3397
3406
  # Corresponds to the JSON property `tier`
3398
3407
  # @return [String]
3399
3408
  attr_accessor :tier
@@ -3421,7 +3430,7 @@ module Google
3421
3430
  # @return [Array<Google::Apis::SqladminV1::Tier>]
3422
3431
  attr_accessor :items
3423
3432
 
3424
- # This is always *sql#tiersList*.
3433
+ # This is always **sql#tiersList**.
3425
3434
  # Corresponds to the JSON property `kind`
3426
3435
  # @return [String]
3427
3436
  attr_accessor :kind
@@ -3441,13 +3450,13 @@ module Google
3441
3450
  class TruncateLogContext
3442
3451
  include Google::Apis::Core::Hashable
3443
3452
 
3444
- # This is always *sql#truncateLogContext*.
3453
+ # This is always **sql#truncateLogContext**.
3445
3454
  # Corresponds to the JSON property `kind`
3446
3455
  # @return [String]
3447
3456
  attr_accessor :kind
3448
3457
 
3449
- # The type of log to truncate. Valid values are *MYSQL_GENERAL_TABLE* and *
3450
- # MYSQL_SLOW_TABLE*.
3458
+ # The type of log to truncate. Valid values are **MYSQL_GENERAL_TABLE** and **
3459
+ # MYSQL_SLOW_TABLE**.
3451
3460
  # Corresponds to the JSON property `logType`
3452
3461
  # @return [String]
3453
3462
  attr_accessor :log_type
@@ -3472,25 +3481,25 @@ module Google
3472
3481
  # @return [String]
3473
3482
  attr_accessor :etag
3474
3483
 
3475
- # The host name from which the user can connect. For *insert* operations, host
3476
- # defaults to an empty string. For *update* operations, host is specified as
3484
+ # The host name from which the user can connect. For **insert** operations, host
3485
+ # defaults to an empty string. For **update** operations, host is specified as
3477
3486
  # part of the request URL. The host name cannot be updated after insertion.
3478
3487
  # Corresponds to the JSON property `host`
3479
3488
  # @return [String]
3480
3489
  attr_accessor :host
3481
3490
 
3482
3491
  # The name of the Cloud SQL instance. This does not include the project ID. Can
3483
- # be omitted for *update* since it is already specified on the URL.
3492
+ # be omitted for **update** since it is already specified on the URL.
3484
3493
  # Corresponds to the JSON property `instance`
3485
3494
  # @return [String]
3486
3495
  attr_accessor :instance
3487
3496
 
3488
- # This is always *sql#user*.
3497
+ # This is always **sql#user**.
3489
3498
  # Corresponds to the JSON property `kind`
3490
3499
  # @return [String]
3491
3500
  attr_accessor :kind
3492
3501
 
3493
- # The name of the user in the Cloud SQL instance. Can be omitted for *update*
3502
+ # The name of the user in the Cloud SQL instance. Can be omitted for **update**
3494
3503
  # since it is already specified in the URL.
3495
3504
  # Corresponds to the JSON property `name`
3496
3505
  # @return [String]
@@ -3502,8 +3511,8 @@ module Google
3502
3511
  attr_accessor :password
3503
3512
 
3504
3513
  # The project ID of the project containing the Cloud SQL database. The Google
3505
- # apps domain is prefixed if applicable. Can be omitted for *update* since it is
3506
- # already specified on the URL.
3514
+ # apps domain is prefixed if applicable. Can be omitted for **update** since it
3515
+ # is already specified on the URL.
3507
3516
  # Corresponds to the JSON property `project`
3508
3517
  # @return [String]
3509
3518
  attr_accessor :project
@@ -3546,7 +3555,7 @@ module Google
3546
3555
  # @return [Array<Google::Apis::SqladminV1::User>]
3547
3556
  attr_accessor :items
3548
3557
 
3549
- # This is always *sql#usersList*.
3558
+ # This is always **sql#usersList**.
3550
3559
  # Corresponds to the JSON property `kind`
3551
3560
  # @return [String]
3552
3561
  attr_accessor :kind
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1
18
18
  # Version of the google-apis-sqladmin_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210913"
25
+ REVISION = "20210929"
26
26
  end
27
27
  end
28
28
  end
@@ -883,6 +883,7 @@ module Google
883
883
  property :access_token, as: 'access_token'
884
884
  property :public_key, as: 'public_key'
885
885
  property :read_time, as: 'readTime'
886
+ property :valid_duration, as: 'validDuration'
886
887
  end
887
888
  end
888
889
 
@@ -55,7 +55,8 @@ module Google
55
55
  # @param [String] instance
56
56
  # Cloud SQL instance ID. This does not include the project ID.
57
57
  # @param [Fixnum] id
58
- # The ID of the backup run to delete. To find a backup run ID, use the list
58
+ # The ID of the backup run to delete. To find a backup run ID, use the [list](
59
+ # https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/backupRuns/list)
59
60
  # method.
60
61
  # @param [String] fields
61
62
  # Selector specifying which fields to include in a partial response.
@@ -712,9 +713,10 @@ module Google
712
713
 
713
714
  # Initiates a manual failover of a high availability (HA) primary instance to a
714
715
  # standby instance, which becomes the primary instance. Users are then rerouted
715
- # to the new primary. For more information, see the Overview of high
716
- # availability page in the Cloud SQL documentation. If using Legacy HA (MySQL
717
- # only), this causes the instance to failover to its failover replica instance.
716
+ # to the new primary. For more information, see the [Overview of high
717
+ # availability](https://cloud.google.com/sql/docs/mysql/high-availability) page
718
+ # in the Cloud SQL documentation. If using Legacy HA (MySQL only), this causes
719
+ # the instance to failover to its failover replica instance.
718
720
  # @param [String] project
719
721
  # ID of the project that contains the read replica.
720
722
  # @param [String] instance
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-22 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1
63
63
  post_install_message:
64
64
  rdoc_options: []