public enum HttpOperation.Method extends Enum<HttpOperation.Method> implements ProtocolMessageEnum
Enumeration of Method types.
Protobuf enum google.cloud.apihub.v1.HttpOperation.Method
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DELETE |
Delete Operation type. |
DELETE_VALUE |
Delete Operation type. |
GET |
Get Operation type. |
GET_VALUE |
Get Operation type. |
HEAD |
Head Operation type. |
HEAD_VALUE |
Head Operation type. |
METHOD_UNSPECIFIED |
Method unspecified. |
METHOD_UNSPECIFIED_VALUE |
Method unspecified. |
OPTIONS |
Options Operation type. |
OPTIONS_VALUE |
Options Operation type. |
PATCH |
Patch Operation type. |
PATCH_VALUE |
Patch Operation type. |
POST |
Post Operation type. |
POST_VALUE |
Post Operation type. |
PUT |
Put Operation type. |
PUT_VALUE |
Put Operation type. |
TRACE |
Trace Operation type. |
TRACE_VALUE |
Trace Operation type. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |