Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.TCPAccessLogEntry
-
Packages that use TCPAccessLogEntry Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of TCPAccessLogEntry in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as TCPAccessLogEntry Modifier and Type Field Description private static TCPAccessLogEntry
TCPAccessLogEntry. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type TCPAccessLogEntry Modifier and Type Field Description private static com.google.protobuf.Parser<TCPAccessLogEntry>
TCPAccessLogEntry. PARSER
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TCPAccessLogEntry Modifier and Type Method Description TCPAccessLogEntry
TCPAccessLogEntry.Builder. build()
TCPAccessLogEntry
TCPAccessLogEntry.Builder. buildPartial()
static TCPAccessLogEntry
TCPAccessLogEntry. getDefaultInstance()
TCPAccessLogEntry
TCPAccessLogEntry.Builder. getDefaultInstanceForType()
TCPAccessLogEntry
TCPAccessLogEntry. getDefaultInstanceForType()
static TCPAccessLogEntry
TCPAccessLogEntry. parseDelimitedFrom(java.io.InputStream input)
static TCPAccessLogEntry
TCPAccessLogEntry. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(byte[] data)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(com.google.protobuf.ByteString data)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(java.io.InputStream input)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(java.nio.ByteBuffer data)
static TCPAccessLogEntry
TCPAccessLogEntry. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TCPAccessLogEntry Modifier and Type Method Description com.google.protobuf.Parser<TCPAccessLogEntry>
TCPAccessLogEntry. getParserForType()
static com.google.protobuf.Parser<TCPAccessLogEntry>
TCPAccessLogEntry. parser()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type TCPAccessLogEntry Modifier and Type Method Description private void
TCPAccessLogEntry.Builder. buildPartial0(TCPAccessLogEntry result)
TCPAccessLogEntry.Builder
TCPAccessLogEntry.Builder. mergeFrom(TCPAccessLogEntry other)
static TCPAccessLogEntry.Builder
TCPAccessLogEntry. newBuilder(TCPAccessLogEntry prototype)
-