public interface FlagOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getConditionChanged()
Whether the value for this flag has conditionally changed from the default state.
|
java.lang.String |
getName()
Flag name
|
com.google.protobuf.ByteString |
getNameBytes()
Flag name
|
java.lang.String |
getValue()
Value associated with this flag.
|
com.google.protobuf.ByteString |
getValueBytes()
Value associated with this flag.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
Flag name
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
Flag name
string name = 1 [json_name = "name"];
java.lang.String getValue()
Value associated with this flag.
string value = 2 [json_name = "value"];
com.google.protobuf.ByteString getValueBytes()
Value associated with this flag.
string value = 2 [json_name = "value"];
boolean getConditionChanged()
Whether the value for this flag has conditionally changed from the default state.
bool condition_changed = 3 [json_name = "conditionChanged"];