public static interface Messages.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBody()
Primary contents of payload.
|
Messages.PayloadType |
getType()
The type of data in body.
|
int |
getTypeValue()
The type of data in body.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The type of data in body.
.grpc.testing.PayloadType type = 1;Messages.PayloadType getType()
The type of data in body.
.grpc.testing.PayloadType type = 1;com.google.protobuf.ByteString getBody()
Primary contents of payload.
bytes body = 2;