google-apis-dns_v1 0.40.0 → 0.41.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: 7959572adb1d7bf1bca311affda50b338f780b1dc841f0f01b085fb023f56417
4
- data.tar.gz: a078f7126622a30e950b215edf56a2b2c56241439fd5b85495f763ef9c72b858
3
+ metadata.gz: fe98eb86c6bc647c96c6b569a8fb8c59ece708ff6d2c39f82aefe910cc21ef18
4
+ data.tar.gz: 781b5f19fc29a17c902d6ee261e304b6324c4e5ad0a0f78231fffc0dda826d38
5
5
  SHA512:
6
- metadata.gz: 588eefcd041d9b1453597d63d13927add3df9930142d3cca42aa2c4e2778d37eba0c8a0db0d8744632ebff6d90e77f69cab0cfb22627283df64140490a980485
7
- data.tar.gz: 34f58096e18e1e7050bcff119cf5c83443323aa164cf6a3075f412d8d9825cbfffed0ab01feeda2ee36e2734d82164593ee80d46fd8e161d94bce62a8d64c368
6
+ metadata.gz: ea52db55eab9812993d62c393283cfede972f0efc855d860c452f0a9c1888b180650bec8d36d4f554f56bee16a0fc8ede19e1aba6054f3987402aea4a3470c2e
7
+ data.tar.gz: '09520aa3f5b287ec890b57dc26f2a6fde9917b5b39d4574e8f77fc1c0e8352622d4804d1ce6940ab47e8e4a19d63027f1035d5b30dd736089867e9d55c82bc47'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1
2
2
 
3
+ ### v0.41.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240419
6
+
3
7
  ### v0.40.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240222
@@ -1988,13 +1988,6 @@ module Google
1988
1988
  # @return [Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy]
1989
1989
  attr_accessor :geo
1990
1990
 
1991
- # The selfLink attribute of the HealthCheck resource to use for this
1992
- # RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
1993
- # healthChecks
1994
- # Corresponds to the JSON property `healthCheck`
1995
- # @return [String]
1996
- attr_accessor :health_check
1997
-
1998
1991
  #
1999
1992
  # Corresponds to the JSON property `kind`
2000
1993
  # @return [String]
@@ -2019,7 +2012,6 @@ module Google
2019
2012
  # Update properties of this object
2020
2013
  def update!(**args)
2021
2014
  @geo = args[:geo] if args.key?(:geo)
2022
- @health_check = args[:health_check] if args.key?(:health_check)
2023
2015
  @kind = args[:kind] if args.key?(:kind)
2024
2016
  @primary_backup = args[:primary_backup] if args.key?(:primary_backup)
2025
2017
  @wrr = args[:wrr] if args.key?(:wrr)
@@ -2122,13 +2114,6 @@ module Google
2122
2114
  class RrSetRoutingPolicyHealthCheckTargets
2123
2115
  include Google::Apis::Core::Hashable
2124
2116
 
2125
- # The Internet IP addresses to be health checked. The format matches the format
2126
- # of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (
2127
- # section 3.6.1)
2128
- # Corresponds to the JSON property `externalEndpoints`
2129
- # @return [Array<String>]
2130
- attr_accessor :external_endpoints
2131
-
2132
2117
  # Configuration for internal load balancers to be health checked.
2133
2118
  # Corresponds to the JSON property `internalLoadBalancers`
2134
2119
  # @return [Array<Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget>]
@@ -2140,7 +2125,6 @@ module Google
2140
2125
 
2141
2126
  # Update properties of this object
2142
2127
  def update!(**args)
2143
- @external_endpoints = args[:external_endpoints] if args.key?(:external_endpoints)
2144
2128
  @internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers)
2145
2129
  end
2146
2130
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DnsV1
18
18
  # Version of the google-apis-dns_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240222"
25
+ REVISION = "20240419"
26
26
  end
27
27
  end
28
28
  end
@@ -901,7 +901,6 @@ module Google
901
901
  class Representation < Google::Apis::Core::JsonRepresentation
902
902
  property :geo, as: 'geo', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy::Representation
903
903
 
904
- property :health_check, as: 'healthCheck'
905
904
  property :kind, as: 'kind'
906
905
  property :primary_backup, as: 'primaryBackup', class: Google::Apis::DnsV1::RrSetRoutingPolicyPrimaryBackupPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyPrimaryBackupPolicy::Representation
907
906
 
@@ -935,7 +934,6 @@ module Google
935
934
  class RrSetRoutingPolicyHealthCheckTargets
936
935
  # @private
937
936
  class Representation < Google::Apis::Core::JsonRepresentation
938
- collection :external_endpoints, as: 'externalEndpoints'
939
937
  collection :internal_load_balancers, as: 'internalLoadBalancers', class: Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyLoadBalancerTarget::Representation
940
938
 
941
939
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dns_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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: 2024-03-03 00:00:00.000000000 Z
11
+ date: 2024-04-28 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-dns_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
63
63
  post_install_message:
64
64
  rdoc_options: []