Enum HttpOperation.Method (0.2.0)

public enum HttpOperation.Method extends Enum<HttpOperation.Method> implements ProtocolMessageEnum

Enumeration of Method types.

Protobuf enum google.cloud.apihub.v1.HttpOperation.Method

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETE

Delete Operation type.

DELETE = 4;

DELETE_VALUE

Delete Operation type.

DELETE = 4;

GET

Get Operation type.

GET = 1;

GET_VALUE

Get Operation type.

GET = 1;

HEAD

Head Operation type.

HEAD = 6;

HEAD_VALUE

Head Operation type.

HEAD = 6;

METHOD_UNSPECIFIED

Method unspecified.

METHOD_UNSPECIFIED = 0;

METHOD_UNSPECIFIED_VALUE

Method unspecified.

METHOD_UNSPECIFIED = 0;

OPTIONS

Options Operation type.

OPTIONS = 5;

OPTIONS_VALUE

Options Operation type.

OPTIONS = 5;

PATCH

Patch Operation type.

PATCH = 7;

PATCH_VALUE

Patch Operation type.

PATCH = 7;

POST

Post Operation type.

POST = 3;

POST_VALUE

Post Operation type.

POST = 3;

PUT

Put Operation type.

PUT = 2;

PUT_VALUE

Put Operation type.

PUT = 2;

TRACE

Trace Operation type.

TRACE = 8;

TRACE_VALUE

Trace Operation type.

TRACE = 8;

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()