Uses of Class
io.grpc.binarylog.v1.Trailer.Builder
Packages that use Trailer.Builder
-
Uses of Trailer.Builder in io.grpc.binarylog.v1
Fields in io.grpc.binarylog.v1 with type parameters of type Trailer.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Trailer, Trailer.Builder, TrailerOrBuilder> GrpcLogEntry.Builder.trailerBuilder_
Methods in io.grpc.binarylog.v1 that return Trailer.BuilderModifier and TypeMethodDescriptionTrailer.Builder.clear()
Trailer.Builder.clearMetadata()
This contains only the metadata from the application.Trailer.Builder.clearStatusCode()
The gRPC status code.Trailer.Builder.clearStatusDetails()
The value of the 'grpc-status-details-bin' metadata key.Trailer.Builder.clearStatusMessage()
An original status message before any transport specific encoding.GrpcLogEntry.Builder.getTrailerBuilder()
.grpc.binarylog.v1.Trailer trailer = 9;
Trailer.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Trailer.Builder.mergeFrom
(com.google.protobuf.Message other) Trailer.Builder.mergeMetadata
(Metadata value) This contains only the metadata from the application.static Trailer.Builder
Trailer.newBuilder()
static Trailer.Builder
Trailer.newBuilder
(Trailer prototype) Trailer.newBuilderForType()
protected Trailer.Builder
Trailer.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Trailer.Builder.setMetadata
(Metadata value) This contains only the metadata from the application.Trailer.Builder.setMetadata
(Metadata.Builder builderForValue) This contains only the metadata from the application.Trailer.Builder.setStatusCode
(int value) The gRPC status code.Trailer.Builder.setStatusDetails
(com.google.protobuf.ByteString value) The value of the 'grpc-status-details-bin' metadata key.Trailer.Builder.setStatusMessage
(String value) An original status message before any transport specific encoding.Trailer.Builder.setStatusMessageBytes
(com.google.protobuf.ByteString value) An original status message before any transport specific encoding.Trailer.toBuilder()
Methods in io.grpc.binarylog.v1 that return types with arguments of type Trailer.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Trailer, Trailer.Builder, TrailerOrBuilder> GrpcLogEntry.Builder.getTrailerFieldBuilder()
.grpc.binarylog.v1.Trailer trailer = 9;
Methods in io.grpc.binarylog.v1 with parameters of type Trailer.BuilderModifier and TypeMethodDescriptionGrpcLogEntry.Builder.setTrailer
(Trailer.Builder builderForValue) .grpc.binarylog.v1.Trailer trailer = 9;