public interface AccessLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccessLog.ConfigTypeCase |
getConfigTypeCase() |
AccessLogFilter |
getFilter()
Filter which is used to determine if the access log needs to be written.
|
AccessLogFilterOrBuilder |
getFilterOrBuilder()
Filter which is used to determine if the access log needs to be written.
|
String |
getName()
The name of the access log implementation to instantiate.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the access log implementation to instantiate.
|
com.google.protobuf.Any |
getTypedConfig()
.google.protobuf.Any typed_config = 4; |
com.google.protobuf.AnyOrBuilder |
getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 4; |
boolean |
hasFilter()
Filter which is used to determine if the access log needs to be written.
|
boolean |
hasTypedConfig()
.google.protobuf.Any typed_config = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the access log implementation to instantiate. The name must match a statically registered access log. Current built-in loggers include: #. "envoy.access_loggers.file" #. "envoy.access_loggers.http_grpc" #. "envoy.access_loggers.tcp_grpc"
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the access log implementation to instantiate. The name must match a statically registered access log. Current built-in loggers include: #. "envoy.access_loggers.file" #. "envoy.access_loggers.http_grpc" #. "envoy.access_loggers.tcp_grpc"
string name = 1;boolean hasFilter()
Filter which is used to determine if the access log needs to be written.
.envoy.config.accesslog.v3.AccessLogFilter filter = 2;AccessLogFilter getFilter()
Filter which is used to determine if the access log needs to be written.
.envoy.config.accesslog.v3.AccessLogFilter filter = 2;AccessLogFilterOrBuilder getFilterOrBuilder()
Filter which is used to determine if the access log needs to be written.
.envoy.config.accesslog.v3.AccessLogFilter filter = 2;boolean hasTypedConfig()
.google.protobuf.Any typed_config = 4;com.google.protobuf.Any getTypedConfig()
.google.protobuf.Any typed_config = 4;com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 4;AccessLog.ConfigTypeCase getConfigTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.