google-apis-sqladmin_v1beta4 0.6.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de6cb9159807d030a80fcb470ef7377de7a24c6f605a82e5aa5656bf91713a03
|
4
|
+
data.tar.gz: 45ff6eb1f89ae569cf5e42fa854f3dde4f772ba3f9178fee012caae40b938d62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eae188861d048e0656e46c2642c18381debd066f4a1ed84c3a52308d158aa489623e91772c01965b914e1570964c34e948b0eb0356430613f4823326860d5f32
|
7
|
+
data.tar.gz: 7700a6f2922646f0b7adc0a6a7bfa4fc0a766d9307b856e592e3e8f87482b15f377842ec77749d7d4be5cfbb75fa71c4c4606f4484fc72990bb303bf0171badf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-sqladmin_v1beta4
|
2
2
|
|
3
|
+
### v0.11.0 (2021-06-24)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.10.0 (2021-06-18)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210608
|
10
|
+
|
11
|
+
### v0.9.0 (2021-06-04)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210521
|
14
|
+
* Regenerated using generator version 0.3.0
|
15
|
+
|
16
|
+
### v0.8.0 (2021-05-20)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
20
|
+
### v0.7.0 (2021-04-29)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210420
|
23
|
+
|
3
24
|
### v0.6.0 (2021-03-31)
|
4
25
|
|
5
26
|
* Regenerated from discovery document revision 20210321
|
@@ -644,6 +644,11 @@ module Google
|
|
644
644
|
# @return [Google::Apis::SqladminV1beta4::OnPremisesConfiguration]
|
645
645
|
attr_accessor :on_premises_configuration
|
646
646
|
|
647
|
+
# This message wraps up the information written by out-of-disk detection job.
|
648
|
+
# Corresponds to the JSON property `outOfDiskReport`
|
649
|
+
# @return [Google::Apis::SqladminV1beta4::SqlOutOfDiskReport]
|
650
|
+
attr_accessor :out_of_disk_report
|
651
|
+
|
647
652
|
# The project ID of the project containing the Cloud SQL instance. The Google
|
648
653
|
# apps domain is prefixed if applicable.
|
649
654
|
# Corresponds to the JSON property `project`
|
@@ -703,7 +708,7 @@ module Google
|
|
703
708
|
attr_accessor :server_ca_cert
|
704
709
|
|
705
710
|
# The service account email address assigned to the instance. This property is
|
706
|
-
#
|
711
|
+
# read-only.
|
707
712
|
# Corresponds to the JSON property `serviceAccountEmailAddress`
|
708
713
|
# @return [String]
|
709
714
|
attr_accessor :service_account_email_address
|
@@ -752,6 +757,7 @@ module Google
|
|
752
757
|
@max_disk_size = args[:max_disk_size] if args.key?(:max_disk_size)
|
753
758
|
@name = args[:name] if args.key?(:name)
|
754
759
|
@on_premises_configuration = args[:on_premises_configuration] if args.key?(:on_premises_configuration)
|
760
|
+
@out_of_disk_report = args[:out_of_disk_report] if args.key?(:out_of_disk_report)
|
755
761
|
@project = args[:project] if args.key?(:project)
|
756
762
|
@region = args[:region] if args.key?(:region)
|
757
763
|
@replica_configuration = args[:replica_configuration] if args.key?(:replica_configuration)
|
@@ -1465,6 +1471,12 @@ module Google
|
|
1465
1471
|
attr_accessor :query_insights_enabled
|
1466
1472
|
alias_method :query_insights_enabled?, :query_insights_enabled
|
1467
1473
|
|
1474
|
+
# Number of query plans generated by Insights per minute. Default is 5. Changing
|
1475
|
+
# this will restart the database.
|
1476
|
+
# Corresponds to the JSON property `queryPlansPerMinute`
|
1477
|
+
# @return [Fixnum]
|
1478
|
+
attr_accessor :query_plans_per_minute
|
1479
|
+
|
1468
1480
|
# Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-
|
1469
1481
|
# 4500 bytes. Query length more than this field value will be truncated to this
|
1470
1482
|
# value. When unset, query length will be the default value. Changing query
|
@@ -1492,6 +1504,7 @@ module Google
|
|
1492
1504
|
# Update properties of this object
|
1493
1505
|
def update!(**args)
|
1494
1506
|
@query_insights_enabled = args[:query_insights_enabled] if args.key?(:query_insights_enabled)
|
1507
|
+
@query_plans_per_minute = args[:query_plans_per_minute] if args.key?(:query_plans_per_minute)
|
1495
1508
|
@query_string_length = args[:query_string_length] if args.key?(:query_string_length)
|
1496
1509
|
@record_application_tags = args[:record_application_tags] if args.key?(:record_application_tags)
|
1497
1510
|
@record_client_address = args[:record_client_address] if args.key?(:record_client_address)
|
@@ -2658,6 +2671,34 @@ module Google
|
|
2658
2671
|
end
|
2659
2672
|
end
|
2660
2673
|
|
2674
|
+
# This message wraps up the information written by out-of-disk detection job.
|
2675
|
+
class SqlOutOfDiskReport
|
2676
|
+
include Google::Apis::Core::Hashable
|
2677
|
+
|
2678
|
+
# The minimum recommended increase size in GigaBytes This field is consumed by
|
2679
|
+
# the frontend Writers: -- the proactive database wellness job for OOD.
|
2680
|
+
# Corresponds to the JSON property `sqlMinRecommendedIncreaseSizeGb`
|
2681
|
+
# @return [Fixnum]
|
2682
|
+
attr_accessor :sql_min_recommended_increase_size_gb
|
2683
|
+
|
2684
|
+
# This field represents the state generated by the proactive database wellness
|
2685
|
+
# job for OutOfDisk issues. Writers: -- the proactive database wellness job for
|
2686
|
+
# OOD. Readers: -- the proactive database wellness job
|
2687
|
+
# Corresponds to the JSON property `sqlOutOfDiskState`
|
2688
|
+
# @return [String]
|
2689
|
+
attr_accessor :sql_out_of_disk_state
|
2690
|
+
|
2691
|
+
def initialize(**args)
|
2692
|
+
update!(**args)
|
2693
|
+
end
|
2694
|
+
|
2695
|
+
# Update properties of this object
|
2696
|
+
def update!(**args)
|
2697
|
+
@sql_min_recommended_increase_size_gb = args[:sql_min_recommended_increase_size_gb] if args.key?(:sql_min_recommended_increase_size_gb)
|
2698
|
+
@sql_out_of_disk_state = args[:sql_out_of_disk_state] if args.key?(:sql_out_of_disk_state)
|
2699
|
+
end
|
2700
|
+
end
|
2701
|
+
|
2661
2702
|
# Any scheduled maintenancce for this instance.
|
2662
2703
|
class SqlScheduledMaintenance
|
2663
2704
|
include Google::Apis::Core::Hashable
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210608"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -388,6 +388,12 @@ module Google
|
|
388
388
|
include Google::Apis::Core::JsonObjectSupport
|
389
389
|
end
|
390
390
|
|
391
|
+
class SqlOutOfDiskReport
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
391
397
|
class SqlScheduledMaintenance
|
392
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
399
|
|
@@ -628,6 +634,8 @@ module Google
|
|
628
634
|
property :name, as: 'name'
|
629
635
|
property :on_premises_configuration, as: 'onPremisesConfiguration', class: Google::Apis::SqladminV1beta4::OnPremisesConfiguration, decorator: Google::Apis::SqladminV1beta4::OnPremisesConfiguration::Representation
|
630
636
|
|
637
|
+
property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
|
638
|
+
|
631
639
|
property :project, as: 'project'
|
632
640
|
property :region, as: 'region'
|
633
641
|
property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1beta4::ReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::ReplicaConfiguration::Representation
|
@@ -839,6 +847,7 @@ module Google
|
|
839
847
|
# @private
|
840
848
|
class Representation < Google::Apis::Core::JsonRepresentation
|
841
849
|
property :query_insights_enabled, as: 'queryInsightsEnabled'
|
850
|
+
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
842
851
|
property :query_string_length, as: 'queryStringLength'
|
843
852
|
property :record_application_tags, as: 'recordApplicationTags'
|
844
853
|
property :record_client_address, as: 'recordClientAddress'
|
@@ -1166,6 +1175,14 @@ module Google
|
|
1166
1175
|
end
|
1167
1176
|
end
|
1168
1177
|
|
1178
|
+
class SqlOutOfDiskReport
|
1179
|
+
# @private
|
1180
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1181
|
+
property :sql_min_recommended_increase_size_gb, as: 'sqlMinRecommendedIncreaseSizeGb'
|
1182
|
+
property :sql_out_of_disk_state, as: 'sqlOutOfDiskState'
|
1183
|
+
end
|
1184
|
+
end
|
1185
|
+
|
1169
1186
|
class SqlScheduledMaintenance
|
1170
1187
|
# @private
|
1171
1188
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sqladmin_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.3'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Cloud SQL Admin API V1beta4. Simple
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
29
35
|
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.11.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Cloud SQL Admin API V1beta4
|