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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 245d21e78f84ee25587de3b78693d1698172839e5b254ff4e82e458a4b573a57
|
4
|
+
data.tar.gz: 4742491009a1e3bb235644f55aa3fa8842e530ee75df8a58ac28dc2c60ba5f73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15952a66c40452fce55faecf58e6a877e43d3b3b70456f6bc6ac1f5378e931de06f0b410ba2612e06a3ceb94f52f473d5eff905089b9fa18664f8af66002f5da
|
7
|
+
data.tar.gz: e7b9b142ebacf0c0dfa76bb64b7e22932a7ce34a92fc4a0e2fb1713f10d42d71afac15d4f29bb1286a031a3c91218398bb6a85b65825458d1ce0d6b77d8ca8b1
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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:
|