google-apis-dns_v1beta2 0.44.0 → 0.46.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: ade6b8ac145648037777a2997ef197de62d82b7d76eb32547c085c3a1b1fa561
4
- data.tar.gz: 5e711b975d8b32804191f3306a74044bca2f3c480c6563807a460be66729e32e
3
+ metadata.gz: 2c26a2593f97515efd19a69cfe24c424d92334f48a1eb6fbcfee1d6893d1a16b
4
+ data.tar.gz: e4115ebc05de68ad5fe70af006be2fe67813ef564b5de009220ddf0d40f85157
5
5
  SHA512:
6
- metadata.gz: 1ac05fd895ea23b63fda12a23625e4a9b1f4a604861539fecaa8086534cb17bbb2a25f7ec871afd4c996fb0957f40aeb46e93c66df3641f91ad241a7360c6ca5
7
- data.tar.gz: 3226c2a4575f50d3c19762cc9a227c68a78e6e8b5bd54dc51ea0d2397daf18dfdfc87eef0245cc9a8e2f01aff5daf9d461e903124490eca6a7285583f3d968e8
6
+ metadata.gz: 482789a9842ba407cb197b54c57be679f5fa23f806543ac28dbc5c800fa1dcb1d8e4cd50b7877b2e9050e6f14835c301f6f153bdf9909cdbad37c3d1047900ea
7
+ data.tar.gz: 80817ebf91adb0c3c1f32049b0daff0d483a0d3d7ff8a1fda7331516285ef082c887faacc13dd06eeb5d651a7f420b3d1a3c59064ac2753a635f60e62e685b0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.46.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.45.0 (2024-04-28)
8
+
9
+ * Regenerated from discovery document revision 20240419
10
+
3
11
  ### v0.44.0 (2024-03-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20240222
@@ -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.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.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
@@ -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.44.0
4
+ version: 0.46.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-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.46.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: []