Package io.dingodb.common
Interface Common.ControlConfigVariableOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.ControlConfigVariable,Common.ControlConfigVariable.Builder
- Enclosing class:
- Common
public static interface Common.ControlConfigVariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()gflags name
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()gflags name
string name = 1;- Returns:
- The bytes for name.
-
getValue
String getValue()gflags value
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()gflags value
string value = 2;- Returns:
- The bytes for value.
-
getIsAlreadySet
boolean getIsAlreadySet()is set or not
bool is_already_set = 3;- Returns:
- The isAlreadySet.
-
getIsErrorOccurred
boolean getIsErrorOccurred()is error or not
bool is_error_occurred = 4;- Returns:
- The isErrorOccurred.
-