Uses of Class
io.grpc.binarylog.v1.GrpcLogEntry
-
Packages that use GrpcLogEntry Package Description io.grpc.binarylog.v1 -
-
Uses of GrpcLogEntry in io.grpc.binarylog.v1
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry Modifier and Type Method Description GrpcLogEntryGrpcLogEntry.Builder. build()GrpcLogEntryGrpcLogEntry.Builder. buildPartial()static GrpcLogEntryGrpcLogEntry. getDefaultInstance()GrpcLogEntryGrpcLogEntry.Builder. getDefaultInstanceForType()GrpcLogEntryGrpcLogEntry. getDefaultInstanceForType()static GrpcLogEntryGrpcLogEntry. parseDelimitedFrom(java.io.InputStream input)static GrpcLogEntryGrpcLogEntry. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcLogEntryGrpcLogEntry. parseFrom(byte[] data)static GrpcLogEntryGrpcLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcLogEntryGrpcLogEntry. parseFrom(com.google.protobuf.ByteString data)static GrpcLogEntryGrpcLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcLogEntryGrpcLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)static GrpcLogEntryGrpcLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcLogEntryGrpcLogEntry. parseFrom(java.io.InputStream input)static GrpcLogEntryGrpcLogEntry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GrpcLogEntryGrpcLogEntry. parseFrom(java.nio.ByteBuffer data)static GrpcLogEntryGrpcLogEntry. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.binarylog.v1 that return types with arguments of type GrpcLogEntry Modifier and Type Method Description com.google.protobuf.Parser<GrpcLogEntry>GrpcLogEntry. getParserForType()static com.google.protobuf.Parser<GrpcLogEntry>GrpcLogEntry. parser()Methods in io.grpc.binarylog.v1 with parameters of type GrpcLogEntry Modifier and Type Method Description GrpcLogEntry.BuilderGrpcLogEntry.Builder. mergeFrom(GrpcLogEntry other)static GrpcLogEntry.BuilderGrpcLogEntry. newBuilder(GrpcLogEntry prototype)
-