google-apis-dns_v1 0.40.0 → 0.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1/classes.rb +0 -16
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/representations.rb +0 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe98eb86c6bc647c96c6b569a8fb8c59ece708ff6d2c39f82aefe910cc21ef18
|
4
|
+
data.tar.gz: 781b5f19fc29a17c902d6ee261e304b6324c4e5ad0a0f78231fffc0dda826d38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea52db55eab9812993d62c393283cfede972f0efc855d860c452f0a9c1888b180650bec8d36d4f554f56bee16a0fc8ede19e1aba6054f3987402aea4a3470c2e
|
7
|
+
data.tar.gz: '09520aa3f5b287ec890b57dc26f2a6fde9917b5b39d4574e8f77fc1c0e8352622d4804d1ce6940ab47e8e4a19d63027f1035d5b30dd736089867e9d55c82bc47'
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|