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 Summary
Modifier and TypeMethodDescriptionbooleanbool bool_value = 2;longint64 int64_value = 3;string string_value = 1;string string_value = 1;booleanbool bool_value = 2;booleanint64 int64_value = 3;booleanstring string_value = 1;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
hasStringValue
boolean hasStringValue()string string_value = 1;- Returns:
- Whether the stringValue field is set.
-
getStringValue
-
getStringValueBytes
-
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
ProfilerOptions.ProfileOptions.AdvancedConfigValue.ValueCase getValueCase()
-