google-apis-sqladmin_v1 0.42.0 → 0.43.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: ed996052ee62c4a7495de29d2cf9ad58f0a028f067ec3dd442b938f6a86cab58
|
4
|
+
data.tar.gz: 5c1ed594319353b40d311f4282ec9633872ee6b60d6bd6656cef699add19af4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd01320016b012fd6fd2a859f5b3c30a82e57b58750f5b819f3e7b1b9b4f981017ac961346d8e7c55ec70709d415763c6ddb9f6d976760d955d1569d9ef491b7
|
7
|
+
data.tar.gz: aa092305b5a75a3dec4cb8d40c20dbdd07f258014fb0205ef889e129e8ddb2f581ec0eec96021fa75782ebaef1121aa076e54655f8714482e43e2f734eb07c8e
|
data/CHANGELOG.md
CHANGED
@@ -844,6 +844,11 @@ module Google
|
|
844
844
|
# @return [Google::Apis::SqladminV1::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)
|
@@ -2343,7 +2349,8 @@ module Google
|
|
2343
2349
|
attr_accessor :kind
|
2344
2350
|
|
2345
2351
|
# The preferred Compute Engine zone for the secondary/failover (for example: us-
|
2346
|
-
# central1-a, us-central1-b, etc.).
|
2352
|
+
# central1-a, us-central1-b, etc.). To disable this field, set it to '
|
2353
|
+
# no_secondary_zone'.
|
2347
2354
|
# Corresponds to the JSON property `secondaryZone`
|
2348
2355
|
# @return [String]
|
2349
2356
|
attr_accessor :secondary_zone
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.43.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::SqladminV1::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1::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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
|
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 V1
|