google-apis-dns_v1 0.48.0 → 0.49.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dns_v1/classes.rb +2 -1
- data/lib/google/apis/dns_v1/gem_version.rb +3 -3
- data/lib/google/apis/dns_v1/service.rb +9 -8
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6659f9621a592cd04af879d7f7cb91b76e4eb14b5d9b93da5bfd81b131fb76c2
|
4
|
+
data.tar.gz: b87d8592bd6b3122adcee05cd741972a05892e819e50b29a82fa8d55a8bce92e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a30e132e4edc695562f2f5d8334c60cb989e173ea07b9e92bd7e5fa56ed7a8382931832de68289293be8e911bbdd0f109a951bca99fd29308576f094fe7aa98
|
7
|
+
data.tar.gz: 3a479d3d5073d3f74442a4a351204c9270813baf911e828cc49b79ec3a0cc445bde93925988137dd53ea2f25a496fe995d5f74cf63bcb43abd67add410bcabd9
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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 DnsV1
|
18
18
|
# Version of the google-apis-dns_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
708
|
+
# Creates a new policy.
|
709
709
|
# @param [String] project
|
710
710
|
# Identifies the project addressed by this request.
|
711
711
|
# @param [Google::Apis::DnsV1::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
|
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
|
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
|
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
|
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
|
896
|
+
# Updates an existing policy.
|
897
897
|
# @param [String] project
|
898
898
|
# Identifies the project addressed by this request.
|
899
899
|
# @param [String] policy
|
@@ -1107,13 +1107,14 @@ module Google
|
|
1107
1107
|
# decides how many results to return.
|
1108
1108
|
# @param [String] name
|
1109
1109
|
# Restricts the list to return only records with this fully qualified domain
|
1110
|
-
# name.
|
1110
|
+
# name. Mutually exclusive with the `@code filter` field.
|
1111
1111
|
# @param [String] page_token
|
1112
1112
|
# Optional. A tag returned by a previous list request that was truncated. Use
|
1113
1113
|
# this parameter to continue a previous list request.
|
1114
1114
|
# @param [String] type
|
1115
1115
|
# Restricts the list to return only records of this type. If present, the "name"
|
1116
|
-
# parameter must also be present.
|
1116
|
+
# parameter must also be present. Mutually exclusive with the `@code filter`
|
1117
|
+
# field.
|
1117
1118
|
# @param [String] fields
|
1118
1119
|
# Selector specifying which fields to include in a partial response.
|
1119
1120
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dns_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.49.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
|
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.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud DNS API V1
|
79
79
|
test_files: []
|