public interface
SummaryDescriptionOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getTypeHint()
Hint on how plugins should process the data in this series. |
abstract com.google.protobuf.ByteString |
getTypeHintBytes()
Hint on how plugins should process the data in this series. |
Public Methods
public abstract String getTypeHint ()
Hint on how plugins should process the data in this series. Supported values include "scalar", "histogram", "image", "audio"
string type_hint = 1;
public abstract 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;