blob: 959216217d6c13582d96259a7e219ff7e69439ca [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="domainsrdap_v1.html">Domains RDAP API</a> . <a href="domainsrdap_v1.v1.html">v1</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#getDomains">getDomains(x__xgafv=None)</a></code></p>
79<p class="firstline">The RDAP API recognizes this command from the RDAP specification but</p>
80<p class="toc_element">
81 <code><a href="#getEntities">getEntities(x__xgafv=None)</a></code></p>
82<p class="firstline">The RDAP API recognizes this command from the RDAP specification but</p>
83<p class="toc_element">
84 <code><a href="#getHelp">getHelp(x__xgafv=None)</a></code></p>
85<p class="firstline">Get help information for the RDAP API, including links to documentation.</p>
86<p class="toc_element">
87 <code><a href="#getIp">getIp(x__xgafv=None)</a></code></p>
88<p class="firstline">The RDAP API recognizes this command from the RDAP specification but</p>
89<p class="toc_element">
90 <code><a href="#getNameservers">getNameservers(x__xgafv=None)</a></code></p>
91<p class="firstline">The RDAP API recognizes this command from the RDAP specification but</p>
92<h3>Method Details</h3>
93<div class="method">
94 <code class="details" id="getDomains">getDomains(x__xgafv=None)</code>
95 <pre>The RDAP API recognizes this command from the RDAP specification but
96does not support it. The response is a formatted 501 error.
97
98Args:
99 x__xgafv: string, V1 error format.
100 Allowed values
101 1 - v1 error format
102 2 - v2 error format
103
104Returns:
105 An object of the form:
106
107 { # Response to a general RDAP query.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700108 &quot;notices&quot;: [ # Notices applying to this response.
109 { # Notices object defined in [section 4.3 of RFC
110 # 7483](https://tools.ietf.org/html/rfc7483#section-4.3).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700111 &quot;description&quot;: [ # Description of the notice.
112 &quot;A String&quot;,
113 ],
114 &quot;type&quot;: &quot;A String&quot;, # Type values defined in [section 10.2.1 of RFC
115 # 7483](https://tools.ietf.org/html/rfc7483#section-10.2.1) specific to a
116 # whole response: &quot;result set truncated due to authorization&quot;, &quot;result set
117 # truncated due to excessive load&quot;, &quot;result set truncated due to
118 # unexplainable reasons&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700119 &quot;title&quot;: &quot;A String&quot;, # Title of a notice. Example: &quot;Terms of Service&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700120 &quot;links&quot;: [ # Link to a document containing more information.
121 { # Links object defined in [section 4.2 of RFC
122 # 7483](https://tools.ietf.org/html/rfc7483#section-4.2).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700123 &quot;media&quot;: &quot;A String&quot;, # Media type of the link destination. Example: &quot;screen&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700124 &quot;href&quot;: &quot;A String&quot;, # Target URL of a link. Example: &quot;http://example.com/previous&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700125 &quot;value&quot;: &quot;A String&quot;, # URL giving context for the link. Example: &quot;http://example.com/current&quot;.
126 &quot;title&quot;: &quot;A String&quot;, # Title of this link. Example: &quot;title&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700127 &quot;hreflang&quot;: &quot;A String&quot;, # Language code of a link. Example: &quot;en&quot;.
128 &quot;type&quot;: &quot;A String&quot;, # Content type of the link. Example: &quot;application/json&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700129 &quot;rel&quot;: &quot;A String&quot;, # Relation type of a link. Example: &quot;previous&quot;.
130 },
131 ],
132 },
133 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 &quot;jsonResponse&quot;: { # Message that represents an arbitrary HTTP body. It should only be used for # HTTP response with content type set to &quot;application/json+rdap&quot;.
135 # payload formats that can&#x27;t be represented as JSON, such as raw binary or
136 # an HTML page.
137 #
138 #
139 # This message can be used both in streaming and non-streaming API methods in
140 # the request as well as the response.
141 #
142 # It can be used as a top-level request field, which is convenient if one
143 # wants to extract parameters from either the URL or HTTP template into the
144 # request fields and also want access to the raw HTTP body.
145 #
146 # Example:
147 #
148 # message GetResourceRequest {
149 # // A unique request id.
150 # string request_id = 1;
151 #
152 # // The raw HTTP body is bound to this field.
153 # google.api.HttpBody http_body = 2;
154 # }
155 #
156 # service ResourceService {
157 # rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
158 # rpc UpdateResource(google.api.HttpBody) returns
159 # (google.protobuf.Empty);
160 # }
161 #
162 # Example with streaming methods:
163 #
164 # service CaldavService {
165 # rpc GetCalendar(stream google.api.HttpBody)
166 # returns (stream google.api.HttpBody);
167 # rpc UpdateCalendar(stream google.api.HttpBody)
168 # returns (stream google.api.HttpBody);
169 # }
170 #
171 # Use of this type only changes how the request and response bodies are
172 # handled, all other features will continue to work unchanged.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700173 &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
Bu Sun Kim65020912020-05-20 12:08:20 -0700174 &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
175 # for streaming APIs.
176 {
177 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
178 },
179 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700180 &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
181 },
182 &quot;errorCode&quot;: 42, # Error HTTP code. Example: &quot;501&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700183 &quot;lang&quot;: &quot;A String&quot;, # Error language code. Error response info fields are defined in [section 6
184 # of RFC 7483](https://tools.ietf.org/html/rfc7483#section-6).
185 &quot;description&quot;: [ # Error description.
186 &quot;A String&quot;,
187 ],
188 &quot;title&quot;: &quot;A String&quot;, # Error title.
189 &quot;rdapConformance&quot;: [ # RDAP conformance level.
190 &quot;A String&quot;,
191 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700192 }</pre>
193</div>
194
195<div class="method">
196 <code class="details" id="getEntities">getEntities(x__xgafv=None)</code>
197 <pre>The RDAP API recognizes this command from the RDAP specification but
198does not support it. The response is a formatted 501 error.
199
200Args:
201 x__xgafv: string, V1 error format.
202 Allowed values
203 1 - v1 error format
204 2 - v2 error format
205
206Returns:
207 An object of the form:
208
209 { # Response to a general RDAP query.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700210 &quot;notices&quot;: [ # Notices applying to this response.
211 { # Notices object defined in [section 4.3 of RFC
212 # 7483](https://tools.ietf.org/html/rfc7483#section-4.3).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700213 &quot;description&quot;: [ # Description of the notice.
214 &quot;A String&quot;,
215 ],
216 &quot;type&quot;: &quot;A String&quot;, # Type values defined in [section 10.2.1 of RFC
217 # 7483](https://tools.ietf.org/html/rfc7483#section-10.2.1) specific to a
218 # whole response: &quot;result set truncated due to authorization&quot;, &quot;result set
219 # truncated due to excessive load&quot;, &quot;result set truncated due to
220 # unexplainable reasons&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700221 &quot;title&quot;: &quot;A String&quot;, # Title of a notice. Example: &quot;Terms of Service&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700222 &quot;links&quot;: [ # Link to a document containing more information.
223 { # Links object defined in [section 4.2 of RFC
224 # 7483](https://tools.ietf.org/html/rfc7483#section-4.2).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700225 &quot;media&quot;: &quot;A String&quot;, # Media type of the link destination. Example: &quot;screen&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700226 &quot;href&quot;: &quot;A String&quot;, # Target URL of a link. Example: &quot;http://example.com/previous&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700227 &quot;value&quot;: &quot;A String&quot;, # URL giving context for the link. Example: &quot;http://example.com/current&quot;.
228 &quot;title&quot;: &quot;A String&quot;, # Title of this link. Example: &quot;title&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700229 &quot;hreflang&quot;: &quot;A String&quot;, # Language code of a link. Example: &quot;en&quot;.
230 &quot;type&quot;: &quot;A String&quot;, # Content type of the link. Example: &quot;application/json&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700231 &quot;rel&quot;: &quot;A String&quot;, # Relation type of a link. Example: &quot;previous&quot;.
232 },
233 ],
234 },
235 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700236 &quot;jsonResponse&quot;: { # Message that represents an arbitrary HTTP body. It should only be used for # HTTP response with content type set to &quot;application/json+rdap&quot;.
237 # payload formats that can&#x27;t be represented as JSON, such as raw binary or
238 # an HTML page.
239 #
240 #
241 # This message can be used both in streaming and non-streaming API methods in
242 # the request as well as the response.
243 #
244 # It can be used as a top-level request field, which is convenient if one
245 # wants to extract parameters from either the URL or HTTP template into the
246 # request fields and also want access to the raw HTTP body.
247 #
248 # Example:
249 #
250 # message GetResourceRequest {
251 # // A unique request id.
252 # string request_id = 1;
253 #
254 # // The raw HTTP body is bound to this field.
255 # google.api.HttpBody http_body = 2;
256 # }
257 #
258 # service ResourceService {
259 # rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
260 # rpc UpdateResource(google.api.HttpBody) returns
261 # (google.protobuf.Empty);
262 # }
263 #
264 # Example with streaming methods:
265 #
266 # service CaldavService {
267 # rpc GetCalendar(stream google.api.HttpBody)
268 # returns (stream google.api.HttpBody);
269 # rpc UpdateCalendar(stream google.api.HttpBody)
270 # returns (stream google.api.HttpBody);
271 # }
272 #
273 # Use of this type only changes how the request and response bodies are
274 # handled, all other features will continue to work unchanged.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700275 &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
Bu Sun Kim65020912020-05-20 12:08:20 -0700276 &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
277 # for streaming APIs.
278 {
279 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
280 },
281 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700282 &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
283 },
284 &quot;errorCode&quot;: 42, # Error HTTP code. Example: &quot;501&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700285 &quot;lang&quot;: &quot;A String&quot;, # Error language code. Error response info fields are defined in [section 6
286 # of RFC 7483](https://tools.ietf.org/html/rfc7483#section-6).
287 &quot;description&quot;: [ # Error description.
288 &quot;A String&quot;,
289 ],
290 &quot;title&quot;: &quot;A String&quot;, # Error title.
291 &quot;rdapConformance&quot;: [ # RDAP conformance level.
292 &quot;A String&quot;,
293 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700294 }</pre>
295</div>
296
297<div class="method">
298 <code class="details" id="getHelp">getHelp(x__xgafv=None)</code>
299 <pre>Get help information for the RDAP API, including links to documentation.
300
301Args:
302 x__xgafv: string, V1 error format.
303 Allowed values
304 1 - v1 error format
305 2 - v2 error format
306
307Returns:
308 An object of the form:
309
310 { # Message that represents an arbitrary HTTP body. It should only be used for
311 # payload formats that can&#x27;t be represented as JSON, such as raw binary or
312 # an HTML page.
313 #
314 #
315 # This message can be used both in streaming and non-streaming API methods in
316 # the request as well as the response.
317 #
318 # It can be used as a top-level request field, which is convenient if one
319 # wants to extract parameters from either the URL or HTTP template into the
320 # request fields and also want access to the raw HTTP body.
321 #
322 # Example:
323 #
324 # message GetResourceRequest {
325 # // A unique request id.
326 # string request_id = 1;
327 #
328 # // The raw HTTP body is bound to this field.
329 # google.api.HttpBody http_body = 2;
330 # }
331 #
332 # service ResourceService {
333 # rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
334 # rpc UpdateResource(google.api.HttpBody) returns
335 # (google.protobuf.Empty);
336 # }
337 #
338 # Example with streaming methods:
339 #
340 # service CaldavService {
341 # rpc GetCalendar(stream google.api.HttpBody)
342 # returns (stream google.api.HttpBody);
343 # rpc UpdateCalendar(stream google.api.HttpBody)
344 # returns (stream google.api.HttpBody);
345 # }
346 #
347 # Use of this type only changes how the request and response bodies are
348 # handled, all other features will continue to work unchanged.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700349 &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
Bu Sun Kim65020912020-05-20 12:08:20 -0700350 &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
351 # for streaming APIs.
352 {
353 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
354 },
355 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700356 &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
357 }</pre>
358</div>
359
360<div class="method">
361 <code class="details" id="getIp">getIp(x__xgafv=None)</code>
362 <pre>The RDAP API recognizes this command from the RDAP specification but
363does not support it. The response is a formatted 501 error.
364
365Args:
366 x__xgafv: string, V1 error format.
367 Allowed values
368 1 - v1 error format
369 2 - v2 error format
370
371Returns:
372 An object of the form:
373
374 { # Message that represents an arbitrary HTTP body. It should only be used for
375 # payload formats that can&#x27;t be represented as JSON, such as raw binary or
376 # an HTML page.
377 #
378 #
379 # This message can be used both in streaming and non-streaming API methods in
380 # the request as well as the response.
381 #
382 # It can be used as a top-level request field, which is convenient if one
383 # wants to extract parameters from either the URL or HTTP template into the
384 # request fields and also want access to the raw HTTP body.
385 #
386 # Example:
387 #
388 # message GetResourceRequest {
389 # // A unique request id.
390 # string request_id = 1;
391 #
392 # // The raw HTTP body is bound to this field.
393 # google.api.HttpBody http_body = 2;
394 # }
395 #
396 # service ResourceService {
397 # rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
398 # rpc UpdateResource(google.api.HttpBody) returns
399 # (google.protobuf.Empty);
400 # }
401 #
402 # Example with streaming methods:
403 #
404 # service CaldavService {
405 # rpc GetCalendar(stream google.api.HttpBody)
406 # returns (stream google.api.HttpBody);
407 # rpc UpdateCalendar(stream google.api.HttpBody)
408 # returns (stream google.api.HttpBody);
409 # }
410 #
411 # Use of this type only changes how the request and response bodies are
412 # handled, all other features will continue to work unchanged.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700413 &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
Bu Sun Kim65020912020-05-20 12:08:20 -0700414 &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
415 # for streaming APIs.
416 {
417 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
418 },
419 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700420 &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
421 }</pre>
422</div>
423
424<div class="method">
425 <code class="details" id="getNameservers">getNameservers(x__xgafv=None)</code>
426 <pre>The RDAP API recognizes this command from the RDAP specification but
427does not support it. The response is a formatted 501 error.
428
429Args:
430 x__xgafv: string, V1 error format.
431 Allowed values
432 1 - v1 error format
433 2 - v2 error format
434
435Returns:
436 An object of the form:
437
438 { # Response to a general RDAP query.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700439 &quot;notices&quot;: [ # Notices applying to this response.
440 { # Notices object defined in [section 4.3 of RFC
441 # 7483](https://tools.ietf.org/html/rfc7483#section-4.3).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700442 &quot;description&quot;: [ # Description of the notice.
443 &quot;A String&quot;,
444 ],
445 &quot;type&quot;: &quot;A String&quot;, # Type values defined in [section 10.2.1 of RFC
446 # 7483](https://tools.ietf.org/html/rfc7483#section-10.2.1) specific to a
447 # whole response: &quot;result set truncated due to authorization&quot;, &quot;result set
448 # truncated due to excessive load&quot;, &quot;result set truncated due to
449 # unexplainable reasons&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700450 &quot;title&quot;: &quot;A String&quot;, # Title of a notice. Example: &quot;Terms of Service&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700451 &quot;links&quot;: [ # Link to a document containing more information.
452 { # Links object defined in [section 4.2 of RFC
453 # 7483](https://tools.ietf.org/html/rfc7483#section-4.2).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700454 &quot;media&quot;: &quot;A String&quot;, # Media type of the link destination. Example: &quot;screen&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700455 &quot;href&quot;: &quot;A String&quot;, # Target URL of a link. Example: &quot;http://example.com/previous&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700456 &quot;value&quot;: &quot;A String&quot;, # URL giving context for the link. Example: &quot;http://example.com/current&quot;.
457 &quot;title&quot;: &quot;A String&quot;, # Title of this link. Example: &quot;title&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700458 &quot;hreflang&quot;: &quot;A String&quot;, # Language code of a link. Example: &quot;en&quot;.
459 &quot;type&quot;: &quot;A String&quot;, # Content type of the link. Example: &quot;application/json&quot;.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700460 &quot;rel&quot;: &quot;A String&quot;, # Relation type of a link. Example: &quot;previous&quot;.
461 },
462 ],
463 },
464 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700465 &quot;jsonResponse&quot;: { # Message that represents an arbitrary HTTP body. It should only be used for # HTTP response with content type set to &quot;application/json+rdap&quot;.
466 # payload formats that can&#x27;t be represented as JSON, such as raw binary or
467 # an HTML page.
468 #
469 #
470 # This message can be used both in streaming and non-streaming API methods in
471 # the request as well as the response.
472 #
473 # It can be used as a top-level request field, which is convenient if one
474 # wants to extract parameters from either the URL or HTTP template into the
475 # request fields and also want access to the raw HTTP body.
476 #
477 # Example:
478 #
479 # message GetResourceRequest {
480 # // A unique request id.
481 # string request_id = 1;
482 #
483 # // The raw HTTP body is bound to this field.
484 # google.api.HttpBody http_body = 2;
485 # }
486 #
487 # service ResourceService {
488 # rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
489 # rpc UpdateResource(google.api.HttpBody) returns
490 # (google.protobuf.Empty);
491 # }
492 #
493 # Example with streaming methods:
494 #
495 # service CaldavService {
496 # rpc GetCalendar(stream google.api.HttpBody)
497 # returns (stream google.api.HttpBody);
498 # rpc UpdateCalendar(stream google.api.HttpBody)
499 # returns (stream google.api.HttpBody);
500 # }
501 #
502 # Use of this type only changes how the request and response bodies are
503 # handled, all other features will continue to work unchanged.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700504 &quot;data&quot;: &quot;A String&quot;, # The HTTP request/response body as raw binary.
Bu Sun Kim65020912020-05-20 12:08:20 -0700505 &quot;extensions&quot;: [ # Application specific response metadata. Must be set in the first response
506 # for streaming APIs.
507 {
508 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
509 },
510 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700511 &quot;contentType&quot;: &quot;A String&quot;, # The HTTP Content-Type header value specifying the content type of the body.
512 },
513 &quot;errorCode&quot;: 42, # Error HTTP code. Example: &quot;501&quot;.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700514 &quot;lang&quot;: &quot;A String&quot;, # Error language code. Error response info fields are defined in [section 6
515 # of RFC 7483](https://tools.ietf.org/html/rfc7483#section-6).
516 &quot;description&quot;: [ # Error description.
517 &quot;A String&quot;,
518 ],
519 &quot;title&quot;: &quot;A String&quot;, # Error title.
520 &quot;rdapConformance&quot;: [ # RDAP conformance level.
521 &quot;A String&quot;,
522 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700523 }</pre>
524</div>
525
526</body></html>