Interface Urlfrontier.LogLevelParamsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Urlfrontier.LogLevelParams, Urlfrontier.LogLevelParams.Builder
Enclosing class:
Urlfrontier

public static interface Urlfrontier.LogLevelParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .urlfrontier.LogLevelParams.Level level = 2;
    int
    .urlfrontier.LogLevelParams.Level level = 2;
    boolean
    only for this instance
    string package = 1;
    com.google.protobuf.ByteString
    string package = 1;

    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

    • getPackage

      String getPackage()
      string package = 1;
      Returns:
      The package.
    • getPackageBytes

      com.google.protobuf.ByteString getPackageBytes()
      string package = 1;
      Returns:
      The bytes for package.
    • getLevelValue

      int getLevelValue()
      .urlfrontier.LogLevelParams.Level level = 2;
      Returns:
      The enum numeric value on the wire for level.
    • getLevel

      .urlfrontier.LogLevelParams.Level level = 2;
      Returns:
      The level.
    • getLocal

      boolean getLocal()
       only for this instance
       
      bool local = 3;
      Returns:
      The local.