google-apis-sqladmin_v1beta4 0.6.0 → 0.7.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: ac527d19fe66e47d8ef576e6f3c59c329c484f613109b4747560d38c2e0cfa3a
|
4
|
+
data.tar.gz: 133317cba94118551fc0868b45ff66ac05fbf0d9c504d2d5dd5403c42ebd0845
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbd91677c0568b026d28aea201254f906f0f67da2ff533859634cd765b5a5592ec39def38060fb4cd752ed6ee39e5e2ee39a03401907ae98cdbb9f6c806cef78
|
7
|
+
data.tar.gz: 1347ffaf7cb08fbec3bfd23803175f269ac605426f52166c05d71311c64c979302f7bff8475552bc9790d616bd945638aa81048ede249f5b37496c82a48b347f
|
data/CHANGELOG.md
CHANGED
@@ -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`
|
@@ -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)
|
@@ -2658,6 +2664,35 @@ module Google
|
|
2658
2664
|
end
|
2659
2665
|
end
|
2660
2666
|
|
2667
|
+
# This message wraps up the information written by out-of-disk detection job.
|
2668
|
+
class SqlOutOfDiskReport
|
2669
|
+
include Google::Apis::Core::Hashable
|
2670
|
+
|
2671
|
+
# The minimum recommended increase size in GigaBytes This field is consumed by
|
2672
|
+
# the frontend Writers: -- the proactive database wellness job for OOD. Readers:
|
2673
|
+
# -- the Pantheon frontend
|
2674
|
+
# Corresponds to the JSON property `sqlMinRecommendedIncreaseSizeGb`
|
2675
|
+
# @return [Fixnum]
|
2676
|
+
attr_accessor :sql_min_recommended_increase_size_gb
|
2677
|
+
|
2678
|
+
# This field represents the state generated by the proactive database wellness
|
2679
|
+
# job for OutOfDisk issues. Writers: -- the proactive database wellness job for
|
2680
|
+
# OOD. Readers: -- the Pantheon frontend -- the proactive database wellness job
|
2681
|
+
# Corresponds to the JSON property `sqlOutOfDiskState`
|
2682
|
+
# @return [String]
|
2683
|
+
attr_accessor :sql_out_of_disk_state
|
2684
|
+
|
2685
|
+
def initialize(**args)
|
2686
|
+
update!(**args)
|
2687
|
+
end
|
2688
|
+
|
2689
|
+
# Update properties of this object
|
2690
|
+
def update!(**args)
|
2691
|
+
@sql_min_recommended_increase_size_gb = args[:sql_min_recommended_increase_size_gb] if args.key?(:sql_min_recommended_increase_size_gb)
|
2692
|
+
@sql_out_of_disk_state = args[:sql_out_of_disk_state] if args.key?(:sql_out_of_disk_state)
|
2693
|
+
end
|
2694
|
+
end
|
2695
|
+
|
2661
2696
|
# Any scheduled maintenancce for this instance.
|
2662
2697
|
class SqlScheduledMaintenance
|
2663
2698
|
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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210420"
|
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
|
@@ -1166,6 +1174,14 @@ module Google
|
|
1166
1174
|
end
|
1167
1175
|
end
|
1168
1176
|
|
1177
|
+
class SqlOutOfDiskReport
|
1178
|
+
# @private
|
1179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1180
|
+
property :sql_min_recommended_increase_size_gb, as: 'sqlMinRecommendedIncreaseSizeGb'
|
1181
|
+
property :sql_out_of_disk_state, as: 'sqlOutOfDiskState'
|
1182
|
+
end
|
1183
|
+
end
|
1184
|
+
|
1169
1185
|
class SqlScheduledMaintenance
|
1170
1186
|
# @private
|
1171
1187
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
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-
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
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.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud SQL Admin API V1beta4
|