Interface SummaryDescriptionOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTypeHint()
      Hint on how plugins should process the data in this series.
      com.google.protobuf.ByteString getTypeHintBytes()
      Hint on how plugins should process the data in this series.
      • 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

      • getTypeHint

        java.lang.String getTypeHint()
         Hint on how plugins should process the data in this series.
         Supported values include "scalar", "histogram", "image", "audio"
         
        string type_hint = 1;
        Returns:
        The typeHint.
      • getTypeHintBytes

        com.google.protobuf.ByteString getTypeHintBytes()
         Hint on how plugins should process the data in this series.
         Supported values include "scalar", "histogram", "image", "audio"
         
        string type_hint = 1;
        Returns:
        The bytes for typeHint.