google-apis-dns_v1beta2 0.52.0 → 0.53.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: 493fd2663417ea3cef1055bec4a82a4ccd3e3e169164e5e0374be7341846f534
4
- data.tar.gz: 6fa8b021d5c32d47a40722351a27b0669cd61ba428a34338edad53dd0bca94c8
3
+ metadata.gz: 85806d403421de786537bfa67643f99d34229a91e525cb81cb4b9806a2f01f49
4
+ data.tar.gz: 2918e6ef6b23d97036b22552514a794f01b4f0b0047088f3d61c4a9621723732
5
5
  SHA512:
6
- metadata.gz: e6a200e651475e3a32bc05c965fc02c72a8d148037f399fcab022180e62fa175b7392f6b77fae7c5c7189e1ae2a3ccff793e01dd6f27c0927c2898e299fcc278
7
- data.tar.gz: 3178e34cbcf88ec3ecd7a1b212cd339180b69c4ad3df44c71558aa70145eaf5b79e6e35c8a090ace430427de3d63db25fb50e722bc0bcf33c61037a5c8f318d7
6
+ metadata.gz: e54da4d750330b99908122372b8aeb3b55f4106d6d09c62be071e8aa2a285189a780431629150b5670637187ef0e146a54e9a8bbd44f699b2715a57cbf433093
7
+ data.tar.gz: f279b4c3f021fdc1d8b332cd6506efb2da681f0b12e28266a610ccb75e150218fe9ef01c27ebe76d2a221ab8471d3dc24079ee8afe02df4972254ff13e681643
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.53.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250828
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.52.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -1741,7 +1741,8 @@ module Google
1741
1741
  class PolicyDns64ConfigScope
1742
1742
  include Google::Apis::Core::Hashable
1743
1743
 
1744
- # Controls whether DNS64 is enabled globally at the network level.
1744
+ # Controls whether DNS64 is enabled globally for all networks bound to the
1745
+ # policy.
1745
1746
  # Corresponds to the JSON property `allQueries`
1746
1747
  # @return [Boolean]
1747
1748
  attr_accessor :all_queries
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250411"
25
+ REVISION = "20250828"
26
26
  end
27
27
  end
28
28
  end
@@ -705,7 +705,7 @@ module Google
705
705
  execute_or_queue_command(command, &block)
706
706
  end
707
707
 
708
- # Creates a new Policy.
708
+ # Creates a new policy.
709
709
  # @param [String] project
710
710
  # Identifies the project addressed by this request.
711
711
  # @param [Google::Apis::DnsV1beta2::Policy] policy_object
@@ -742,7 +742,7 @@ module Google
742
742
  execute_or_queue_command(command, &block)
743
743
  end
744
744
 
745
- # Deletes a previously created Policy. Fails if the policy is still being
745
+ # Deletes a previously created policy. Fails if the policy is still being
746
746
  # referenced by a network.
747
747
  # @param [String] project
748
748
  # Identifies the project addressed by this request.
@@ -778,7 +778,7 @@ module Google
778
778
  execute_or_queue_command(command, &block)
779
779
  end
780
780
 
781
- # Fetches the representation of an existing Policy.
781
+ # Fetches the representation of an existing policy.
782
782
  # @param [String] project
783
783
  # Identifies the project addressed by this request.
784
784
  # @param [String] policy
@@ -815,7 +815,7 @@ module Google
815
815
  execute_or_queue_command(command, &block)
816
816
  end
817
817
 
818
- # Enumerates all Policies associated with a project.
818
+ # Enumerates all policies associated with a project.
819
819
  # @param [String] project
820
820
  # Identifies the project addressed by this request.
821
821
  # @param [Fixnum] max_results
@@ -853,7 +853,7 @@ module Google
853
853
  execute_or_queue_command(command, &block)
854
854
  end
855
855
 
856
- # Applies a partial update to an existing Policy.
856
+ # Applies a partial update to an existing policy.
857
857
  # @param [String] project
858
858
  # Identifies the project addressed by this request.
859
859
  # @param [String] policy
@@ -893,7 +893,7 @@ module Google
893
893
  execute_or_queue_command(command, &block)
894
894
  end
895
895
 
896
- # Updates an existing Policy.
896
+ # Updates an existing policy.
897
897
  # @param [String] project
898
898
  # Identifies the project addressed by this request.
899
899
  # @param [String] policy
@@ -1105,13 +1105,14 @@ module Google
1105
1105
  # decides how many results to return.
1106
1106
  # @param [String] name
1107
1107
  # Restricts the list to return only records with this fully qualified domain
1108
- # name.
1108
+ # name. Mutually exclusive with the `@code filter` field.
1109
1109
  # @param [String] page_token
1110
1110
  # Optional. A tag returned by a previous list request that was truncated. Use
1111
1111
  # this parameter to continue a previous list request.
1112
1112
  # @param [String] type
1113
1113
  # Restricts the list to return only records of this type. If present, the "name"
1114
- # parameter must also be present.
1114
+ # parameter must also be present. Mutually exclusive with the `@code filter`
1115
+ # field.
1115
1116
  # @param [String] fields
1116
1117
  # Selector specifying which fields to include in a partial response.
1117
1118
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dns_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.53.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud DNS API V1beta2
79
79
  test_files: []