google-apis-sqladmin_v1 0.5.0 → 0.6.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: d3804e8fe5e7e20f438892bc14f0ce771765b8049bb265dc9abc3686daca0bd2
4
- data.tar.gz: f15cd4481eebea0c944cb58647ad6665c44ba4ac722f8d972d7fe60dc38c78b5
3
+ metadata.gz: c2db2629a3076aab347695d5e7e2ddba77be9bc01f0d811275ed1a489e6921b7
4
+ data.tar.gz: 067f5d389927755623b3cfdf6a331b61672281b146ce1cd4f7757d250efb26b6
5
5
  SHA512:
6
- metadata.gz: 30f5645f91a00bafa7c64421acbfc8bad117036f897b9e89690a1bb6612428de68c8a52f6fb47367e51b3e9af63423e78dc93d1c5952a5a3625ef96ae8b502e8
7
- data.tar.gz: e5eb911d106a7a24b92d59269b2e42949af3eba7a9478a67baf202fadecf929d2c3b99647794b5af182efcb7c890262a9d19ebe1cadf9772bd1e64432b100e73
6
+ metadata.gz: 7faa179add03592a565099cd9e9828ea7aea1bc3b46e05cee97dea62d84d8ff7d2304a911831618f356fbdcedf89a1153869a7f0b9e8d2b5c90f540f99eff55d
7
+ data.tar.gz: 042ddd7dcd407f6ec8a6226cab7014fefb1abcb4855b08dc37e569f10a600a92dced4afaa69a7e3147cdf552bcc02cea0fafa4dee7c6d8294dbde5db0c3abaa6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.6.0 (2021-09-21)
4
+
5
+ * Regenerated from discovery document revision 20210913
6
+
3
7
  ### v0.5.0 (2021-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20210902
@@ -243,14 +243,14 @@ module Google
243
243
  # @return [Google::Apis::SqladminV1::DiskEncryptionStatus]
244
244
  attr_accessor :disk_encryption_status
245
245
 
246
- # The time the backup operation completed in UTC timezone in RFC 3339 format,
247
- # for example *2012-11-15T16:19:00.094Z*.
246
+ # The time the backup operation completed in UTC timezone in [RFC 3339](https://
247
+ # tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
248
248
  # Corresponds to the JSON property `endTime`
249
249
  # @return [String]
250
250
  attr_accessor :end_time
251
251
 
252
- # The time the run was enqueued in UTC timezone in RFC 3339 format, for example *
253
- # 2012-11-15T16:19:00.094Z*.
252
+ # The time the run was enqueued in UTC timezone in [RFC 3339](https://tools.ietf.
253
+ # org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
254
254
  # Corresponds to the JSON property `enqueuedTime`
255
255
  # @return [String]
256
256
  attr_accessor :enqueued_time
@@ -286,8 +286,9 @@ module Google
286
286
  # @return [String]
287
287
  attr_accessor :self_link
288
288
 
289
- # The time the backup operation actually started in UTC timezone in RFC 3339
290
- # format, for example *2012-11-15T16:19:00.094Z*.
289
+ # The time the backup operation actually started in UTC timezone in [RFC 3339](
290
+ # https://tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.
291
+ # 094Z**.
291
292
  # Corresponds to the JSON property `startTime`
292
293
  # @return [String]
293
294
  attr_accessor :start_time
@@ -304,7 +305,8 @@ module Google
304
305
  attr_accessor :type
305
306
 
306
307
  # The start time of the backup window during which this the backup was attempted
307
- # in RFC 3339 format, for example *2012-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**.
308
310
  # Corresponds to the JSON property `windowStartTime`
309
311
  # @return [String]
310
312
  attr_accessor :window_start_time
@@ -612,8 +614,8 @@ module Google
612
614
  # @return [String]
613
615
  attr_accessor :connection_name
614
616
 
615
- # Output only. The time when the instance was created in RFC 3339 format (https:/
616
- # /tools.ietf.org/html/rfc3339), for example 2012-11-15T16:19:00.094Z
617
+ # Output only. The time when the instance was created in [RFC 3339](https://
618
+ # tools.ietf.org/html/rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
617
619
  # Corresponds to the JSON property `createTime`
618
620
  # @return [String]
619
621
  attr_accessor :create_time
@@ -946,12 +948,12 @@ module Google
946
948
  attr_accessor :skip_replication_setup
947
949
  alias_method :skip_replication_setup?, :skip_replication_setup
948
950
 
949
- # Verify GTID consistency for demote operation. Default value: *True*. Setting
951
+ # Verify GTID consistency for demote operation. Default value: **True**. Setting
950
952
  # this flag to false enables you to bypass GTID consistency check between on-
951
953
  # premises primary instance and Cloud SQL instance during the demotion operation
952
954
  # but also exposes you to the risk of future replication failures. Change the
953
- # value value only if you know the reason for the GTID divergence and are
954
- # confident that doing so will not cause any replication issues.
955
+ # value only if you know the reason for the GTID divergence and are confident
956
+ # that doing so will not cause any replication issues.
955
957
  # Corresponds to the JSON property `verifyGtidConsistency`
956
958
  # @return [Boolean]
957
959
  attr_accessor :verify_gtid_consistency
@@ -1036,8 +1038,8 @@ module Google
1036
1038
  attr_accessor :end_date
1037
1039
 
1038
1040
  # "deny maintenance period" start date. If the year of the start date is empty,
1039
- # the year of the end date also must be empty. In this case, it means the no
1040
- # maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e.,
1041
+ # the year of the end date also must be empty. In this case, it means the deny
1042
+ # maintenance period recurs every year. The date is in format yyyy-mm-dd i.e.,
1041
1043
  # 2020-11-01, or mm-dd, i.e., 11-01
1042
1044
  # Corresponds to the JSON property `startDate`
1043
1045
  # @return [String]
@@ -1120,22 +1122,22 @@ module Google
1120
1122
  # @return [Google::Apis::SqladminV1::ExportContext::CsvExportOptions]
1121
1123
  attr_accessor :csv_export_options
1122
1124
 
1123
- # Databases to be exported. **MySQL instances:** If **fileType** is **SQL** and
1124
- # no database is specified, all databases are exported, except for the **mysql**
1125
- # system database. If **fileType** is **CSV**, you can specify one database,
1126
- # either by using this property or by using the **csvExportOptions.selectQuery**
1127
- # property, which takes precedence over this property. **PostgreSQL instances:**
1128
- # You must specify one database to be exported. If **fileType** is **CSV**, this
1129
- # database must match the one specified in the **csvExportOptions.selectQuery**
1130
- # property. **SQL Server instances:** You must specify one database to be
1131
- # exported, and the **fileType** must be **BAK**.
1125
+ # Databases to be exported. * **MySQL instances:** If **fileType** is **SQL**
1126
+ # and no database is specified, all databases are exported, except for the **
1127
+ # mysql** system database. If **fileType** is **CSV**, you can specify one
1128
+ # database, either by using this property or by using the **csvExportOptions.
1129
+ # selectQuery** property, which takes precedence over this property. * **
1130
+ # PostgreSQL instances:** You must specify one database to be exported. If **
1131
+ # fileType** is **CSV**, this database must match the one specified in the **
1132
+ # csvExportOptions.selectQuery** property. * **SQL Server instances:** You must
1133
+ # specify one database to be exported, and the **fileType** must be **BAK**.
1132
1134
  # Corresponds to the JSON property `databases`
1133
1135
  # @return [Array<String>]
1134
1136
  attr_accessor :databases
1135
1137
 
1136
- # The file type for the specified uri. **SQL**: The file contains SQL statements.
1137
- # **CSV**: The file contains CSV data. **BAK**: The file contains backup data
1138
- # for a SQL Server instance.
1138
+ # The file type for the specified uri. * **SQL**: The file contains SQL
1139
+ # statements. * **CSV**: The file contains CSV data. * **BAK**: The file
1140
+ # contains backup data for a SQL Server instance.
1139
1141
  # Corresponds to the JSON property `fileType`
1140
1142
  # @return [String]
1141
1143
  attr_accessor :file_type
@@ -1262,10 +1264,10 @@ module Google
1262
1264
  class MysqlExportOptions
1263
1265
  include Google::Apis::Core::Hashable
1264
1266
 
1265
- # Option to include SQL statement required to set up replication. If set to **1**
1266
- # , the dump file includes a CHANGE MASTER TO statement with the binary log
1267
- # coordinates, and --set-gtid-purged is set to ON. If set to **2**, the CHANGE
1268
- # MASTER TO statement is written as a SQL comment and has no effect. If set to
1267
+ # Option to include SQL statement required to set up replication. * If set to **
1268
+ # 1**, the dump file includes a CHANGE MASTER TO statement with the binary log
1269
+ # coordinates, and --set-gtid-purged is set to ON. * If set to **2**, the CHANGE
1270
+ # MASTER TO statement is written as a SQL comment and has no effect. * If set to
1269
1271
  # any value other than **1**, --set-gtid-purged is set to OFF.
1270
1272
  # Corresponds to the JSON property `masterData`
1271
1273
  # @return [Fixnum]
@@ -2094,7 +2096,7 @@ module Google
2094
2096
  attr_accessor :kind
2095
2097
 
2096
2098
  # Maintenance timing setting: **canary** (Earlier) or **stable** (Later). [Learn
2097
- # more] (https://cloud.google.com/sql/docs/mysql/instance-settings#maintenance-
2099
+ # more](https://cloud.google.com/sql/docs/mysql/instance-settings#maintenance-
2098
2100
  # timing-2ndgen).
2099
2101
  # Corresponds to the JSON property `updateTrack`
2100
2102
  # @return [String]
@@ -2336,9 +2338,10 @@ module Google
2336
2338
  # @return [String]
2337
2339
  attr_accessor :name
2338
2340
 
2339
- # The type of the operation. Valid values are: **CREATE** **DELETE** **UPDATE** *
2340
- # *RESTART** **IMPORT** **EXPORT** **BACKUP_VOLUME** **RESTORE_VOLUME** **
2341
- # CREATE_USER** **DELETE_USER** **CREATE_DATABASE** **DELETE_DATABASE**
2341
+ # The type of the operation. Valid values are: * **CREATE** * **DELETE** * **
2342
+ # UPDATE** * **RESTART** * **IMPORT** * **EXPORT** * **BACKUP_VOLUME** * **
2343
+ # RESTORE_VOLUME** * **CREATE_USER** * **DELETE_USER** * **CREATE_DATABASE** * **
2344
+ # DELETE_DATABASE**
2342
2345
  # Corresponds to the JSON property `operationType`
2343
2346
  # @return [String]
2344
2347
  attr_accessor :operation_type
@@ -2354,8 +2357,8 @@ module Google
2354
2357
  # @return [String]
2355
2358
  attr_accessor :start_time
2356
2359
 
2357
- # The status of an operation. Valid values are: **PENDING** **RUNNING** **DONE**
2358
- # **SQL_OPERATION_STATUS_UNSPECIFIED**
2360
+ # The status of an operation. Valid values are: * **PENDING** * **RUNNING** * **
2361
+ # DONE** * **SQL_OPERATION_STATUS_UNSPECIFIED**
2359
2362
  # Corresponds to the JSON property `status`
2360
2363
  # @return [String]
2361
2364
  attr_accessor :status
@@ -2539,8 +2542,8 @@ module Google
2539
2542
  attr_accessor :reschedule_type
2540
2543
 
2541
2544
  # Optional. Timestamp when the maintenance shall be rescheduled to if
2542
- # reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example *2012-11-15T16:
2543
- # 19:00.094Z*.
2545
+ # reschedule_type=SPECIFIC_TIME, in [RFC 3339](https://tools.ietf.org/html/
2546
+ # rfc3339) format, for example **2012-11-15T16:19:00.094Z**.
2544
2547
  # Corresponds to the JSON property `scheduleTime`
2545
2548
  # @return [String]
2546
2549
  attr_accessor :schedule_time
@@ -2625,10 +2628,10 @@ module Google
2625
2628
  include Google::Apis::Core::Hashable
2626
2629
 
2627
2630
  # The activation policy specifies when the instance is activated; it is
2628
- # applicable only when the instance state is RUNNABLE. Valid values: **ALWAYS**:
2629
- # The instance is on, and remains so even in the absence of connection requests.
2630
- # **NEVER**: The instance is off; it is not activated, even if a connection
2631
- # request arrives.
2631
+ # applicable only when the instance state is RUNNABLE. Valid values: * **ALWAYS**
2632
+ # : The instance is on, and remains so even in the absence of connection
2633
+ # requests. * **NEVER**: The instance is off; it is not activated, even if a
2634
+ # connection request arrives.
2632
2635
  # Corresponds to the JSON property `activationPolicy`
2633
2636
  # @return [String]
2634
2637
  attr_accessor :activation_policy
@@ -2644,11 +2647,12 @@ module Google
2644
2647
  # @return [Array<String>]
2645
2648
  attr_accessor :authorized_gae_applications
2646
2649
 
2647
- # Availability type. Potential values: **ZONAL**: The instance serves data from
2648
- # only one zone. Outages in that zone affect data accessibility. **REGIONAL**:
2649
- # The instance can serve data from more than one zone in a region (it is highly
2650
- # available). For more information, see [Overview of the High Availability
2651
- # Configuration](https://cloud.google.com/sql/docs/mysql/high-availability).
2650
+ # Availability type. Potential values: * **ZONAL**: The instance serves data
2651
+ # from only one zone. Outages in that zone affect data accessibility. * **
2652
+ # REGIONAL**: The instance can serve data from more than one zone in a region (
2653
+ # it is highly available)./ For more information, see [Overview of the High
2654
+ # Availability Configuration](https://cloud.google.com/sql/docs/mysql/high-
2655
+ # availability).
2652
2656
  # Corresponds to the JSON property `availabilityType`
2653
2657
  # @return [String]
2654
2658
  attr_accessor :availability_type
@@ -2676,7 +2680,8 @@ module Google
2676
2680
  # @return [Fixnum]
2677
2681
  attr_accessor :data_disk_size_gb
2678
2682
 
2679
- # The type of data disk: **PD_SSD** (default) or **PD_HDD**.
2683
+ # The type of data disk: **PD_SSD** (default) or **PD_HDD**. Not used for First
2684
+ # Generation instances.
2680
2685
  # Corresponds to the JSON property `dataDiskType`
2681
2686
  # @return [String]
2682
2687
  attr_accessor :data_disk_type
@@ -2836,7 +2841,7 @@ module Google
2836
2841
  end
2837
2842
  end
2838
2843
 
2839
- # External primary instance migration setting error.
2844
+ # External primary instance migration setting error/warning.
2840
2845
  class SqlExternalSyncSettingError
2841
2846
  include Google::Apis::Core::Hashable
2842
2847
 
@@ -2993,15 +2998,15 @@ module Google
2993
2998
  include Google::Apis::Core::Hashable
2994
2999
 
2995
3000
  # The minimum recommended increase size in GigaBytes This field is consumed by
2996
- # the frontend Writers: -- the proactive database wellness job for OOD. Readers:
2997
- # -- the Pantheon frontend
3001
+ # the frontend * Writers: * the proactive database wellness job for OOD. *
3002
+ # Readers:
2998
3003
  # Corresponds to the JSON property `sqlMinRecommendedIncreaseSizeGb`
2999
3004
  # @return [Fixnum]
3000
3005
  attr_accessor :sql_min_recommended_increase_size_gb
3001
3006
 
3002
3007
  # This field represents the state generated by the proactive database wellness
3003
- # job for OutOfDisk issues. Writers: -- the proactive database wellness job for
3004
- # OOD. Readers: -- the Pantheon frontend -- the proactive database wellness job
3008
+ # job for OutOfDisk issues. * Writers: * the proactive database wellness job for
3009
+ # OOD. * Readers: * the proactive database wellness job
3005
3010
  # Corresponds to the JSON property `sqlOutOfDiskState`
3006
3011
  # @return [String]
3007
3012
  attr_accessor :sql_out_of_disk_state
@@ -3168,7 +3173,7 @@ module Google
3168
3173
  # @return [String]
3169
3174
  attr_accessor :instance
3170
3175
 
3171
- # This is always sql#sslCert.
3176
+ # This is always **sql#sslCert**.
3172
3177
  # Corresponds to the JSON property `kind`
3173
3178
  # @return [String]
3174
3179
  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.5.0"
19
+ GEM_VERSION = "0.6.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 = "20210902"
25
+ REVISION = "20210913"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-13 00:00:00.000000000 Z
11
+ date: 2021-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.6.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: []