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 TrailerTrailer. DEFAULT_INSTANCEFields in io.grpc.binarylog.v1 with type parameters of type Trailer Modifier and Type Field Description private static com.google.protobuf.Parser<Trailer>Trailer. PARSERprivate 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 TrailerTrailer.Builder. build()TrailerTrailer.Builder. buildPartial()static TrailerTrailer. getDefaultInstance()TrailerTrailer.Builder. getDefaultInstanceForType()TrailerTrailer. getDefaultInstanceForType()TrailerGrpcLogEntry.Builder. getTrailer().grpc.binarylog.v1.Trailer trailer = 9;TrailerGrpcLogEntry. getTrailer().grpc.binarylog.v1.Trailer trailer = 9;TrailerGrpcLogEntryOrBuilder. getTrailer().grpc.binarylog.v1.Trailer trailer = 9;static TrailerTrailer. parseDelimitedFrom(java.io.InputStream input)static TrailerTrailer. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailerTrailer. parseFrom(byte[] data)static TrailerTrailer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailerTrailer. parseFrom(com.google.protobuf.ByteString data)static TrailerTrailer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailerTrailer. parseFrom(com.google.protobuf.CodedInputStream input)static TrailerTrailer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailerTrailer. parseFrom(java.io.InputStream input)static TrailerTrailer. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailerTrailer. parseFrom(java.nio.ByteBuffer data)static TrailerTrailer. 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 voidTrailer.Builder. buildPartial0(Trailer result)Trailer.BuilderTrailer.Builder. mergeFrom(Trailer other)GrpcLogEntry.BuilderGrpcLogEntry.Builder. mergeTrailer(Trailer value).grpc.binarylog.v1.Trailer trailer = 9;static Trailer.BuilderTrailer. newBuilder(Trailer prototype)GrpcLogEntry.BuilderGrpcLogEntry.Builder. setTrailer(Trailer value).grpc.binarylog.v1.Trailer trailer = 9;
-