static ProcessingMode.BodySendMode |
ProcessingMode.BodySendMode.forNumber(int value) |
|
ProcessingMode.BodySendMode |
ProcessingMode.Builder.getRequestBodyMode() |
How to handle the request body.
|
ProcessingMode.BodySendMode |
ProcessingMode.getRequestBodyMode() |
How to handle the request body.
|
ProcessingMode.BodySendMode |
ProcessingModeOrBuilder.getRequestBodyMode() |
How to handle the request body.
|
ProcessingMode.BodySendMode |
ProcessingMode.Builder.getResponseBodyMode() |
How do handle the response body.
|
ProcessingMode.BodySendMode |
ProcessingMode.getResponseBodyMode() |
How do handle the response body.
|
ProcessingMode.BodySendMode |
ProcessingModeOrBuilder.getResponseBodyMode() |
How do handle the response body.
|
static ProcessingMode.BodySendMode |
ProcessingMode.BodySendMode.valueOf(int value) |
Deprecated.
|
static ProcessingMode.BodySendMode |
ProcessingMode.BodySendMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static ProcessingMode.BodySendMode |
ProcessingMode.BodySendMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ProcessingMode.BodySendMode[] |
ProcessingMode.BodySendMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|