| Modifier and Type | Method and Description |
|---|---|
static Messages.PayloadType |
Messages.PayloadType.forNumber(int value) |
Messages.PayloadType |
Messages.SimpleRequestOrBuilder.getResponseType()
Desired payload type in the response from the server.
|
Messages.PayloadType |
Messages.SimpleRequest.getResponseType()
Desired payload type in the response from the server.
|
Messages.PayloadType |
Messages.SimpleRequest.Builder.getResponseType()
Desired payload type in the response from the server.
|
Messages.PayloadType |
Messages.StreamingOutputCallRequestOrBuilder.getResponseType()
Desired payload type in the response from the server.
|
Messages.PayloadType |
Messages.StreamingOutputCallRequest.getResponseType()
Desired payload type in the response from the server.
|
Messages.PayloadType |
Messages.StreamingOutputCallRequest.Builder.getResponseType()
Desired payload type in the response from the server.
|
Messages.PayloadType |
Messages.PayloadOrBuilder.getType()
The type of data in body.
|
Messages.PayloadType |
Messages.Payload.getType()
The type of data in body.
|
Messages.PayloadType |
Messages.Payload.Builder.getType()
The type of data in body.
|
static Messages.PayloadType |
Messages.PayloadType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Messages.PayloadType |
Messages.PayloadType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Messages.PayloadType |
Messages.PayloadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.PayloadType[] |
Messages.PayloadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Messages.PayloadType> |
Messages.PayloadType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Messages.SimpleRequest.Builder |
Messages.SimpleRequest.Builder.setResponseType(Messages.PayloadType value)
Desired payload type in the response from the server.
|
Messages.StreamingOutputCallRequest.Builder |
Messages.StreamingOutputCallRequest.Builder.setResponseType(Messages.PayloadType value)
Desired payload type in the response from the server.
|
Messages.Payload.Builder |
Messages.Payload.Builder.setType(Messages.PayloadType value)
The type of data in body.
|