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: c0ac53ebb79824560db6d97353744b8221b10ae306cb3866751a810f2975874d
4
- data.tar.gz: c02368a61a9a360b6588e941b435114fd52ac668c7c70fba4027051ef36d1450
3
+ metadata.gz: 6f831ddc53f19977ea48b0487da72fa48210e84ee0d35fc355e139825256fad2
4
+ data.tar.gz: bf9570a1036540d018ad00200902f2937b712616acb999a0b5068fd4d7c9d4e4
5
5
  SHA512:
6
- metadata.gz: '007168a51fbaef3c702abaf450cf283b87c999c588fe8cedb5abd46cfedc434fc070b24d61fe932103534024248017b8f14ad3f982ec5f30697d8ebb196dc9fe'
7
- data.tar.gz: 64466f40458095f1740efd68e0dc45f0da432c27c651c3ff6ddc799b0276624e6f7e6cc02a120010a89287d2ed3435f18b7f714d25833248d6bae3cad0a10e01
6
+ metadata.gz: 9a26cebc05914e04d4cb81843fef078d9decb1119cf9d0baed272f043a581ea806feecc3e280707cfeecb0e8790610df5d68bf175565175d484bce1b666003ed
7
+ data.tar.gz: 500b952e707c871f73c7a40c741edd73e26a589f8da844d5fa7f336ee82a22def322d4158e696ab2b42704c3512dc0bbf27b1c369fcf9c0e35d291b522741fe6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.55.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230831
6
+
3
7
  ### v0.54.0 (2023-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230721
@@ -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.54.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 = "20230721"
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.54.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-08-06 00:00:00.000000000 Z
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.54.0
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.2
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