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
Modifier and TypeMethodDescription.envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;.envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;Identifier data that will only be sent in the first message on the stream.Identifier data that will only be sent in the first message on the stream..envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;.envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;boolean.envoy.service.accesslog.v3.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;booleanIdentifier data that will only be sent in the first message on the stream.boolean.envoy.service.accesslog.v3.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-