google-apis-sqladmin_v1beta4 0.54.0 → 0.55.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f831ddc53f19977ea48b0487da72fa48210e84ee0d35fc355e139825256fad2
|
4
|
+
data.tar.gz: bf9570a1036540d018ad00200902f2937b712616acb999a0b5068fd4d7c9d4e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a26cebc05914e04d4cb81843fef078d9decb1119cf9d0baed272f043a581ea806feecc3e280707cfeecb0e8790610df5d68bf175565175d484bce1b666003ed
|
7
|
+
data.tar.gz: 500b952e707c871f73c7a40c741edd73e26a589f8da844d5fa7f336ee82a22def322d4158e696ab2b42704c3512dc0bbf27b1c369fcf9c0e35d291b522741fe6
|
data/CHANGELOG.md
CHANGED
@@ -844,6 +844,11 @@ module Google
|
|
844
844
|
# @return [Google::Apis::SqladminV1beta4::SqlOutOfDiskReport]
|
845
845
|
attr_accessor :out_of_disk_report
|
846
846
|
|
847
|
+
# Output only. The dns name of the primary instance in a replication group.
|
848
|
+
# Corresponds to the JSON property `primaryDnsName`
|
849
|
+
# @return [String]
|
850
|
+
attr_accessor :primary_dns_name
|
851
|
+
|
847
852
|
# The project ID of the project containing the Cloud SQL instance. The Google
|
848
853
|
# apps domain is prefixed if applicable.
|
849
854
|
# Corresponds to the JSON property `project`
|
@@ -958,6 +963,7 @@ module Google
|
|
958
963
|
@name = args[:name] if args.key?(:name)
|
959
964
|
@on_premises_configuration = args[:on_premises_configuration] if args.key?(:on_premises_configuration)
|
960
965
|
@out_of_disk_report = args[:out_of_disk_report] if args.key?(:out_of_disk_report)
|
966
|
+
@primary_dns_name = args[:primary_dns_name] if args.key?(:primary_dns_name)
|
961
967
|
@project = args[:project] if args.key?(:project)
|
962
968
|
@psc_service_attachment_link = args[:psc_service_attachment_link] if args.key?(:psc_service_attachment_link)
|
963
969
|
@region = args[:region] if args.key?(:region)
|
@@ -2344,7 +2350,8 @@ module Google
|
|
2344
2350
|
attr_accessor :kind
|
2345
2351
|
|
2346
2352
|
# The preferred Compute Engine zone for the secondary/failover (for example: us-
|
2347
|
-
# central1-a, us-central1-b, etc.).
|
2353
|
+
# central1-a, us-central1-b, etc.). To disable this field, set it to '
|
2354
|
+
# no_secondary_zone'.
|
2348
2355
|
# Corresponds to the JSON property `secondaryZone`
|
2349
2356
|
# @return [String]
|
2350
2357
|
attr_accessor :secondary_zone
|
@@ -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.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230831"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -827,6 +827,7 @@ module Google
|
|
827
827
|
|
828
828
|
property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
|
829
829
|
|
830
|
+
property :primary_dns_name, as: 'primaryDnsName'
|
830
831
|
property :project, as: 'project'
|
831
832
|
property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
|
832
833
|
property :region, as: 'region'
|
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.55.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: 2023-
|
11
|
+
date: 2023-09-10 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/main/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.55.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud SQL Admin API V1beta4
|