google-apis-domains_v1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/domains_v1/classes.rb +1677 -0
- data/lib/google/apis/domains_v1/gem_version.rb +28 -0
- data/lib/google/apis/domains_v1/representations.rb +658 -0
- data/lib/google/apis/domains_v1/service.rb +899 -0
- data/lib/google/apis/domains_v1.rb +36 -0
- data/lib/google-apis-domains_v1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module DomainsV1
|
18
|
+
# Version of the google-apis-domains_v1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20211019"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,658 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module DomainsV1
|
24
|
+
|
25
|
+
class AuditConfig
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AuditLogConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AuthorizationCode
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class Binding
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class ConfigureContactSettingsRequest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class ConfigureDnsSettingsRequest
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class ConfigureManagementSettingsRequest
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class Contact
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ContactSettings
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class CustomDns
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class DnsSettings
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class DsRecord
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ExportRegistrationRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class Expr
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GlueRecord
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleDomainsDns
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ListLocationsResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ListOperationsResponse
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ListRegistrationsResponse
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class Location
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ManagementSettings
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Money
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class Operation
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class OperationMetadata
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class Policy
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class PostalAddress
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class RegisterDomainRequest
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class RegisterParameters
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class Registration
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class ResetAuthorizationCodeRequest
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class RetrieveRegisterParametersResponse
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class RetrieveTransferParametersResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class SearchDomainsResponse
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class SetIamPolicyRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class Status
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class TestIamPermissionsRequest
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class TestIamPermissionsResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class TransferDomainRequest
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class TransferParameters
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class AuditConfig
|
260
|
+
# @private
|
261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
262
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::DomainsV1::AuditLogConfig, decorator: Google::Apis::DomainsV1::AuditLogConfig::Representation
|
263
|
+
|
264
|
+
property :service, as: 'service'
|
265
|
+
end
|
266
|
+
end
|
267
|
+
|
268
|
+
class AuditLogConfig
|
269
|
+
# @private
|
270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
271
|
+
collection :exempted_members, as: 'exemptedMembers'
|
272
|
+
property :log_type, as: 'logType'
|
273
|
+
end
|
274
|
+
end
|
275
|
+
|
276
|
+
class AuthorizationCode
|
277
|
+
# @private
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
279
|
+
property :code, as: 'code'
|
280
|
+
end
|
281
|
+
end
|
282
|
+
|
283
|
+
class Binding
|
284
|
+
# @private
|
285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
286
|
+
property :condition, as: 'condition', class: Google::Apis::DomainsV1::Expr, decorator: Google::Apis::DomainsV1::Expr::Representation
|
287
|
+
|
288
|
+
collection :members, as: 'members'
|
289
|
+
property :role, as: 'role'
|
290
|
+
end
|
291
|
+
end
|
292
|
+
|
293
|
+
class ConfigureContactSettingsRequest
|
294
|
+
# @private
|
295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
296
|
+
collection :contact_notices, as: 'contactNotices'
|
297
|
+
property :contact_settings, as: 'contactSettings', class: Google::Apis::DomainsV1::ContactSettings, decorator: Google::Apis::DomainsV1::ContactSettings::Representation
|
298
|
+
|
299
|
+
property :update_mask, as: 'updateMask'
|
300
|
+
property :validate_only, as: 'validateOnly'
|
301
|
+
end
|
302
|
+
end
|
303
|
+
|
304
|
+
class ConfigureDnsSettingsRequest
|
305
|
+
# @private
|
306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
307
|
+
property :dns_settings, as: 'dnsSettings', class: Google::Apis::DomainsV1::DnsSettings, decorator: Google::Apis::DomainsV1::DnsSettings::Representation
|
308
|
+
|
309
|
+
property :update_mask, as: 'updateMask'
|
310
|
+
property :validate_only, as: 'validateOnly'
|
311
|
+
end
|
312
|
+
end
|
313
|
+
|
314
|
+
class ConfigureManagementSettingsRequest
|
315
|
+
# @private
|
316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
317
|
+
property :management_settings, as: 'managementSettings', class: Google::Apis::DomainsV1::ManagementSettings, decorator: Google::Apis::DomainsV1::ManagementSettings::Representation
|
318
|
+
|
319
|
+
property :update_mask, as: 'updateMask'
|
320
|
+
end
|
321
|
+
end
|
322
|
+
|
323
|
+
class Contact
|
324
|
+
# @private
|
325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
326
|
+
property :email, as: 'email'
|
327
|
+
property :fax_number, as: 'faxNumber'
|
328
|
+
property :phone_number, as: 'phoneNumber'
|
329
|
+
property :postal_address, as: 'postalAddress', class: Google::Apis::DomainsV1::PostalAddress, decorator: Google::Apis::DomainsV1::PostalAddress::Representation
|
330
|
+
|
331
|
+
end
|
332
|
+
end
|
333
|
+
|
334
|
+
class ContactSettings
|
335
|
+
# @private
|
336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
337
|
+
property :admin_contact, as: 'adminContact', class: Google::Apis::DomainsV1::Contact, decorator: Google::Apis::DomainsV1::Contact::Representation
|
338
|
+
|
339
|
+
property :privacy, as: 'privacy'
|
340
|
+
property :registrant_contact, as: 'registrantContact', class: Google::Apis::DomainsV1::Contact, decorator: Google::Apis::DomainsV1::Contact::Representation
|
341
|
+
|
342
|
+
property :technical_contact, as: 'technicalContact', class: Google::Apis::DomainsV1::Contact, decorator: Google::Apis::DomainsV1::Contact::Representation
|
343
|
+
|
344
|
+
end
|
345
|
+
end
|
346
|
+
|
347
|
+
class CustomDns
|
348
|
+
# @private
|
349
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
350
|
+
collection :ds_records, as: 'dsRecords', class: Google::Apis::DomainsV1::DsRecord, decorator: Google::Apis::DomainsV1::DsRecord::Representation
|
351
|
+
|
352
|
+
collection :name_servers, as: 'nameServers'
|
353
|
+
end
|
354
|
+
end
|
355
|
+
|
356
|
+
class DnsSettings
|
357
|
+
# @private
|
358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
359
|
+
property :custom_dns, as: 'customDns', class: Google::Apis::DomainsV1::CustomDns, decorator: Google::Apis::DomainsV1::CustomDns::Representation
|
360
|
+
|
361
|
+
collection :glue_records, as: 'glueRecords', class: Google::Apis::DomainsV1::GlueRecord, decorator: Google::Apis::DomainsV1::GlueRecord::Representation
|
362
|
+
|
363
|
+
property :google_domains_dns, as: 'googleDomainsDns', class: Google::Apis::DomainsV1::GoogleDomainsDns, decorator: Google::Apis::DomainsV1::GoogleDomainsDns::Representation
|
364
|
+
|
365
|
+
end
|
366
|
+
end
|
367
|
+
|
368
|
+
class DsRecord
|
369
|
+
# @private
|
370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
371
|
+
property :algorithm, as: 'algorithm'
|
372
|
+
property :digest, as: 'digest'
|
373
|
+
property :digest_type, as: 'digestType'
|
374
|
+
property :key_tag, as: 'keyTag'
|
375
|
+
end
|
376
|
+
end
|
377
|
+
|
378
|
+
class ExportRegistrationRequest
|
379
|
+
# @private
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
381
|
+
end
|
382
|
+
end
|
383
|
+
|
384
|
+
class Expr
|
385
|
+
# @private
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
387
|
+
property :description, as: 'description'
|
388
|
+
property :expression, as: 'expression'
|
389
|
+
property :location, as: 'location'
|
390
|
+
property :title, as: 'title'
|
391
|
+
end
|
392
|
+
end
|
393
|
+
|
394
|
+
class GlueRecord
|
395
|
+
# @private
|
396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
397
|
+
property :host_name, as: 'hostName'
|
398
|
+
collection :ipv4_addresses, as: 'ipv4Addresses'
|
399
|
+
collection :ipv6_addresses, as: 'ipv6Addresses'
|
400
|
+
end
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleDomainsDns
|
404
|
+
# @private
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
+
collection :ds_records, as: 'dsRecords', class: Google::Apis::DomainsV1::DsRecord, decorator: Google::Apis::DomainsV1::DsRecord::Representation
|
407
|
+
|
408
|
+
property :ds_state, as: 'dsState'
|
409
|
+
collection :name_servers, as: 'nameServers'
|
410
|
+
end
|
411
|
+
end
|
412
|
+
|
413
|
+
class ListLocationsResponse
|
414
|
+
# @private
|
415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
416
|
+
collection :locations, as: 'locations', class: Google::Apis::DomainsV1::Location, decorator: Google::Apis::DomainsV1::Location::Representation
|
417
|
+
|
418
|
+
property :next_page_token, as: 'nextPageToken'
|
419
|
+
end
|
420
|
+
end
|
421
|
+
|
422
|
+
class ListOperationsResponse
|
423
|
+
# @private
|
424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
425
|
+
property :next_page_token, as: 'nextPageToken'
|
426
|
+
collection :operations, as: 'operations', class: Google::Apis::DomainsV1::Operation, decorator: Google::Apis::DomainsV1::Operation::Representation
|
427
|
+
|
428
|
+
end
|
429
|
+
end
|
430
|
+
|
431
|
+
class ListRegistrationsResponse
|
432
|
+
# @private
|
433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
434
|
+
property :next_page_token, as: 'nextPageToken'
|
435
|
+
collection :registrations, as: 'registrations', class: Google::Apis::DomainsV1::Registration, decorator: Google::Apis::DomainsV1::Registration::Representation
|
436
|
+
|
437
|
+
end
|
438
|
+
end
|
439
|
+
|
440
|
+
class Location
|
441
|
+
# @private
|
442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
443
|
+
property :display_name, as: 'displayName'
|
444
|
+
hash :labels, as: 'labels'
|
445
|
+
property :location_id, as: 'locationId'
|
446
|
+
hash :metadata, as: 'metadata'
|
447
|
+
property :name, as: 'name'
|
448
|
+
end
|
449
|
+
end
|
450
|
+
|
451
|
+
class ManagementSettings
|
452
|
+
# @private
|
453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
454
|
+
property :renewal_method, as: 'renewalMethod'
|
455
|
+
property :transfer_lock_state, as: 'transferLockState'
|
456
|
+
end
|
457
|
+
end
|
458
|
+
|
459
|
+
class Money
|
460
|
+
# @private
|
461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
462
|
+
property :currency_code, as: 'currencyCode'
|
463
|
+
property :nanos, as: 'nanos'
|
464
|
+
property :units, :numeric_string => true, as: 'units'
|
465
|
+
end
|
466
|
+
end
|
467
|
+
|
468
|
+
class Operation
|
469
|
+
# @private
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
471
|
+
property :done, as: 'done'
|
472
|
+
property :error, as: 'error', class: Google::Apis::DomainsV1::Status, decorator: Google::Apis::DomainsV1::Status::Representation
|
473
|
+
|
474
|
+
hash :metadata, as: 'metadata'
|
475
|
+
property :name, as: 'name'
|
476
|
+
hash :response, as: 'response'
|
477
|
+
end
|
478
|
+
end
|
479
|
+
|
480
|
+
class OperationMetadata
|
481
|
+
# @private
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
483
|
+
property :api_version, as: 'apiVersion'
|
484
|
+
property :create_time, as: 'createTime'
|
485
|
+
property :end_time, as: 'endTime'
|
486
|
+
property :status_detail, as: 'statusDetail'
|
487
|
+
property :target, as: 'target'
|
488
|
+
property :verb, as: 'verb'
|
489
|
+
end
|
490
|
+
end
|
491
|
+
|
492
|
+
class Policy
|
493
|
+
# @private
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
495
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::DomainsV1::AuditConfig, decorator: Google::Apis::DomainsV1::AuditConfig::Representation
|
496
|
+
|
497
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DomainsV1::Binding, decorator: Google::Apis::DomainsV1::Binding::Representation
|
498
|
+
|
499
|
+
property :etag, :base64 => true, as: 'etag'
|
500
|
+
property :version, as: 'version'
|
501
|
+
end
|
502
|
+
end
|
503
|
+
|
504
|
+
class PostalAddress
|
505
|
+
# @private
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
507
|
+
collection :address_lines, as: 'addressLines'
|
508
|
+
property :administrative_area, as: 'administrativeArea'
|
509
|
+
property :language_code, as: 'languageCode'
|
510
|
+
property :locality, as: 'locality'
|
511
|
+
property :organization, as: 'organization'
|
512
|
+
property :postal_code, as: 'postalCode'
|
513
|
+
collection :recipients, as: 'recipients'
|
514
|
+
property :region_code, as: 'regionCode'
|
515
|
+
property :revision, as: 'revision'
|
516
|
+
property :sorting_code, as: 'sortingCode'
|
517
|
+
property :sublocality, as: 'sublocality'
|
518
|
+
end
|
519
|
+
end
|
520
|
+
|
521
|
+
class RegisterDomainRequest
|
522
|
+
# @private
|
523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
524
|
+
collection :contact_notices, as: 'contactNotices'
|
525
|
+
collection :domain_notices, as: 'domainNotices'
|
526
|
+
property :registration, as: 'registration', class: Google::Apis::DomainsV1::Registration, decorator: Google::Apis::DomainsV1::Registration::Representation
|
527
|
+
|
528
|
+
property :validate_only, as: 'validateOnly'
|
529
|
+
property :yearly_price, as: 'yearlyPrice', class: Google::Apis::DomainsV1::Money, decorator: Google::Apis::DomainsV1::Money::Representation
|
530
|
+
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
534
|
+
class RegisterParameters
|
535
|
+
# @private
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
537
|
+
property :availability, as: 'availability'
|
538
|
+
property :domain_name, as: 'domainName'
|
539
|
+
collection :domain_notices, as: 'domainNotices'
|
540
|
+
collection :supported_privacy, as: 'supportedPrivacy'
|
541
|
+
property :yearly_price, as: 'yearlyPrice', class: Google::Apis::DomainsV1::Money, decorator: Google::Apis::DomainsV1::Money::Representation
|
542
|
+
|
543
|
+
end
|
544
|
+
end
|
545
|
+
|
546
|
+
class Registration
|
547
|
+
# @private
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
549
|
+
property :contact_settings, as: 'contactSettings', class: Google::Apis::DomainsV1::ContactSettings, decorator: Google::Apis::DomainsV1::ContactSettings::Representation
|
550
|
+
|
551
|
+
property :create_time, as: 'createTime'
|
552
|
+
property :dns_settings, as: 'dnsSettings', class: Google::Apis::DomainsV1::DnsSettings, decorator: Google::Apis::DomainsV1::DnsSettings::Representation
|
553
|
+
|
554
|
+
property :domain_name, as: 'domainName'
|
555
|
+
property :expire_time, as: 'expireTime'
|
556
|
+
collection :issues, as: 'issues'
|
557
|
+
hash :labels, as: 'labels'
|
558
|
+
property :management_settings, as: 'managementSettings', class: Google::Apis::DomainsV1::ManagementSettings, decorator: Google::Apis::DomainsV1::ManagementSettings::Representation
|
559
|
+
|
560
|
+
property :name, as: 'name'
|
561
|
+
property :pending_contact_settings, as: 'pendingContactSettings', class: Google::Apis::DomainsV1::ContactSettings, decorator: Google::Apis::DomainsV1::ContactSettings::Representation
|
562
|
+
|
563
|
+
property :state, as: 'state'
|
564
|
+
collection :supported_privacy, as: 'supportedPrivacy'
|
565
|
+
end
|
566
|
+
end
|
567
|
+
|
568
|
+
class ResetAuthorizationCodeRequest
|
569
|
+
# @private
|
570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
571
|
+
end
|
572
|
+
end
|
573
|
+
|
574
|
+
class RetrieveRegisterParametersResponse
|
575
|
+
# @private
|
576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
577
|
+
property :register_parameters, as: 'registerParameters', class: Google::Apis::DomainsV1::RegisterParameters, decorator: Google::Apis::DomainsV1::RegisterParameters::Representation
|
578
|
+
|
579
|
+
end
|
580
|
+
end
|
581
|
+
|
582
|
+
class RetrieveTransferParametersResponse
|
583
|
+
# @private
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
585
|
+
property :transfer_parameters, as: 'transferParameters', class: Google::Apis::DomainsV1::TransferParameters, decorator: Google::Apis::DomainsV1::TransferParameters::Representation
|
586
|
+
|
587
|
+
end
|
588
|
+
end
|
589
|
+
|
590
|
+
class SearchDomainsResponse
|
591
|
+
# @private
|
592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
593
|
+
collection :register_parameters, as: 'registerParameters', class: Google::Apis::DomainsV1::RegisterParameters, decorator: Google::Apis::DomainsV1::RegisterParameters::Representation
|
594
|
+
|
595
|
+
end
|
596
|
+
end
|
597
|
+
|
598
|
+
class SetIamPolicyRequest
|
599
|
+
# @private
|
600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
601
|
+
property :policy, as: 'policy', class: Google::Apis::DomainsV1::Policy, decorator: Google::Apis::DomainsV1::Policy::Representation
|
602
|
+
|
603
|
+
property :update_mask, as: 'updateMask'
|
604
|
+
end
|
605
|
+
end
|
606
|
+
|
607
|
+
class Status
|
608
|
+
# @private
|
609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
610
|
+
property :code, as: 'code'
|
611
|
+
collection :details, as: 'details'
|
612
|
+
property :message, as: 'message'
|
613
|
+
end
|
614
|
+
end
|
615
|
+
|
616
|
+
class TestIamPermissionsRequest
|
617
|
+
# @private
|
618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
619
|
+
collection :permissions, as: 'permissions'
|
620
|
+
end
|
621
|
+
end
|
622
|
+
|
623
|
+
class TestIamPermissionsResponse
|
624
|
+
# @private
|
625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
626
|
+
collection :permissions, as: 'permissions'
|
627
|
+
end
|
628
|
+
end
|
629
|
+
|
630
|
+
class TransferDomainRequest
|
631
|
+
# @private
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
633
|
+
property :authorization_code, as: 'authorizationCode', class: Google::Apis::DomainsV1::AuthorizationCode, decorator: Google::Apis::DomainsV1::AuthorizationCode::Representation
|
634
|
+
|
635
|
+
collection :contact_notices, as: 'contactNotices'
|
636
|
+
property :registration, as: 'registration', class: Google::Apis::DomainsV1::Registration, decorator: Google::Apis::DomainsV1::Registration::Representation
|
637
|
+
|
638
|
+
property :validate_only, as: 'validateOnly'
|
639
|
+
property :yearly_price, as: 'yearlyPrice', class: Google::Apis::DomainsV1::Money, decorator: Google::Apis::DomainsV1::Money::Representation
|
640
|
+
|
641
|
+
end
|
642
|
+
end
|
643
|
+
|
644
|
+
class TransferParameters
|
645
|
+
# @private
|
646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
647
|
+
property :current_registrar, as: 'currentRegistrar'
|
648
|
+
property :domain_name, as: 'domainName'
|
649
|
+
collection :name_servers, as: 'nameServers'
|
650
|
+
collection :supported_privacy, as: 'supportedPrivacy'
|
651
|
+
property :transfer_lock_state, as: 'transferLockState'
|
652
|
+
property :yearly_price, as: 'yearlyPrice', class: Google::Apis::DomainsV1::Money, decorator: Google::Apis::DomainsV1::Money::Representation
|
653
|
+
|
654
|
+
end
|
655
|
+
end
|
656
|
+
end
|
657
|
+
end
|
658
|
+
end
|