public static interface Als.StreamAccessLogsMessage.IdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLogName()
The friendly name of the log configured in AccessLogServiceConfig.
|
com.google.protobuf.ByteString |
getLogNameBytes()
The friendly name of the log configured in AccessLogServiceConfig.
|
Base.Node |
getNode()
The node sending the access log messages over the stream.
|
Base.NodeOrBuilder |
getNodeOrBuilder()
The node sending the access log messages over the stream.
|
boolean |
hasNode()
The node sending the access log messages over the stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
The node sending the access log messages over the stream.
.envoy.api.v2.core.Node node = 1 [(.validate.rules) = { ... }Base.Node getNode()
The node sending the access log messages over the stream.
.envoy.api.v2.core.Node node = 1 [(.validate.rules) = { ... }Base.NodeOrBuilder getNodeOrBuilder()
The node sending the access log messages over the stream.
.envoy.api.v2.core.Node node = 1 [(.validate.rules) = { ... }String getLogName()
The friendly name of the log configured in AccessLogServiceConfig.
string log_name = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getLogNameBytes()
The friendly name of the log configured in AccessLogServiceConfig.
string log_name = 2 [(.validate.rules) = { ... }Copyright © 2018 The Envoy Project. All rights reserved.