google-apis-dns_v1beta2 0.59.0 → 0.60.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0d1666541e90b378cd2d5a4724249999970bfa780ddd3977663819a01dac372
|
|
4
|
+
data.tar.gz: 49d21fec88a7973d4b15156401564965ecd58465a47d166d8085cd5ecbdca89a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5125967e22ad11386aeb29608da5693b8f1d6e26a7165c0475f554cba08a00fe1f33c6f071fa4468775d6d870630471642b9c40134c22c6ccdf3ab6735b2e7e
|
|
7
|
+
data.tar.gz: d9a0ba853b26fd0d6f6f01c575eb10a5b66a113701c1c0db5840ca37b8035f2dbc6cf44ba55ff628f5854a1c2a306809508215c5d350176a17514d433c836cb9
|
data/CHANGELOG.md
CHANGED
|
@@ -97,7 +97,7 @@ module Google
|
|
|
97
97
|
# @return [Array<Google::Apis::DnsV1beta2::Change>]
|
|
98
98
|
attr_accessor :changes
|
|
99
99
|
|
|
100
|
-
# Type of resource.
|
|
100
|
+
# Output only. Type of resource.
|
|
101
101
|
# Corresponds to the JSON property `kind`
|
|
102
102
|
# @return [String]
|
|
103
103
|
attr_accessor :kind
|
|
@@ -299,7 +299,7 @@ module Google
|
|
|
299
299
|
# @return [Array<Google::Apis::DnsV1beta2::DnsKey>]
|
|
300
300
|
attr_accessor :dns_keys
|
|
301
301
|
|
|
302
|
-
# Type of resource.
|
|
302
|
+
# Output only. Type of resource.
|
|
303
303
|
# Corresponds to the JSON property `kind`
|
|
304
304
|
# @return [String]
|
|
305
305
|
attr_accessor :kind
|
|
@@ -1128,7 +1128,7 @@ module Google
|
|
|
1128
1128
|
class ManagedZoneOperationsListResponse
|
|
1129
1129
|
include Google::Apis::Core::Hashable
|
|
1130
1130
|
|
|
1131
|
-
# Type of resource.
|
|
1131
|
+
# Output only. Type of resource.
|
|
1132
1132
|
# Corresponds to the JSON property `kind`
|
|
1133
1133
|
# @return [String]
|
|
1134
1134
|
attr_accessor :kind
|
|
@@ -1391,7 +1391,7 @@ module Google
|
|
|
1391
1391
|
class ManagedZonesListResponse
|
|
1392
1392
|
include Google::Apis::Core::Hashable
|
|
1393
1393
|
|
|
1394
|
-
# Type of resource.
|
|
1394
|
+
# Output only. Type of resource.
|
|
1395
1395
|
# Corresponds to the JSON property `kind`
|
|
1396
1396
|
# @return [String]
|
|
1397
1397
|
attr_accessor :kind
|
|
@@ -1555,7 +1555,7 @@ module Google
|
|
|
1555
1555
|
class PoliciesListResponse
|
|
1556
1556
|
include Google::Apis::Core::Hashable
|
|
1557
1557
|
|
|
1558
|
-
# Type of resource.
|
|
1558
|
+
# Output only. Type of resource.
|
|
1559
1559
|
# Corresponds to the JSON property `kind`
|
|
1560
1560
|
# @return [String]
|
|
1561
1561
|
attr_accessor :kind
|
|
@@ -2464,7 +2464,7 @@ module Google
|
|
|
2464
2464
|
# @return [Array<String>]
|
|
2465
2465
|
attr_accessor :rrdatas
|
|
2466
2466
|
|
|
2467
|
-
#
|
|
2467
|
+
#
|
|
2468
2468
|
# Corresponds to the JSON property `signatureRrdatas`
|
|
2469
2469
|
# @return [Array<String>]
|
|
2470
2470
|
attr_accessor :signature_rrdatas
|
|
@@ -2500,7 +2500,7 @@ module Google
|
|
|
2500
2500
|
class ResourceRecordSetsListResponse
|
|
2501
2501
|
include Google::Apis::Core::Hashable
|
|
2502
2502
|
|
|
2503
|
-
# Type of resource.
|
|
2503
|
+
# Output only. Type of resource.
|
|
2504
2504
|
# Corresponds to the JSON property `kind`
|
|
2505
2505
|
# @return [String]
|
|
2506
2506
|
attr_accessor :kind
|
|
@@ -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.60.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260915"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -941,9 +941,6 @@ module Google
|
|
|
941
941
|
# Fetches the representation of an existing Project.
|
|
942
942
|
# @param [String] project
|
|
943
943
|
# Identifies the project addressed by this request.
|
|
944
|
-
# @param [String] client_operation_id
|
|
945
|
-
# For mutating operation requests only. An optional identifier specified by the
|
|
946
|
-
# client. Must be unique for operation resources in the Operations collection.
|
|
947
944
|
# @param [String] fields
|
|
948
945
|
# Selector specifying which fields to include in a partial response.
|
|
949
946
|
# @param [String] quota_user
|
|
@@ -961,12 +958,11 @@ module Google
|
|
|
961
958
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
962
959
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
963
960
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
964
|
-
def get_project(project,
|
|
961
|
+
def get_project(project, fields: nil, quota_user: nil, options: nil, &block)
|
|
965
962
|
command = make_simple_command(:get, 'dns/v1beta2/projects/{project}', options)
|
|
966
963
|
command.response_representation = Google::Apis::DnsV1beta2::Project::Representation
|
|
967
964
|
command.response_class = Google::Apis::DnsV1beta2::Project
|
|
968
965
|
command.params['project'] = project unless project.nil?
|
|
969
|
-
command.query['clientOperationId'] = client_operation_id unless client_operation_id.nil?
|
|
970
966
|
command.query['fields'] = fields unless fields.nil?
|
|
971
967
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
972
968
|
execute_or_queue_command(command, &block)
|
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.
|
|
4
|
+
version: 0.60.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.60.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:
|