Interface LogCollectorConfigOuterClass.LogCollectorConfigOrBuilder

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

public static interface LogCollectorConfigOuterClass.LogCollectorConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The prefix to use for the filenames of the logs.
    com.google.protobuf.ByteString
    The prefix to use for the filenames of the logs.
    Identifies the type of the LogCollector we will use to collect these logs.
    com.google.protobuf.ByteString
    Identifies the type of the LogCollector we will use to collect these logs.

    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

    • getType

      String getType()
       Identifies the type of the LogCollector we will use to collect these logs.
       
      string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Identifies the type of the LogCollector we will use to collect these logs.
       
      string type = 1;
      Returns:
      The bytes for type.
    • getFilenamePrefix

      String getFilenamePrefix()
       The prefix to use for the filenames of the logs.
       
      string filename_prefix = 2;
      Returns:
      The filenamePrefix.
    • getFilenamePrefixBytes

      com.google.protobuf.ByteString getFilenamePrefixBytes()
       The prefix to use for the filenames of the logs.
       
      string filename_prefix = 2;
      Returns:
      The bytes for filenamePrefix.