public interface StreamAccessLogsMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StreamAccessLogsMessage.HTTPAccessLogEntries |
getHttpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2; |
StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder |
getHttpLogsOrBuilder()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2; |
StreamAccessLogsMessage.Identifier |
getIdentifier()
Identifier data that will only be sent in the first message on the stream.
|
StreamAccessLogsMessage.IdentifierOrBuilder |
getIdentifierOrBuilder()
Identifier data that will only be sent in the first message on the stream.
|
StreamAccessLogsMessage.LogEntriesCase |
getLogEntriesCase() |
StreamAccessLogsMessage.TCPAccessLogEntries |
getTcpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3; |
StreamAccessLogsMessage.TCPAccessLogEntriesOrBuilder |
getTcpLogsOrBuilder()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3; |
boolean |
hasHttpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2; |
boolean |
hasIdentifier()
Identifier data that will only be sent in the first message on the stream.
|
boolean |
hasTcpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdentifier()
Identifier data that will only be sent in the first message on the stream. This is effectively structured metadata and is a performance optimization.
.envoy.service.accesslog.v2.StreamAccessLogsMessage.Identifier identifier = 1;StreamAccessLogsMessage.Identifier getIdentifier()
Identifier data that will only be sent in the first message on the stream. This is effectively structured metadata and is a performance optimization.
.envoy.service.accesslog.v2.StreamAccessLogsMessage.Identifier identifier = 1;StreamAccessLogsMessage.IdentifierOrBuilder getIdentifierOrBuilder()
Identifier data that will only be sent in the first message on the stream. This is effectively structured metadata and is a performance optimization.
.envoy.service.accesslog.v2.StreamAccessLogsMessage.Identifier identifier = 1;boolean hasHttpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;StreamAccessLogsMessage.HTTPAccessLogEntries getHttpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder getHttpLogsOrBuilder()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;boolean hasTcpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;StreamAccessLogsMessage.TCPAccessLogEntries getTcpLogs()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;StreamAccessLogsMessage.TCPAccessLogEntriesOrBuilder getTcpLogsOrBuilder()
.envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;StreamAccessLogsMessage.LogEntriesCase getLogEntriesCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.