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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getConfig()
      Deprecated.
      com.google.protobuf.StructOrBuilder getConfigOrBuilder()
      Deprecated.
      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 hasConfig()
      Deprecated.
      boolean hasFilter()
      Filter which is used to determine if the access log needs to be written.
      boolean hasTypedConfig()
      .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 Detail

      • 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;
      • 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;
      • 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;
      • 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;
      • 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.
        .google.protobuf.Struct config = 3 [deprecated = true];
      • getConfig

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

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

        boolean hasTypedConfig()
        .google.protobuf.Any typed_config = 4;
      • getTypedConfig

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

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