public static interface Accesslog.AccessLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Custom configuration that depends on the access log being instantiated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Custom configuration that depends on the access log being instantiated.
|
Accesslog.AccessLogFilter |
getFilter()
Filter which is used to determine if the access log needs to be written.
|
Accesslog.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.
|
boolean |
hasConfig()
Custom configuration that depends on the access log being instantiated.
|
boolean |
hasFilter()
Filter which is used to determine if the access log needs to be written.
|
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.file_access_log" #. "envoy.http_grpc_access_log"
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.file_access_log" #. "envoy.http_grpc_access_log"
string name = 1;boolean hasFilter()
Filter which is used to determine if the access log needs to be written.
.envoy.config.filter.accesslog.v2.AccessLogFilter filter = 2;Accesslog.AccessLogFilter getFilter()
Filter which is used to determine if the access log needs to be written.
.envoy.config.filter.accesslog.v2.AccessLogFilter filter = 2;Accesslog.AccessLogFilterOrBuilder getFilterOrBuilder()
Filter which is used to determine if the access log needs to be written.
.envoy.config.filter.accesslog.v2.AccessLogFilter filter = 2;boolean hasConfig()
Custom configuration that depends on the access log being instantiated. Built-in configurations
include:
#. "envoy.file_access_log": :ref:`FileAccessLog
<envoy_api_msg_config.accesslog.v2.FileAccessLog>`
#. "envoy.http_grpc_access_log": :ref:`HttpGrpcAccessLogConfig
<envoy_api_msg_config.accesslog.v2.HttpGrpcAccessLogConfig>`
.google.protobuf.Struct config = 3;com.google.protobuf.Struct getConfig()
Custom configuration that depends on the access log being instantiated. Built-in configurations
include:
#. "envoy.file_access_log": :ref:`FileAccessLog
<envoy_api_msg_config.accesslog.v2.FileAccessLog>`
#. "envoy.http_grpc_access_log": :ref:`HttpGrpcAccessLogConfig
<envoy_api_msg_config.accesslog.v2.HttpGrpcAccessLogConfig>`
.google.protobuf.Struct config = 3;com.google.protobuf.StructOrBuilder getConfigOrBuilder()
Custom configuration that depends on the access log being instantiated. Built-in configurations
include:
#. "envoy.file_access_log": :ref:`FileAccessLog
<envoy_api_msg_config.accesslog.v2.FileAccessLog>`
#. "envoy.http_grpc_access_log": :ref:`HttpGrpcAccessLogConfig
<envoy_api_msg_config.accesslog.v2.HttpGrpcAccessLogConfig>`
.google.protobuf.Struct config = 3;Copyright © 2018 The Envoy Project. All rights reserved.