Interface OpenLogReplicatorProtocol.ValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenLogReplicatorProtocol.Value,OpenLogReplicatorProtocol.Value.Builder
- Enclosing class:
- OpenLogReplicatorProtocol
public static interface OpenLogReplicatorProtocol.ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()string name = 1;com.google.protobuf.ByteStringstring name = 1;com.google.protobuf.ByteStringbytes value_bytes = 6;doubledouble value_double = 4;floatfloat value_float = 3;longint64 value_int = 2;string value_string = 5;com.google.protobuf.ByteStringstring value_string = 5;booleanbytes value_bytes = 6;booleandouble value_double = 4;booleanfloat value_float = 3;booleanint64 value_int = 2;booleanstring value_string = 5;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()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
hasValueInt
boolean hasValueInt()int64 value_int = 2;- Returns:
- Whether the valueInt field is set.
-
getValueInt
long getValueInt()int64 value_int = 2;- Returns:
- The valueInt.
-
hasValueFloat
boolean hasValueFloat()float value_float = 3;- Returns:
- Whether the valueFloat field is set.
-
getValueFloat
float getValueFloat()float value_float = 3;- Returns:
- The valueFloat.
-
hasValueDouble
boolean hasValueDouble()double value_double = 4;- Returns:
- Whether the valueDouble field is set.
-
getValueDouble
double getValueDouble()double value_double = 4;- Returns:
- The valueDouble.
-
hasValueString
boolean hasValueString()string value_string = 5;- Returns:
- Whether the valueString field is set.
-
getValueString
String getValueString()string value_string = 5;- Returns:
- The valueString.
-
getValueStringBytes
com.google.protobuf.ByteString getValueStringBytes()string value_string = 5;- Returns:
- The bytes for valueString.
-
hasValueBytes
boolean hasValueBytes()bytes value_bytes = 6;- Returns:
- Whether the valueBytes field is set.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()bytes value_bytes = 6;- Returns:
- The valueBytes.
-
getDatumCase
OpenLogReplicatorProtocol.Value.DatumCase getDatumCase()
-