google-apis-sqladmin_v1beta4 0.13.0 → 0.14.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: 26ab30ab594e4972b513d2261fa597aa20cf6d4d30c1f601e71ef078b44b0306
4
- data.tar.gz: ed01810749e9d0cfb7133332e865a2840f6a748b5498346346a4549b575223d3
3
+ metadata.gz: 73f479f9f93ef4f01ef43b95308ad3cf00dfc04d7ad43fffbc6d6082f8bb3752
4
+ data.tar.gz: 0b21a2ec0e77b8713322e2817d1755304ac8a8bb6e3ef8dbf54a384be10cd400
5
5
  SHA512:
6
- metadata.gz: d73cf8c9263b5fb52fd2449f84dad08d6f0c09ecbe3169f7b5b0e67af202cf1055a554eb322d31d82fc6c86c2f62ee014d305ab4667978f7f33f5a8c0b32374b
7
- data.tar.gz: 89e3aab7846a8eb9d42ff71127036227c18ccf402516831de9b1e367829abcb79dc35be570c01ab2443e63475f9d0182c4a054a4116f790c6a3744ee79bfbe57
6
+ metadata.gz: 55e1ea6561e35d873d5cb1e6c463ae80d4aa46f29858a2d2e650b880a9e4a9b3d93d92933ec6730e01ee61193749582942f5101b2a5c7f5e0ee4bb92aab10223
7
+ data.tar.gz: 79b601cc03fdb61961887860e64892b339e7e062e425c3ebddd3d23db704560097e8442270b05f16899c4fa9e057573cfaca95ac1c5526588327510986debdd0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.14.0 (2021-07-29)
4
+
5
+ * Regenerated from discovery document revision 20210715
6
+
3
7
  ### v0.13.0 (2021-07-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20210627
@@ -565,9 +565,9 @@ module Google
565
565
  include Google::Apis::Core::Hashable
566
566
 
567
567
  # The name of the flag. These flags are passed at instance startup, so include
568
- # both server options and system variables for MySQL. Flags are specified with
569
- # underscores, not hyphens. For more information, see Configuring Database Flags
570
- # in the Cloud SQL documentation.
568
+ # both server options and system variables. Flags are specified with underscores,
569
+ # not hyphens. For more information, see Configuring Database Flags in the
570
+ # Cloud SQL documentation.
571
571
  # Corresponds to the JSON property `name`
572
572
  # @return [String]
573
573
  attr_accessor :name
@@ -615,9 +615,10 @@ module Google
615
615
  # The database engine type and version. The *databaseVersion* field cannot be
616
616
  # changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (
617
617
  # default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*,
618
- # *POSTGRES_11*, *POSTGRES_12*, or *POSTGRES_13* (default). SQL Server instances:
619
- # *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *
620
- # SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
618
+ # *POSTGRES_11*, *POSTGRES_12*, *POSTGRES_13* (default). SQL Server instances: *
619
+ # SQLSERVER_2019_STANDARD*, *SQLSERVER_2019_ENTERPRISE*, *SQLSERVER_2019_EXPRESS*
620
+ # , or *SQLSERVER_2019_WEB*, *SQLSERVER_2017_STANDARD* (default), *
621
+ # SQLSERVER_2017_ENTERPRISE*, *SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
621
622
  # Corresponds to the JSON property `databaseVersion`
622
623
  # @return [String]
623
624
  attr_accessor :database_version
@@ -638,8 +639,7 @@ module Google
638
639
  # @return [String]
639
640
  attr_accessor :etag
640
641
 
641
- # The name and status of the failover replica. This property is applicable only
642
- # to Second Generation instances.
642
+ # The name and status of the failover replica.
643
643
  # Corresponds to the JSON property `failoverReplica`
644
644
  # @return [Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica]
645
645
  attr_accessor :failover_replica
@@ -825,8 +825,7 @@ module Google
825
825
  @suspension_reason = args[:suspension_reason] if args.key?(:suspension_reason)
826
826
  end
827
827
 
828
- # The name and status of the failover replica. This property is applicable only
829
- # to Second Generation instances.
828
+ # The name and status of the failover replica.
830
829
  class FailoverReplica
831
830
  include Google::Apis::Core::Hashable
832
831
 
@@ -840,7 +839,7 @@ module Google
840
839
 
841
840
  # The name of the failover replica. If specified at instance creation, a
842
841
  # failover replica is created for the instance. The name doesn't include the
843
- # project ID. This property is applicable only to Second Generation instances.
842
+ # project ID.
844
843
  # Corresponds to the JSON property `name`
845
844
  # @return [String]
846
845
  attr_accessor :name
@@ -927,13 +926,12 @@ module Google
927
926
  # @return [Google::Apis::SqladminV1beta4::DemoteMasterConfiguration]
928
927
  attr_accessor :replica_configuration
929
928
 
930
- # Verify GTID consistency for demote operation. Default value: *True*. Second
931
- # Generation instances only. Setting this flag to false enables you to bypass
932
- # GTID consistency check between on-premises primary instance and Cloud SQL
933
- # instance during the demotion operation but also exposes you to the risk of
934
- # future replication failures. Change the value only if you know the reason for
935
- # the GTID divergence and are confident that doing so will not cause any
936
- # replication issues.
929
+ # Verify GTID consistency for demote operation. Default value: *True*. Setting
930
+ # this flag to false enables you to bypass GTID consistency check between on-
931
+ # premises primary instance and Cloud SQL instance during the demotion operation
932
+ # but also exposes you to the risk of future replication failures. Change the
933
+ # value only if you know the reason for the GTID divergence and are confident
934
+ # that doing so will not cause any replication issues.
937
935
  # Corresponds to the JSON property `verifyGtidConsistency`
938
936
  # @return [Boolean]
939
937
  attr_accessor :verify_gtid_consistency
@@ -1311,8 +1309,7 @@ module Google
1311
1309
  # @return [String]
1312
1310
  attr_accessor :name
1313
1311
 
1314
- # Indicates whether changing this flag will trigger a database restart. Only
1315
- # applicable to Second Generation instances.
1312
+ # Indicates whether changing this flag will trigger a database restart.
1316
1313
  # Corresponds to the JSON property `requiresRestart`
1317
1314
  # @return [Boolean]
1318
1315
  attr_accessor :requires_restart
@@ -1572,8 +1569,8 @@ module Google
1572
1569
  attr_accessor :query_insights_enabled
1573
1570
  alias_method :query_insights_enabled?, :query_insights_enabled
1574
1571
 
1575
- # Number of query plans generated by Insights per minute. Default is 5. Changing
1576
- # this will restart the database.
1572
+ # Number of query execution plans captured by Insights per minute for all
1573
+ # queries combined. Default is 5.
1577
1574
  # Corresponds to the JSON property `queryPlansPerMinute`
1578
1575
  # @return [Fixnum]
1579
1576
  attr_accessor :query_plans_per_minute
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.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 = "20210627"
25
+ REVISION = "20210715"
26
26
  end
27
27
  end
28
28
  end
@@ -55,7 +55,7 @@ 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
59
  # method.
60
60
  # @param [String] fields
61
61
  # Selector specifying which fields to include in a partial response.
@@ -92,7 +92,7 @@ module Google
92
92
  # @param [String] instance
93
93
  # Cloud SQL instance ID. This does not include the project ID.
94
94
  # @param [Fixnum] id
95
- # The ID of this Backup Run.
95
+ # The ID of this backup run.
96
96
  # @param [String] fields
97
97
  # Selector specifying which fields to include in a partial response.
98
98
  # @param [String] quota_user
@@ -122,8 +122,7 @@ module Google
122
122
  execute_or_queue_command(command, &block)
123
123
  end
124
124
 
125
- # Creates a new backup run on demand. This method is applicable only to Second
126
- # Generation instances.
125
+ # Creates a new backup run on demand.
127
126
  # @param [String] project
128
127
  # Project ID of the project that contains the instance.
129
128
  # @param [String] instance
@@ -498,7 +497,7 @@ module Google
498
497
  execute_or_queue_command(command, &block)
499
498
  end
500
499
 
501
- # List all available database flags for Cloud SQL instances.
500
+ # Lists all available database flags for Cloud SQL instances.
502
501
  # @param [String] database_version
503
502
  # Database type and version you want to retrieve flags for. By default, this
504
503
  # method returns flags for all database types and versions.
@@ -711,8 +710,11 @@ module Google
711
710
  execute_or_queue_command(command, &block)
712
711
  end
713
712
 
714
- # Failover the instance to its failover replica instance. Using this operation
715
- # might cause your instance to restart.
713
+ # Initiates a manual failover of a high availability (HA) primary instance to a
714
+ # 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
718
  # @param [String] project
717
719
  # ID of the project that contains the read replica.
718
720
  # @param [String] instance
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
63
63
  post_install_message:
64
64
  rdoc_options: []