Interface ProfilerOptions.ProfileOptions.AdvancedConfigValueOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ProfilerOptions.ProfileOptions.AdvancedConfigValue, ProfilerOptions.ProfileOptions.AdvancedConfigValue.Builder
Enclosing class:
ProfilerOptions.ProfileOptions

public static interface ProfilerOptions.ProfileOptions.AdvancedConfigValueOrBuilder extends MessageOrBuilder
  • Method Details

    • hasStringValue

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

      String getStringValue()
      string string_value = 1;
      Returns:
      The stringValue.
    • getStringValueBytes

      ByteString getStringValueBytes()
      string string_value = 1;
      Returns:
      The bytes for stringValue.
    • hasBoolValue

      boolean hasBoolValue()
      bool bool_value = 2;
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      boolean getBoolValue()
      bool bool_value = 2;
      Returns:
      The boolValue.
    • hasInt64Value

      boolean hasInt64Value()
      int64 int64_value = 3;
      Returns:
      Whether the int64Value field is set.
    • getInt64Value

      long getInt64Value()
      int64 int64_value = 3;
      Returns:
      The int64Value.
    • getValueCase