google-apis-dns_v1beta2 0.12.0 → 0.13.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 +4 -0
- data/lib/google/apis/dns_v1beta2/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1beta2/service.rb +42 -42
- 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: 0cb1de55de286f3ecea155e4353901a5a4e1b1ae622577f342b2477e35ce1eb7
|
4
|
+
data.tar.gz: fe2e4d229bdbe141624f1119d26a726cbdf1c82139395e168643987650705f72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f9a8a3c8a91df7f04334724fb4e8e9f19c363c4e6ee246ba6c7d93b0e1859914ff9494df3dc8cc8687f18a4730ec3239612f7e6954d5d5f8a4e1a0f8548c6ed
|
7
|
+
data.tar.gz: 6b4e5fcdb8fa3970df22dd221e2818e93bebd8143b8abb874b1df97753ad8cab2b22423797fb9979f25cc379ce1094d1379c15e2ba2625c50818202d9913e895
|
data/CHANGELOG.md
CHANGED
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210712"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -880,7 +880,7 @@ module Google
|
|
880
880
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
881
881
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
882
882
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
883
|
-
def
|
883
|
+
def create_resource_record_set(project, managed_zone, resource_record_set_object = nil, client_operation_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
884
884
|
command = make_simple_command(:post, 'dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets', options)
|
885
885
|
command.request_representation = Google::Apis::DnsV1beta2::ResourceRecordSet::Representation
|
886
886
|
command.request_object = resource_record_set_object
|
@@ -924,7 +924,7 @@ module Google
|
|
924
924
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
925
925
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
926
926
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
927
|
-
def
|
927
|
+
def delete_resource_record_set(project, managed_zone, name, type, client_operation_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
928
928
|
command = make_simple_command(:delete, 'dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}', options)
|
929
929
|
command.params['project'] = project unless project.nil?
|
930
930
|
command.params['managedZone'] = managed_zone unless managed_zone.nil?
|
@@ -966,7 +966,7 @@ module Google
|
|
966
966
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
967
967
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
968
968
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
969
|
-
def
|
969
|
+
def get_resource_record_set(project, managed_zone, name, type, client_operation_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
970
970
|
command = make_simple_command(:get, 'dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}', options)
|
971
971
|
command.response_representation = Google::Apis::DnsV1beta2::ResourceRecordSet::Representation
|
972
972
|
command.response_class = Google::Apis::DnsV1beta2::ResourceRecordSet
|
@@ -980,20 +980,24 @@ module Google
|
|
980
980
|
execute_or_queue_command(command, &block)
|
981
981
|
end
|
982
982
|
|
983
|
-
#
|
983
|
+
# Enumerates ResourceRecordSets that you have created but not yet deleted.
|
984
984
|
# @param [String] project
|
985
985
|
# Identifies the project addressed by this request.
|
986
986
|
# @param [String] managed_zone
|
987
987
|
# Identifies the managed zone addressed by this request. Can be the managed zone
|
988
988
|
# name or ID.
|
989
|
+
# @param [Fixnum] max_results
|
990
|
+
# Optional. Maximum number of results to be returned. If unspecified, the server
|
991
|
+
# decides how many results to return.
|
989
992
|
# @param [String] name
|
990
|
-
#
|
993
|
+
# Restricts the list to return only records with this fully qualified domain
|
994
|
+
# name.
|
995
|
+
# @param [String] page_token
|
996
|
+
# Optional. A tag returned by a previous list request that was truncated. Use
|
997
|
+
# this parameter to continue a previous list request.
|
991
998
|
# @param [String] type
|
992
|
-
#
|
993
|
-
#
|
994
|
-
# @param [String] client_operation_id
|
995
|
-
# For mutating operation requests only. An optional identifier specified by the
|
996
|
-
# client. Must be unique for operation resources in the Operations collection.
|
999
|
+
# Restricts the list to return only records of this type. If present, the "name"
|
1000
|
+
# parameter must also be present.
|
997
1001
|
# @param [String] fields
|
998
1002
|
# Selector specifying which fields to include in a partial response.
|
999
1003
|
# @param [String] quota_user
|
@@ -1003,48 +1007,43 @@ module Google
|
|
1003
1007
|
# Request-specific options
|
1004
1008
|
#
|
1005
1009
|
# @yield [result, err] Result & error if block supplied
|
1006
|
-
# @yieldparam result [Google::Apis::DnsV1beta2::
|
1010
|
+
# @yieldparam result [Google::Apis::DnsV1beta2::ResourceRecordSetsListResponse] parsed result object
|
1007
1011
|
# @yieldparam err [StandardError] error object if request failed
|
1008
1012
|
#
|
1009
|
-
# @return [Google::Apis::DnsV1beta2::
|
1013
|
+
# @return [Google::Apis::DnsV1beta2::ResourceRecordSetsListResponse]
|
1010
1014
|
#
|
1011
1015
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1012
1016
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1013
1017
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1014
|
-
def
|
1015
|
-
command = make_simple_command(:
|
1016
|
-
command.
|
1017
|
-
command.
|
1018
|
-
command.response_representation = Google::Apis::DnsV1beta2::ResourceRecordSet::Representation
|
1019
|
-
command.response_class = Google::Apis::DnsV1beta2::ResourceRecordSet
|
1018
|
+
def list_resource_record_sets(project, managed_zone, max_results: nil, name: nil, page_token: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1019
|
+
command = make_simple_command(:get, 'dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets', options)
|
1020
|
+
command.response_representation = Google::Apis::DnsV1beta2::ResourceRecordSetsListResponse::Representation
|
1021
|
+
command.response_class = Google::Apis::DnsV1beta2::ResourceRecordSetsListResponse
|
1020
1022
|
command.params['project'] = project unless project.nil?
|
1021
1023
|
command.params['managedZone'] = managed_zone unless managed_zone.nil?
|
1022
|
-
command.
|
1023
|
-
command.
|
1024
|
-
command.query['
|
1024
|
+
command.query['maxResults'] = max_results unless max_results.nil?
|
1025
|
+
command.query['name'] = name unless name.nil?
|
1026
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
1027
|
+
command.query['type'] = type unless type.nil?
|
1025
1028
|
command.query['fields'] = fields unless fields.nil?
|
1026
1029
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1027
1030
|
execute_or_queue_command(command, &block)
|
1028
1031
|
end
|
1029
1032
|
|
1030
|
-
#
|
1033
|
+
# Applies a partial update to an existing ResourceRecordSet.
|
1031
1034
|
# @param [String] project
|
1032
1035
|
# Identifies the project addressed by this request.
|
1033
1036
|
# @param [String] managed_zone
|
1034
1037
|
# Identifies the managed zone addressed by this request. Can be the managed zone
|
1035
1038
|
# name or ID.
|
1036
|
-
# @param [Fixnum] max_results
|
1037
|
-
# Optional. Maximum number of results to be returned. If unspecified, the server
|
1038
|
-
# decides how many results to return.
|
1039
1039
|
# @param [String] name
|
1040
|
-
#
|
1041
|
-
# name.
|
1042
|
-
# @param [String] page_token
|
1043
|
-
# Optional. A tag returned by a previous list request that was truncated. Use
|
1044
|
-
# this parameter to continue a previous list request.
|
1040
|
+
# Fully qualified domain name.
|
1045
1041
|
# @param [String] type
|
1046
|
-
#
|
1047
|
-
#
|
1042
|
+
# RRSet type.
|
1043
|
+
# @param [Google::Apis::DnsV1beta2::ResourceRecordSet] resource_record_set_object
|
1044
|
+
# @param [String] client_operation_id
|
1045
|
+
# For mutating operation requests only. An optional identifier specified by the
|
1046
|
+
# client. Must be unique for operation resources in the Operations collection.
|
1048
1047
|
# @param [String] fields
|
1049
1048
|
# Selector specifying which fields to include in a partial response.
|
1050
1049
|
# @param [String] quota_user
|
@@ -1054,24 +1053,25 @@ module Google
|
|
1054
1053
|
# Request-specific options
|
1055
1054
|
#
|
1056
1055
|
# @yield [result, err] Result & error if block supplied
|
1057
|
-
# @yieldparam result [Google::Apis::DnsV1beta2::
|
1056
|
+
# @yieldparam result [Google::Apis::DnsV1beta2::ResourceRecordSet] parsed result object
|
1058
1057
|
# @yieldparam err [StandardError] error object if request failed
|
1059
1058
|
#
|
1060
|
-
# @return [Google::Apis::DnsV1beta2::
|
1059
|
+
# @return [Google::Apis::DnsV1beta2::ResourceRecordSet]
|
1061
1060
|
#
|
1062
1061
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1063
1062
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1064
1063
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1065
|
-
def
|
1066
|
-
command = make_simple_command(:
|
1067
|
-
command.
|
1068
|
-
command.
|
1064
|
+
def patch_resource_record_set(project, managed_zone, name, type, resource_record_set_object = nil, client_operation_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1065
|
+
command = make_simple_command(:patch, 'dns/v1beta2/projects/{project}/managedZones/{managedZone}/rrsets/{name}/{type}', options)
|
1066
|
+
command.request_representation = Google::Apis::DnsV1beta2::ResourceRecordSet::Representation
|
1067
|
+
command.request_object = resource_record_set_object
|
1068
|
+
command.response_representation = Google::Apis::DnsV1beta2::ResourceRecordSet::Representation
|
1069
|
+
command.response_class = Google::Apis::DnsV1beta2::ResourceRecordSet
|
1069
1070
|
command.params['project'] = project unless project.nil?
|
1070
1071
|
command.params['managedZone'] = managed_zone unless managed_zone.nil?
|
1071
|
-
command.
|
1072
|
-
command.
|
1073
|
-
command.query['
|
1074
|
-
command.query['type'] = type unless type.nil?
|
1072
|
+
command.params['name'] = name unless name.nil?
|
1073
|
+
command.params['type'] = type unless type.nil?
|
1074
|
+
command.query['clientOperationId'] = client_operation_id unless client_operation_id.nil?
|
1075
1075
|
command.query['fields'] = fields unless fields.nil?
|
1076
1076
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1077
1077
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|