google-apis-dns_v1beta2 0.44.0 → 0.45.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: b41aa7a60875e210a529d9dfa1dd4b7bec7474caada5dd92da2cde7445b4cda0
|
4
|
+
data.tar.gz: 3fd8d6014c0e56230bba2363b1a9d94f6d2d1d56e87f1f8e9f39c57165ef1733
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 369e02e5596cf3cad9aac2f6a45b3d6e59fec27c9e4286baa26e8bcf97c48172b5d06823ed19f91b8d157dcff6373cd693a42ae7da26c927f8e77012c84aeb30
|
7
|
+
data.tar.gz: 60bf25a0e3abe66301260b014033efb81f1ced547353cb25612380e3e0c0dbbdb72aaa6206ba41272965a2a53356d8dcd15787a1fe58d51a2e2085618496b1ee
|
data/CHANGELOG.md
CHANGED
@@ -1994,13 +1994,6 @@ module Google
|
|
1994
1994
|
# @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
|
1995
1995
|
attr_accessor :geo_policy
|
1996
1996
|
|
1997
|
-
# The selfLink attribute of the HealthCheck resource to use for this
|
1998
|
-
# RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
|
1999
|
-
# healthChecks
|
2000
|
-
# Corresponds to the JSON property `healthCheck`
|
2001
|
-
# @return [String]
|
2002
|
-
attr_accessor :health_check
|
2003
|
-
|
2004
1997
|
#
|
2005
1998
|
# Corresponds to the JSON property `kind`
|
2006
1999
|
# @return [String]
|
@@ -2031,7 +2024,6 @@ module Google
|
|
2031
2024
|
def update!(**args)
|
2032
2025
|
@geo = args[:geo] if args.key?(:geo)
|
2033
2026
|
@geo_policy = args[:geo_policy] if args.key?(:geo_policy)
|
2034
|
-
@health_check = args[:health_check] if args.key?(:health_check)
|
2035
2027
|
@kind = args[:kind] if args.key?(:kind)
|
2036
2028
|
@primary_backup = args[:primary_backup] if args.key?(:primary_backup)
|
2037
2029
|
@wrr = args[:wrr] if args.key?(:wrr)
|
@@ -2135,13 +2127,6 @@ module Google
|
|
2135
2127
|
class RrSetRoutingPolicyHealthCheckTargets
|
2136
2128
|
include Google::Apis::Core::Hashable
|
2137
2129
|
|
2138
|
-
# The Internet IP addresses to be health checked. The format matches the format
|
2139
|
-
# of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (
|
2140
|
-
# section 3.6.1)
|
2141
|
-
# Corresponds to the JSON property `externalEndpoints`
|
2142
|
-
# @return [Array<String>]
|
2143
|
-
attr_accessor :external_endpoints
|
2144
|
-
|
2145
2130
|
# Configuration for internal load balancers to be health checked.
|
2146
2131
|
# Corresponds to the JSON property `internalLoadBalancers`
|
2147
2132
|
# @return [Array<Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget>]
|
@@ -2153,7 +2138,6 @@ module Google
|
|
2153
2138
|
|
2154
2139
|
# Update properties of this object
|
2155
2140
|
def update!(**args)
|
2156
|
-
@external_endpoints = args[:external_endpoints] if args.key?(:external_endpoints)
|
2157
2141
|
@internal_load_balancers = args[:internal_load_balancers] if args.key?(:internal_load_balancers)
|
2158
2142
|
end
|
2159
2143
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DnsV1beta2
|
18
18
|
# Version of the google-apis-dns_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.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
|
@@ -897,7 +897,6 @@ module Google
|
|
897
897
|
|
898
898
|
property :geo_policy, as: 'geoPolicy', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy::Representation
|
899
899
|
|
900
|
-
property :health_check, as: 'healthCheck'
|
901
900
|
property :kind, as: 'kind'
|
902
901
|
property :primary_backup, as: 'primaryBackup', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyPrimaryBackupPolicy::Representation
|
903
902
|
|
@@ -933,7 +932,6 @@ module Google
|
|
933
932
|
class RrSetRoutingPolicyHealthCheckTargets
|
934
933
|
# @private
|
935
934
|
class Representation < Google::Apis::Core::JsonRepresentation
|
936
|
-
collection :external_endpoints, as: 'externalEndpoints'
|
937
935
|
collection :internal_load_balancers, as: 'internalLoadBalancers', class: Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget, decorator: Google::Apis::DnsV1beta2::RrSetRoutingPolicyLoadBalancerTarget::Representation
|
938
936
|
|
939
937
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dns_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.45.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|