Interface StreamAccessLogsMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamAccessLogsMessage,StreamAccessLogsMessage.Builder
public interface StreamAccessLogsMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamAccessLogsMessage.HTTPAccessLogEntriesgetHttpLogs().envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuildergetHttpLogsOrBuilder().envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;StreamAccessLogsMessage.IdentifiergetIdentifier()Identifier data that will only be sent in the first message on the stream.StreamAccessLogsMessage.IdentifierOrBuildergetIdentifierOrBuilder()Identifier data that will only be sent in the first message on the stream.StreamAccessLogsMessage.LogEntriesCasegetLogEntriesCase()StreamAccessLogsMessage.TCPAccessLogEntriesgetTcpLogs().envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;StreamAccessLogsMessage.TCPAccessLogEntriesOrBuildergetTcpLogsOrBuilder().envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;booleanhasHttpLogs().envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;booleanhasIdentifier()Identifier data that will only be sent in the first message on the stream.booleanhasTcpLogs().envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIdentifier
boolean 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.v3.StreamAccessLogsMessage.Identifier identifier = 1;- Returns:
- Whether the identifier field is set.
-
getIdentifier
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.v3.StreamAccessLogsMessage.Identifier identifier = 1;- Returns:
- The identifier.
-
getIdentifierOrBuilder
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.v3.StreamAccessLogsMessage.Identifier identifier = 1;
-
hasHttpLogs
boolean hasHttpLogs()
.envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;- Returns:
- Whether the httpLogs field is set.
-
getHttpLogs
StreamAccessLogsMessage.HTTPAccessLogEntries getHttpLogs()
.envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;- Returns:
- The httpLogs.
-
getHttpLogsOrBuilder
StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder getHttpLogsOrBuilder()
.envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;
-
hasTcpLogs
boolean hasTcpLogs()
.envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;- Returns:
- Whether the tcpLogs field is set.
-
getTcpLogs
StreamAccessLogsMessage.TCPAccessLogEntries getTcpLogs()
.envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;- Returns:
- The tcpLogs.
-
getTcpLogsOrBuilder
StreamAccessLogsMessage.TCPAccessLogEntriesOrBuilder getTcpLogsOrBuilder()
.envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;
-
getLogEntriesCase
StreamAccessLogsMessage.LogEntriesCase getLogEntriesCase()
-
-