Uses of Class
io.grpc.binarylog.v1.Trailer
-
Packages that use Trailer Package Description io.grpc.binarylog.v1 -
-
Uses of Trailer in io.grpc.binarylog.v1
Fields in io.grpc.binarylog.v1 declared as Trailer Modifier and Type Field Description private static Trailer
Trailer. DEFAULT_INSTANCE
Fields in io.grpc.binarylog.v1 with type parameters of type Trailer Modifier and Type Field Description private static com.google.protobuf.Parser<Trailer>
Trailer. PARSER
private com.google.protobuf.SingleFieldBuilder<Trailer,Trailer.Builder,TrailerOrBuilder>
GrpcLogEntry.Builder. trailerBuilder_
Methods in io.grpc.binarylog.v1 that return Trailer Modifier and Type Method Description Trailer
Trailer.Builder. build()
Trailer
Trailer.Builder. buildPartial()
static Trailer
Trailer. getDefaultInstance()
Trailer
Trailer.Builder. getDefaultInstanceForType()
Trailer
Trailer. getDefaultInstanceForType()
Trailer
GrpcLogEntry.Builder. getTrailer()
.grpc.binarylog.v1.Trailer trailer = 9;
Trailer
GrpcLogEntry. getTrailer()
.grpc.binarylog.v1.Trailer trailer = 9;
Trailer
GrpcLogEntryOrBuilder. getTrailer()
.grpc.binarylog.v1.Trailer trailer = 9;
static Trailer
Trailer. parseDelimitedFrom(java.io.InputStream input)
static Trailer
Trailer. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trailer
Trailer. parseFrom(byte[] data)
static Trailer
Trailer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trailer
Trailer. parseFrom(com.google.protobuf.ByteString data)
static Trailer
Trailer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trailer
Trailer. parseFrom(com.google.protobuf.CodedInputStream input)
static Trailer
Trailer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trailer
Trailer. parseFrom(java.io.InputStream input)
static Trailer
Trailer. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Trailer
Trailer. parseFrom(java.nio.ByteBuffer data)
static Trailer
Trailer. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.binarylog.v1 that return types with arguments of type Trailer Modifier and Type Method Description com.google.protobuf.Parser<Trailer>
Trailer. getParserForType()
private com.google.protobuf.SingleFieldBuilder<Trailer,Trailer.Builder,TrailerOrBuilder>
GrpcLogEntry.Builder. getTrailerFieldBuilder()
.grpc.binarylog.v1.Trailer trailer = 9;
static com.google.protobuf.Parser<Trailer>
Trailer. parser()
Methods in io.grpc.binarylog.v1 with parameters of type Trailer Modifier and Type Method Description private void
Trailer.Builder. buildPartial0(Trailer result)
Trailer.Builder
Trailer.Builder. mergeFrom(Trailer other)
GrpcLogEntry.Builder
GrpcLogEntry.Builder. mergeTrailer(Trailer value)
.grpc.binarylog.v1.Trailer trailer = 9;
static Trailer.Builder
Trailer. newBuilder(Trailer prototype)
GrpcLogEntry.Builder
GrpcLogEntry.Builder. setTrailer(Trailer value)
.grpc.binarylog.v1.Trailer trailer = 9;
-