Interface LogCollectorConfigOuterClass.LogCollectorConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFilenamePrefix()
      The prefix to use for the filenames of the logs.
      com.google.protobuf.ByteString getFilenamePrefixBytes()
      The prefix to use for the filenames of the logs.
      java.lang.String getType()
      Identifies the type of the LogCollector we will use to collect these logs.
      com.google.protobuf.ByteString getTypeBytes()
      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 Detail

      • getType

        java.lang.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

        java.lang.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.