public interface TrailerOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadata()
This contains only the metadata from the application.
|
MetadataOrBuilder |
getMetadataOrBuilder()
This contains only the metadata from the application.
|
int |
getStatusCode()
The gRPC status code.
|
ByteString |
getStatusDetails()
The value of the 'grpc-status-details-bin' metadata key.
|
String |
getStatusMessage()
An original status message before any transport specific
encoding.
|
ByteString |
getStatusMessageBytes()
An original status message before any transport specific
encoding.
|
boolean |
hasMetadata()
This contains only the metadata from the application.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasMetadata()
This contains only the metadata from the application.
.grpc.binarylog.v1.Metadata metadata = 1;Metadata getMetadata()
This contains only the metadata from the application.
.grpc.binarylog.v1.Metadata metadata = 1;MetadataOrBuilder getMetadataOrBuilder()
This contains only the metadata from the application.
.grpc.binarylog.v1.Metadata metadata = 1;int getStatusCode()
The gRPC status code.
uint32 status_code = 2;String getStatusMessage()
An original status message before any transport specific encoding.
string status_message = 3;ByteString getStatusMessageBytes()
An original status message before any transport specific encoding.
string status_message = 3;ByteString getStatusDetails()
The value of the 'grpc-status-details-bin' metadata key. If present, this is always an encoded 'google.rpc.Status' message.
bytes status_details = 4;