Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.TCPAccessLogEntry
Packages that use TCPAccessLogEntry
-
Uses of TCPAccessLogEntry in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TCPAccessLogEntryModifier and TypeMethodDescriptionTCPAccessLogEntry.Builder.build()TCPAccessLogEntry.Builder.buildPartial()static TCPAccessLogEntryTCPAccessLogEntry.getDefaultInstance()TCPAccessLogEntry.Builder.getDefaultInstanceForType()TCPAccessLogEntry.getDefaultInstanceForType()static TCPAccessLogEntryTCPAccessLogEntry.parseDelimitedFrom(InputStream input) static TCPAccessLogEntryTCPAccessLogEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(byte[] data) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(com.google.protobuf.ByteString data) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(com.google.protobuf.CodedInputStream input) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(InputStream input) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(ByteBuffer data) static TCPAccessLogEntryTCPAccessLogEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TCPAccessLogEntryModifier and TypeMethodDescriptioncom.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 TCPAccessLogEntryModifier and TypeMethodDescriptionTCPAccessLogEntry.Builder.mergeFrom(TCPAccessLogEntry other) static TCPAccessLogEntry.BuilderTCPAccessLogEntry.newBuilder(TCPAccessLogEntry prototype) -
Uses of TCPAccessLogEntry in io.envoyproxy.envoy.service.accesslog.v3
Methods in io.envoyproxy.envoy.service.accesslog.v3 that return TCPAccessLogEntryModifier and TypeMethodDescriptionStreamAccessLogsMessage.TCPAccessLogEntries.Builder.getLogEntry(int index) repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }StreamAccessLogsMessage.TCPAccessLogEntries.getLogEntry(int index) repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }StreamAccessLogsMessage.TCPAccessLogEntriesOrBuilder.getLogEntry(int index) repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }Methods in io.envoyproxy.envoy.service.accesslog.v3 that return types with arguments of type TCPAccessLogEntryModifier and TypeMethodDescriptionStreamAccessLogsMessage.TCPAccessLogEntries.Builder.getLogEntryList()repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }StreamAccessLogsMessage.TCPAccessLogEntries.getLogEntryList()repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }StreamAccessLogsMessage.TCPAccessLogEntriesOrBuilder.getLogEntryList()repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }Methods in io.envoyproxy.envoy.service.accesslog.v3 with parameters of type TCPAccessLogEntryModifier and TypeMethodDescriptionStreamAccessLogsMessage.TCPAccessLogEntries.Builder.addLogEntry(int index, TCPAccessLogEntry value) repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }StreamAccessLogsMessage.TCPAccessLogEntries.Builder.addLogEntry(TCPAccessLogEntry value) repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }StreamAccessLogsMessage.TCPAccessLogEntries.Builder.setLogEntry(int index, TCPAccessLogEntry value) repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }Method parameters in io.envoyproxy.envoy.service.accesslog.v3 with type arguments of type TCPAccessLogEntryModifier and TypeMethodDescriptionStreamAccessLogsMessage.TCPAccessLogEntries.Builder.addAllLogEntry(Iterable<? extends TCPAccessLogEntry> values) repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }