Uses of Class
logproto.Logproto.EntryAdapter
-
Packages that use Logproto.EntryAdapter Package Description logproto -
-
Uses of Logproto.EntryAdapter in logproto
Methods in logproto that return Logproto.EntryAdapter Modifier and Type Method Description Logproto.EntryAdapterLogproto.EntryAdapter.Builder. build()Logproto.EntryAdapterLogproto.EntryAdapter.Builder. buildPartial()static Logproto.EntryAdapterLogproto.EntryAdapter. getDefaultInstance()Logproto.EntryAdapterLogproto.EntryAdapter.Builder. getDefaultInstanceForType()Logproto.EntryAdapterLogproto.EntryAdapter. getDefaultInstanceForType()Logproto.EntryAdapterLogproto.StreamAdapter.Builder. getEntries(int index)repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];Logproto.EntryAdapterLogproto.StreamAdapter. getEntries(int index)repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];Logproto.EntryAdapterLogproto.StreamAdapterOrBuilder. getEntries(int index)repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];static Logproto.EntryAdapterLogproto.EntryAdapter. parseDelimitedFrom(java.io.InputStream input)static Logproto.EntryAdapterLogproto.EntryAdapter. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(byte[] data)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(com.google.protobuf.ByteString data)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(com.google.protobuf.CodedInputStream input)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(java.io.InputStream input)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(java.nio.ByteBuffer data)static Logproto.EntryAdapterLogproto.EntryAdapter. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in logproto that return types with arguments of type Logproto.EntryAdapter Modifier and Type Method Description java.util.List<Logproto.EntryAdapter>Logproto.StreamAdapter.Builder. getEntriesList()repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];java.util.List<Logproto.EntryAdapter>Logproto.StreamAdapter. getEntriesList()repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];java.util.List<Logproto.EntryAdapter>Logproto.StreamAdapterOrBuilder. getEntriesList()repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];com.google.protobuf.Parser<Logproto.EntryAdapter>Logproto.EntryAdapter. getParserForType()static com.google.protobuf.Parser<Logproto.EntryAdapter>Logproto.EntryAdapter. parser()Methods in logproto with parameters of type Logproto.EntryAdapter Modifier and Type Method Description Logproto.StreamAdapter.BuilderLogproto.StreamAdapter.Builder. addEntries(int index, Logproto.EntryAdapter value)repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];Logproto.StreamAdapter.BuilderLogproto.StreamAdapter.Builder. addEntries(Logproto.EntryAdapter value)repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];Logproto.EntryAdapter.BuilderLogproto.EntryAdapter.Builder. mergeFrom(Logproto.EntryAdapter other)static Logproto.EntryAdapter.BuilderLogproto.EntryAdapter. newBuilder(Logproto.EntryAdapter prototype)Logproto.StreamAdapter.BuilderLogproto.StreamAdapter.Builder. setEntries(int index, Logproto.EntryAdapter value)repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];Method parameters in logproto with type arguments of type Logproto.EntryAdapter Modifier and Type Method Description Logproto.StreamAdapter.BuilderLogproto.StreamAdapter.Builder. addAllEntries(java.lang.Iterable<? extends Logproto.EntryAdapter> values)repeated .logproto.EntryAdapter entries = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "entries"];
-