google-apis-dns_v1beta2 0.50.0 → 0.51.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: 86aa8779e86200f6b235f36b234466b720d262495494afa5d64c8e862ac5b838
4
- data.tar.gz: e6cfd679d3f374a6d3dcf518fb4bf9f3225092cc019d88fb9379af378b94454a
3
+ metadata.gz: 245d21e78f84ee25587de3b78693d1698172839e5b254ff4e82e458a4b573a57
4
+ data.tar.gz: 4742491009a1e3bb235644f55aa3fa8842e530ee75df8a58ac28dc2c60ba5f73
5
5
  SHA512:
6
- metadata.gz: 71af52c6468fe30cc5c37fa660bc57fc492c2123ffce796849033cbf56858226ab0990e2923fdf1ccc6972722be9f2718b0cef53545d3f68de97ebd6a67767b8
7
- data.tar.gz: 9dd0103de811077a72e0c11e41f3d052f88e7495c54a13c342100b750015bc28c594056cd521e4e36909b1592b69c248ba3dae11d405cac1ff305f2a190e3d5b
6
+ metadata.gz: 15952a66c40452fce55faecf58e6a877e43d3b3b70456f6bc6ac1f5378e931de06f0b410ba2612e06a3ceb94f52f473d5eff905089b9fa18664f8af66002f5da
7
+ data.tar.gz: e7b9b142ebacf0c0dfa76bb64b7e22932a7ce34a92fc4a0e2fb1713f10d42d71afac15d4f29bb1286a031a3c91218398bb6a85b65825458d1ce0d6b77d8ca8b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.51.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250411
6
+
3
7
  ### v0.50.0 (2025-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20250227
@@ -1018,6 +1018,11 @@ module Google
1018
1018
  class ManagedZoneForwardingConfigNameServerTarget
1019
1019
  include Google::Apis::Core::Hashable
1020
1020
 
1021
+ # Fully qualified domain name for the forwarding target.
1022
+ # Corresponds to the JSON property `domainName`
1023
+ # @return [String]
1024
+ attr_accessor :domain_name
1025
+
1021
1026
  # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud
1022
1027
  # DNS makes forwarding decisions based on IP address ranges; that is, RFC1918
1023
1028
  # addresses go to the VPC network, non-RFC1918 addresses go to the internet.
@@ -1049,6 +1054,7 @@ module Google
1049
1054
 
1050
1055
  # Update properties of this object
1051
1056
  def update!(**args)
1057
+ @domain_name = args[:domain_name] if args.key?(:domain_name)
1052
1058
  @forwarding_path = args[:forwarding_path] if args.key?(:forwarding_path)
1053
1059
  @ipv4_address = args[:ipv4_address] if args.key?(:ipv4_address)
1054
1060
  @ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250227"
25
+ REVISION = "20250411"
26
26
  end
27
27
  end
28
28
  end
@@ -637,6 +637,7 @@ module Google
637
637
  class ManagedZoneForwardingConfigNameServerTarget
638
638
  # @private
639
639
  class Representation < Google::Apis::Core::JsonRepresentation
640
+ property :domain_name, as: 'domainName'
640
641
  property :forwarding_path, as: 'forwardingPath'
641
642
  property :ipv4_address, as: 'ipv4Address'
642
643
  property :ipv6_address, as: 'ipv6Address'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dns_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-09 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.50.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.51.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
62
62
  rdoc_options: []
63
63
  require_paths: