Interface Metrics.GaugeResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Metrics.GaugeResponse, Metrics.GaugeResponse.Builder
    Enclosing class:
    Metrics

    public static interface Metrics.GaugeResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getDoubleValue()
      double double_value = 3;
      long getLongValue()
      int64 long_value = 2;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      java.lang.String getStringValue()
      string string_value = 4;
      com.google.protobuf.ByteString getStringValueBytes()
      string string_value = 4;
      Metrics.GaugeResponse.ValueCase getValueCase()  
      boolean hasDoubleValue()
      double double_value = 3;
      boolean hasLongValue()
      int64 long_value = 2;
      boolean hasStringValue()
      string string_value = 4;
      • 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

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • hasLongValue

        boolean hasLongValue()
        int64 long_value = 2;
        Returns:
        Whether the longValue field is set.
      • getLongValue

        long getLongValue()
        int64 long_value = 2;
        Returns:
        The longValue.
      • hasDoubleValue

        boolean hasDoubleValue()
        double double_value = 3;
        Returns:
        Whether the doubleValue field is set.
      • getDoubleValue

        double getDoubleValue()
        double double_value = 3;
        Returns:
        The doubleValue.
      • hasStringValue

        boolean hasStringValue()
        string string_value = 4;
        Returns:
        Whether the stringValue field is set.
      • getStringValue

        java.lang.String getStringValue()
        string string_value = 4;
        Returns:
        The stringValue.
      • getStringValueBytes

        com.google.protobuf.ByteString getStringValueBytes()
        string string_value = 4;
        Returns:
        The bytes for stringValue.