The HTTP Operation.
| JSON representation |
|---|
{ "path" : { object ( |
| Fields | |
|---|---|
path
|
Optional. The path details for the Operation. Note: Even though this field is optional, it is required for |
method
|
Optional. Operation method Note: Even though this field is optional, it is required for |
Path
The path details derived from the spec.
| JSON representation |
|---|
{ "path" : string , "description" : string } |
| Fields | |
|---|---|
path
|
Optional. Complete path relative to server endpoint. Note: Even though this field is optional, it is required for |
description
|
Optional. A short description for the path applicable to all operations. |
Method
Enumeration of Method types.
| Enums | |
|---|---|
METHOD_UNSPECIFIED
|
Method unspecified. |
GET
|
Get Operation type. |
PUT
|
Put Operation type. |
POST
|
Post Operation type. |
DELETE
|
Delete Operation type. |
OPTIONS
|
Options Operation type. |
HEAD
|
Head Operation type. |
PATCH
|
Patch Operation type. |
TRACE
|
Trace Operation type. |

