google-apis-dns_v1beta2 0.48.0 → 0.50.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: 4e194d9d23c20499b908781bee67f7846b6f0e1b481e5e292c01360fbbe13d8d
4
- data.tar.gz: bbbf0dc639e44680715d35340122e66f654045b6705b311d01e8a7f95298239e
3
+ metadata.gz: 86aa8779e86200f6b235f36b234466b720d262495494afa5d64c8e862ac5b838
4
+ data.tar.gz: e6cfd679d3f374a6d3dcf518fb4bf9f3225092cc019d88fb9379af378b94454a
5
5
  SHA512:
6
- metadata.gz: 49050055c3e1556c7226a71d9b76d91da4c06a793ab7bcf9a2f6c8767b0daf2bbf7fce2334f59336d34a43bcf0c74eab3cd55d0d804ee8f0a690d67a8fed3a11
7
- data.tar.gz: b566dadbc32bd9c7a9f0c124fbb6cfad3447a7e1863de48d84a53cacddc7ec6b43d5f4abf2e90b1a0da878ebb179d8c5e1a8c53c56c6a450cbf404105efe573b
6
+ metadata.gz: 71af52c6468fe30cc5c37fa660bc57fc492c2123ffce796849033cbf56858226ab0990e2923fdf1ccc6972722be9f2718b0cef53545d3f68de97ebd6a67767b8
7
+ data.tar.gz: 9dd0103de811077a72e0c11e41f3d052f88e7495c54a13c342100b750015bc28c594056cd521e4e36909b1592b69c248ba3dae11d405cac1ff305f2a190e3d5b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.50.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250227
6
+
7
+ ### v0.49.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20250102
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.48.0 (2024-12-02)
4
13
 
5
14
  * Regenerated from discovery document revision 20240719
@@ -1579,6 +1579,11 @@ module Google
1579
1579
  # @return [String]
1580
1580
  attr_accessor :description
1581
1581
 
1582
+ # DNS64 policies
1583
+ # Corresponds to the JSON property `dns64Config`
1584
+ # @return [Google::Apis::DnsV1beta2::PolicyDns64Config]
1585
+ attr_accessor :dns64_config
1586
+
1582
1587
  # Allows networks bound to this policy to receive DNS queries sent by VMs or
1583
1588
  # applications over VPN connections. When enabled, a virtual IP address is
1584
1589
  # allocated from each of the subnetworks that are bound to this policy.
@@ -1622,6 +1627,7 @@ module Google
1622
1627
  def update!(**args)
1623
1628
  @alternative_name_server_config = args[:alternative_name_server_config] if args.key?(:alternative_name_server_config)
1624
1629
  @description = args[:description] if args.key?(:description)
1630
+ @dns64_config = args[:dns64_config] if args.key?(:dns64_config)
1625
1631
  @enable_inbound_forwarding = args[:enable_inbound_forwarding] if args.key?(:enable_inbound_forwarding)
1626
1632
  @enable_logging = args[:enable_logging] if args.key?(:enable_logging)
1627
1633
  @id = args[:id] if args.key?(:id)
@@ -1700,6 +1706,57 @@ module Google
1700
1706
  end
1701
1707
  end
1702
1708
 
1709
+ # DNS64 policies
1710
+ class PolicyDns64Config
1711
+ include Google::Apis::Core::Hashable
1712
+
1713
+ #
1714
+ # Corresponds to the JSON property `kind`
1715
+ # @return [String]
1716
+ attr_accessor :kind
1717
+
1718
+ # The scope to which DNS64 config will be applied to.
1719
+ # Corresponds to the JSON property `scope`
1720
+ # @return [Google::Apis::DnsV1beta2::PolicyDns64ConfigScope]
1721
+ attr_accessor :scope
1722
+
1723
+ def initialize(**args)
1724
+ update!(**args)
1725
+ end
1726
+
1727
+ # Update properties of this object
1728
+ def update!(**args)
1729
+ @kind = args[:kind] if args.key?(:kind)
1730
+ @scope = args[:scope] if args.key?(:scope)
1731
+ end
1732
+ end
1733
+
1734
+ #
1735
+ class PolicyDns64ConfigScope
1736
+ include Google::Apis::Core::Hashable
1737
+
1738
+ # Controls whether DNS64 is enabled globally at the network level.
1739
+ # Corresponds to the JSON property `allQueries`
1740
+ # @return [Boolean]
1741
+ attr_accessor :all_queries
1742
+ alias_method :all_queries?, :all_queries
1743
+
1744
+ #
1745
+ # Corresponds to the JSON property `kind`
1746
+ # @return [String]
1747
+ attr_accessor :kind
1748
+
1749
+ def initialize(**args)
1750
+ update!(**args)
1751
+ end
1752
+
1753
+ # Update properties of this object
1754
+ def update!(**args)
1755
+ @all_queries = args[:all_queries] if args.key?(:all_queries)
1756
+ @kind = args[:kind] if args.key?(:kind)
1757
+ end
1758
+ end
1759
+
1703
1760
  #
1704
1761
  class PolicyNetwork
1705
1762
  include Google::Apis::Core::Hashable
@@ -1958,9 +2015,10 @@ module Google
1958
2015
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyGeoPolicy]
1959
2016
  attr_accessor :geo_policy
1960
2017
 
1961
- # The selfLink attribute of the HealthCheck resource to use for this
1962
- # RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
1963
- # healthChecks
2018
+ # The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
2019
+ # Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
2020
+ # global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
2021
+ # reference/rest/v1/healthChecks
1964
2022
  # Corresponds to the JSON property `healthCheck`
1965
2023
  # @return [String]
1966
2024
  attr_accessor :health_check
@@ -2048,7 +2106,8 @@ module Google
2048
2106
 
2049
2107
  # HealthCheckTargets describes endpoints to health-check when responding to
2050
2108
  # Routing Policy queries. Only the healthy endpoints will be included in the
2051
- # response.
2109
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2110
+ # set both.
2052
2111
  # Corresponds to the JSON property `healthCheckedTargets`
2053
2112
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2054
2113
  attr_accessor :health_checked_targets
@@ -2070,9 +2129,9 @@ module Google
2070
2129
  # @return [Array<String>]
2071
2130
  attr_accessor :rrdatas
2072
2131
 
2073
- # DNSSEC generated signatures for all the `rrdata` within this item. If health
2074
- # checked targets are provided for DNSSEC enabled zones, there's a restriction
2075
- # of 1 IP address per item.
2132
+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
2133
+ # health-checked targets for DNSSEC-enabled zones, you can only use at most one
2134
+ # health-checked IP address per item.
2076
2135
  # Corresponds to the JSON property `signatureRrdatas`
2077
2136
  # @return [Array<String>]
2078
2137
  attr_accessor :signature_rrdatas
@@ -2093,7 +2152,8 @@ module Google
2093
2152
 
2094
2153
  # HealthCheckTargets describes endpoints to health-check when responding to
2095
2154
  # Routing Policy queries. Only the healthy endpoints will be included in the
2096
- # response.
2155
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2156
+ # set both.
2097
2157
  class RrSetRoutingPolicyHealthCheckTargets
2098
2158
  include Google::Apis::Core::Hashable
2099
2159
 
@@ -2207,7 +2267,8 @@ module Google
2207
2267
 
2208
2268
  # HealthCheckTargets describes endpoints to health-check when responding to
2209
2269
  # Routing Policy queries. Only the healthy endpoints will be included in the
2210
- # response.
2270
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2271
+ # set both.
2211
2272
  # Corresponds to the JSON property `primaryTargets`
2212
2273
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2213
2274
  attr_accessor :primary_targets
@@ -2262,7 +2323,8 @@ module Google
2262
2323
 
2263
2324
  # HealthCheckTargets describes endpoints to health-check when responding to
2264
2325
  # Routing Policy queries. Only the healthy endpoints will be included in the
2265
- # response.
2326
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2327
+ # set both.
2266
2328
  # Corresponds to the JSON property `healthCheckedTargets`
2267
2329
  # @return [Google::Apis::DnsV1beta2::RrSetRoutingPolicyHealthCheckTargets]
2268
2330
  attr_accessor :health_checked_targets
@@ -2277,9 +2339,9 @@ module Google
2277
2339
  # @return [Array<String>]
2278
2340
  attr_accessor :rrdatas
2279
2341
 
2280
- # DNSSEC generated signatures for all the `rrdata` within this item. Note that
2281
- # if health checked targets are provided for DNSSEC enabled zones, there's a
2282
- # restriction of 1 IP address per item.
2342
+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
2343
+ # health-checked targets for DNSSEC-enabled zones, you can only use at most one
2344
+ # health-checked IP address per item.
2283
2345
  # Corresponds to the JSON property `signatureRrdatas`
2284
2346
  # @return [Array<String>]
2285
2347
  attr_accessor :signature_rrdatas
@@ -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.48.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240719"
25
+ REVISION = "20250227"
26
26
  end
27
27
  end
28
28
  end
@@ -262,6 +262,18 @@ module Google
262
262
  include Google::Apis::Core::JsonObjectSupport
263
263
  end
264
264
 
265
+ class PolicyDns64Config
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class PolicyDns64ConfigScope
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
265
277
  class PolicyNetwork
266
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
279
 
@@ -790,6 +802,8 @@ module Google
790
802
  property :alternative_name_server_config, as: 'alternativeNameServerConfig', class: Google::Apis::DnsV1beta2::PolicyAlternativeNameServerConfig, decorator: Google::Apis::DnsV1beta2::PolicyAlternativeNameServerConfig::Representation
791
803
 
792
804
  property :description, as: 'description'
805
+ property :dns64_config, as: 'dns64Config', class: Google::Apis::DnsV1beta2::PolicyDns64Config, decorator: Google::Apis::DnsV1beta2::PolicyDns64Config::Representation
806
+
793
807
  property :enable_inbound_forwarding, as: 'enableInboundForwarding'
794
808
  property :enable_logging, as: 'enableLogging'
795
809
  property :id, :numeric_string => true, as: 'id'
@@ -819,6 +833,23 @@ module Google
819
833
  end
820
834
  end
821
835
 
836
+ class PolicyDns64Config
837
+ # @private
838
+ class Representation < Google::Apis::Core::JsonRepresentation
839
+ property :kind, as: 'kind'
840
+ property :scope, as: 'scope', class: Google::Apis::DnsV1beta2::PolicyDns64ConfigScope, decorator: Google::Apis::DnsV1beta2::PolicyDns64ConfigScope::Representation
841
+
842
+ end
843
+ end
844
+
845
+ class PolicyDns64ConfigScope
846
+ # @private
847
+ class Representation < Google::Apis::Core::JsonRepresentation
848
+ property :all_queries, as: 'allQueries'
849
+ property :kind, as: 'kind'
850
+ end
851
+ end
852
+
822
853
  class PolicyNetwork
823
854
  # @private
824
855
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +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.48.0
4
+ version: 0.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.48.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.50.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud DNS API V1beta2
82
79
  test_files: []