Skip to content

Commit b3f870e

Browse files
feat: Automated regeneration of dns v1beta2 client (googleapis#24200)
Auto-created at 2025-09-07 10:01:02 +0000 using the toys pull request generator.
1 parent d3496fb commit b3f870e

File tree

4 files changed

+19
-12
lines changed

4 files changed

+19
-12
lines changed

generated/google-apis-dns_v1beta2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-dns_v1beta2
22

3+
### v0.53.0 (2025-09-07)
4+
5+
* Regenerated from discovery document revision 20250828
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.52.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-dns_v1beta2/lib/google/apis/dns_v1beta2/classes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,8 @@ def update!(**args)
17411741
class PolicyDns64ConfigScope
17421742
include Google::Apis::Core::Hashable
17431743

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.
17451746
# Corresponds to the JSON property `allQueries`
17461747
# @return [Boolean]
17471748
attr_accessor :all_queries

generated/google-apis-dns_v1beta2/lib/google/apis/dns_v1beta2/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DnsV1beta2
1818
# Version of the google-apis-dns_v1beta2 gem
19-
GEM_VERSION = "0.52.0"
19+
GEM_VERSION = "0.53.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250411"
25+
REVISION = "20250828"
2626
end
2727
end
2828
end

generated/google-apis-dns_v1beta2/lib/google/apis/dns_v1beta2/service.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def update_managed_zone(project, managed_zone, managed_zone_object = nil, client
705705
execute_or_queue_command(command, &block)
706706
end
707707

708-
# Creates a new Policy.
708+
# Creates a new policy.
709709
# @param [String] project
710710
# Identifies the project addressed by this request.
711711
# @param [Google::Apis::DnsV1beta2::Policy] policy_object
@@ -742,7 +742,7 @@ def create_policy(project, policy_object = nil, client_operation_id: nil, fields
742742
execute_or_queue_command(command, &block)
743743
end
744744

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
746746
# referenced by a network.
747747
# @param [String] project
748748
# Identifies the project addressed by this request.
@@ -778,7 +778,7 @@ def delete_policy(project, policy, client_operation_id: nil, fields: nil, quota_
778778
execute_or_queue_command(command, &block)
779779
end
780780

781-
# Fetches the representation of an existing Policy.
781+
# Fetches the representation of an existing policy.
782782
# @param [String] project
783783
# Identifies the project addressed by this request.
784784
# @param [String] policy
@@ -815,7 +815,7 @@ def get_policy(project, policy, client_operation_id: nil, fields: nil, quota_use
815815
execute_or_queue_command(command, &block)
816816
end
817817

818-
# Enumerates all Policies associated with a project.
818+
# Enumerates all policies associated with a project.
819819
# @param [String] project
820820
# Identifies the project addressed by this request.
821821
# @param [Fixnum] max_results
@@ -853,7 +853,7 @@ def list_policies(project, max_results: nil, page_token: nil, fields: nil, quota
853853
execute_or_queue_command(command, &block)
854854
end
855855

856-
# Applies a partial update to an existing Policy.
856+
# Applies a partial update to an existing policy.
857857
# @param [String] project
858858
# Identifies the project addressed by this request.
859859
# @param [String] policy
@@ -893,7 +893,7 @@ def patch_policy(project, policy, policy_object = nil, client_operation_id: nil,
893893
execute_or_queue_command(command, &block)
894894
end
895895

896-
# Updates an existing Policy.
896+
# Updates an existing policy.
897897
# @param [String] project
898898
# Identifies the project addressed by this request.
899899
# @param [String] policy
@@ -1105,13 +1105,14 @@ def get_resource_record_set(project, managed_zone, name, type, client_operation_
11051105
# decides how many results to return.
11061106
# @param [String] name
11071107
# Restricts the list to return only records with this fully qualified domain
1108-
# name.
1108+
# name. Mutually exclusive with the `@code filter` field.
11091109
# @param [String] page_token
11101110
# Optional. A tag returned by a previous list request that was truncated. Use
11111111
# this parameter to continue a previous list request.
11121112
# @param [String] type
11131113
# 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.
11151116
# @param [String] fields
11161117
# Selector specifying which fields to include in a partial response.
11171118
# @param [String] quota_user

0 commit comments

Comments
 (0)