Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, 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 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, 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 |
| 96 | does not support it. The response is a formatted 501 error. |
| 97 | |
| 98 | Args: |
| 99 | x__xgafv: string, V1 error format. |
| 100 | Allowed values |
| 101 | 1 - v1 error format |
| 102 | 2 - v2 error format |
| 103 | |
| 104 | Returns: |
| 105 | An object of the form: |
| 106 | |
| 107 | { # Response to a general RDAP query. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 108 | "notices": [ # 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 Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 111 | "description": [ # Description of the notice. |
| 112 | "A String", |
| 113 | ], |
| 114 | "type": "A String", # 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: "result set truncated due to authorization", "result set |
| 117 | # truncated due to excessive load", "result set truncated due to |
| 118 | # unexplainable reasons". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 119 | "title": "A String", # Title of a notice. Example: "Terms of Service". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 120 | "links": [ # 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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 123 | "media": "A String", # Media type of the link destination. Example: "screen". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 124 | "href": "A String", # Target URL of a link. Example: "http://example.com/previous". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 125 | "value": "A String", # URL giving context for the link. Example: "http://example.com/current". |
| 126 | "title": "A String", # Title of this link. Example: "title". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 127 | "hreflang": "A String", # Language code of a link. Example: "en". |
| 128 | "type": "A String", # Content type of the link. Example: "application/json". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 129 | "rel": "A String", # Relation type of a link. Example: "previous". |
| 130 | }, |
| 131 | ], |
| 132 | }, |
| 133 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 134 | "jsonResponse": { # Message that represents an arbitrary HTTP body. It should only be used for # HTTP response with content type set to "application/json+rdap". |
| 135 | # payload formats that can'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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 173 | "data": "A String", # The HTTP request/response body as raw binary. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 174 | "extensions": [ # Application specific response metadata. Must be set in the first response |
| 175 | # for streaming APIs. |
| 176 | { |
| 177 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 178 | }, |
| 179 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 180 | "contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body. |
| 181 | }, |
| 182 | "errorCode": 42, # Error HTTP code. Example: "501". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 183 | "lang": "A String", # 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 | "description": [ # Error description. |
| 186 | "A String", |
| 187 | ], |
| 188 | "title": "A String", # Error title. |
| 189 | "rdapConformance": [ # RDAP conformance level. |
| 190 | "A String", |
| 191 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 192 | }</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 |
| 198 | does not support it. The response is a formatted 501 error. |
| 199 | |
| 200 | Args: |
| 201 | x__xgafv: string, V1 error format. |
| 202 | Allowed values |
| 203 | 1 - v1 error format |
| 204 | 2 - v2 error format |
| 205 | |
| 206 | Returns: |
| 207 | An object of the form: |
| 208 | |
| 209 | { # Response to a general RDAP query. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 210 | "notices": [ # 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 Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 213 | "description": [ # Description of the notice. |
| 214 | "A String", |
| 215 | ], |
| 216 | "type": "A String", # 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: "result set truncated due to authorization", "result set |
| 219 | # truncated due to excessive load", "result set truncated due to |
| 220 | # unexplainable reasons". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 221 | "title": "A String", # Title of a notice. Example: "Terms of Service". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 222 | "links": [ # 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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 225 | "media": "A String", # Media type of the link destination. Example: "screen". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 226 | "href": "A String", # Target URL of a link. Example: "http://example.com/previous". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 227 | "value": "A String", # URL giving context for the link. Example: "http://example.com/current". |
| 228 | "title": "A String", # Title of this link. Example: "title". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 229 | "hreflang": "A String", # Language code of a link. Example: "en". |
| 230 | "type": "A String", # Content type of the link. Example: "application/json". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 231 | "rel": "A String", # Relation type of a link. Example: "previous". |
| 232 | }, |
| 233 | ], |
| 234 | }, |
| 235 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 236 | "jsonResponse": { # Message that represents an arbitrary HTTP body. It should only be used for # HTTP response with content type set to "application/json+rdap". |
| 237 | # payload formats that can'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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 275 | "data": "A String", # The HTTP request/response body as raw binary. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 276 | "extensions": [ # Application specific response metadata. Must be set in the first response |
| 277 | # for streaming APIs. |
| 278 | { |
| 279 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 280 | }, |
| 281 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 282 | "contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body. |
| 283 | }, |
| 284 | "errorCode": 42, # Error HTTP code. Example: "501". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 285 | "lang": "A String", # 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 | "description": [ # Error description. |
| 288 | "A String", |
| 289 | ], |
| 290 | "title": "A String", # Error title. |
| 291 | "rdapConformance": [ # RDAP conformance level. |
| 292 | "A String", |
| 293 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 294 | }</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 | |
| 301 | Args: |
| 302 | x__xgafv: string, V1 error format. |
| 303 | Allowed values |
| 304 | 1 - v1 error format |
| 305 | 2 - v2 error format |
| 306 | |
| 307 | Returns: |
| 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'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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 349 | "data": "A String", # The HTTP request/response body as raw binary. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 350 | "extensions": [ # Application specific response metadata. Must be set in the first response |
| 351 | # for streaming APIs. |
| 352 | { |
| 353 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 354 | }, |
| 355 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 356 | "contentType": "A String", # 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 |
| 363 | does not support it. The response is a formatted 501 error. |
| 364 | |
| 365 | Args: |
| 366 | x__xgafv: string, V1 error format. |
| 367 | Allowed values |
| 368 | 1 - v1 error format |
| 369 | 2 - v2 error format |
| 370 | |
| 371 | Returns: |
| 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'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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 413 | "data": "A String", # The HTTP request/response body as raw binary. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 414 | "extensions": [ # Application specific response metadata. Must be set in the first response |
| 415 | # for streaming APIs. |
| 416 | { |
| 417 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 418 | }, |
| 419 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 420 | "contentType": "A String", # 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 |
| 427 | does not support it. The response is a formatted 501 error. |
| 428 | |
| 429 | Args: |
| 430 | x__xgafv: string, V1 error format. |
| 431 | Allowed values |
| 432 | 1 - v1 error format |
| 433 | 2 - v2 error format |
| 434 | |
| 435 | Returns: |
| 436 | An object of the form: |
| 437 | |
| 438 | { # Response to a general RDAP query. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 439 | "notices": [ # 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 Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 442 | "description": [ # Description of the notice. |
| 443 | "A String", |
| 444 | ], |
| 445 | "type": "A String", # 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: "result set truncated due to authorization", "result set |
| 448 | # truncated due to excessive load", "result set truncated due to |
| 449 | # unexplainable reasons". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 450 | "title": "A String", # Title of a notice. Example: "Terms of Service". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 451 | "links": [ # 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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 454 | "media": "A String", # Media type of the link destination. Example: "screen". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 455 | "href": "A String", # Target URL of a link. Example: "http://example.com/previous". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 456 | "value": "A String", # URL giving context for the link. Example: "http://example.com/current". |
| 457 | "title": "A String", # Title of this link. Example: "title". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 458 | "hreflang": "A String", # Language code of a link. Example: "en". |
| 459 | "type": "A String", # Content type of the link. Example: "application/json". |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 460 | "rel": "A String", # Relation type of a link. Example: "previous". |
| 461 | }, |
| 462 | ], |
| 463 | }, |
| 464 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 465 | "jsonResponse": { # Message that represents an arbitrary HTTP body. It should only be used for # HTTP response with content type set to "application/json+rdap". |
| 466 | # payload formats that can'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 Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 504 | "data": "A String", # The HTTP request/response body as raw binary. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 505 | "extensions": [ # Application specific response metadata. Must be set in the first response |
| 506 | # for streaming APIs. |
| 507 | { |
| 508 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 509 | }, |
| 510 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 511 | "contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body. |
| 512 | }, |
| 513 | "errorCode": 42, # Error HTTP code. Example: "501". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 514 | "lang": "A String", # 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 | "description": [ # Error description. |
| 517 | "A String", |
| 518 | ], |
| 519 | "title": "A String", # Error title. |
| 520 | "rdapConformance": [ # RDAP conformance level. |
| 521 | "A String", |
| 522 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 523 | }</pre> |
| 524 | </div> |
| 525 | |
| 526 | </body></html> |