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
Fields in io.grpc.binarylog.v1 declared as GrpcLogEntry Modifier and Type Field Description private static GrpcLogEntry
GrpcLogEntry. DEFAULT_INSTANCE
Fields in io.grpc.binarylog.v1 with type parameters of type GrpcLogEntry Modifier and Type Field Description private static com.google.protobuf.Parser<GrpcLogEntry>
GrpcLogEntry. PARSER
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry Modifier and Type Method Description GrpcLogEntry
GrpcLogEntry.Builder. build()
GrpcLogEntry
GrpcLogEntry.Builder. buildPartial()
static GrpcLogEntry
GrpcLogEntry. getDefaultInstance()
GrpcLogEntry
GrpcLogEntry.Builder. getDefaultInstanceForType()
GrpcLogEntry
GrpcLogEntry. getDefaultInstanceForType()
static GrpcLogEntry
GrpcLogEntry. parseDelimitedFrom(java.io.InputStream input)
static GrpcLogEntry
GrpcLogEntry. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcLogEntry
GrpcLogEntry. parseFrom(byte[] data)
static GrpcLogEntry
GrpcLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcLogEntry
GrpcLogEntry. parseFrom(com.google.protobuf.ByteString data)
static GrpcLogEntry
GrpcLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcLogEntry
GrpcLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static GrpcLogEntry
GrpcLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcLogEntry
GrpcLogEntry. parseFrom(java.io.InputStream input)
static GrpcLogEntry
GrpcLogEntry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcLogEntry
GrpcLogEntry. parseFrom(java.nio.ByteBuffer data)
static GrpcLogEntry
GrpcLogEntry. 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 private void
GrpcLogEntry.Builder. buildPartial0(GrpcLogEntry result)
private void
GrpcLogEntry.Builder. buildPartialOneofs(GrpcLogEntry result)
GrpcLogEntry.Builder
GrpcLogEntry.Builder. mergeFrom(GrpcLogEntry other)
static GrpcLogEntry.Builder
GrpcLogEntry. newBuilder(GrpcLogEntry prototype)
-