Interface AccessLogOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AccessLog, AccessLog.Builder

public interface AccessLogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    Deprecated.
    envoy.config.filter.accesslog.v2.AccessLog.config is deprecated.
    com.google.protobuf.StructOrBuilder
    Deprecated.
     
    Filter which is used to determine if the access log needs to be written.
    Filter which is used to determine if the access log needs to be written.
    The name of the access log implementation to instantiate.
    com.google.protobuf.ByteString
    The name of the access log implementation to instantiate.
    com.google.protobuf.Any
    .google.protobuf.Any typed_config = 4;
    com.google.protobuf.AnyOrBuilder
    .google.protobuf.Any typed_config = 4;
    boolean
    Deprecated.
    envoy.config.filter.accesslog.v2.AccessLog.config is deprecated.
    boolean
    Filter which is used to determine if the access log needs to be written.
    boolean
    .google.protobuf.Any typed_config = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String 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;
      Returns:
      The name.
    • getNameBytes

      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;
      Returns:
      The bytes for name.
    • hasFilter

      boolean hasFilter()
       Filter which is used to determine if the access log needs to be written.
       
      .envoy.config.filter.accesslog.v2.AccessLogFilter filter = 2;
      Returns:
      Whether the filter field is set.
    • getFilter

      AccessLogFilter getFilter()
       Filter which is used to determine if the access log needs to be written.
       
      .envoy.config.filter.accesslog.v2.AccessLogFilter filter = 2;
      Returns:
      The filter.
    • getFilterOrBuilder

      AccessLogFilterOrBuilder getFilterOrBuilder()
       Filter which is used to determine if the access log needs to be written.
       
      .envoy.config.filter.accesslog.v2.AccessLogFilter filter = 2;
    • hasConfig

      @Deprecated boolean hasConfig()
      Deprecated.
      envoy.config.filter.accesslog.v2.AccessLog.config is deprecated. See envoy/config/filter/accesslog/v2/accesslog.proto;l=46
      .google.protobuf.Struct config = 3 [deprecated = true];
      Returns:
      Whether the config field is set.
    • getConfig

      @Deprecated com.google.protobuf.Struct getConfig()
      Deprecated.
      envoy.config.filter.accesslog.v2.AccessLog.config is deprecated. See envoy/config/filter/accesslog/v2/accesslog.proto;l=46
      .google.protobuf.Struct config = 3 [deprecated = true];
      Returns:
      The config.
    • getConfigOrBuilder

      @Deprecated com.google.protobuf.StructOrBuilder getConfigOrBuilder()
      Deprecated.
      .google.protobuf.Struct config = 3 [deprecated = true];
    • hasTypedConfig

      boolean hasTypedConfig()
      .google.protobuf.Any typed_config = 4;
      Returns:
      Whether the typedConfig field is set.
    • getTypedConfig

      com.google.protobuf.Any getTypedConfig()
      .google.protobuf.Any typed_config = 4;
      Returns:
      The typedConfig.
    • getTypedConfigOrBuilder

      com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
      .google.protobuf.Any typed_config = 4;
    • getConfigTypeCase

      AccessLog.ConfigTypeCase getConfigTypeCase()