public static interface StreamAccessLogsMessage.IdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLogName()
The friendly name of the log configured in :ref:`CommonGrpcAccessLogConfig
<envoy_api_msg_extensions.access_loggers.grpc.v4alpha.CommonGrpcAccessLogConfig>`.
|
com.google.protobuf.ByteString |
getLogNameBytes()
The friendly name of the log configured in :ref:`CommonGrpcAccessLogConfig
<envoy_api_msg_extensions.access_loggers.grpc.v4alpha.CommonGrpcAccessLogConfig>`.
|
Node |
getNode()
The node sending the access log messages over the stream.
|
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.config.core.v4alpha.Node node = 1 [(.validate.rules) = { ... }Node getNode()
The node sending the access log messages over the stream.
.envoy.config.core.v4alpha.Node node = 1 [(.validate.rules) = { ... }NodeOrBuilder getNodeOrBuilder()
The node sending the access log messages over the stream.
.envoy.config.core.v4alpha.Node node = 1 [(.validate.rules) = { ... }String getLogName()
The friendly name of the log configured in :ref:`CommonGrpcAccessLogConfig <envoy_api_msg_extensions.access_loggers.grpc.v4alpha.CommonGrpcAccessLogConfig>`.
string log_name = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getLogNameBytes()
The friendly name of the log configured in :ref:`CommonGrpcAccessLogConfig <envoy_api_msg_extensions.access_loggers.grpc.v4alpha.CommonGrpcAccessLogConfig>`.
string log_name = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.