Package com.mysql.cj.x.protobuf
Interface MysqlxDatatypes.ScalarOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxDatatypes.Scalar,MysqlxDatatypes.Scalar.Builder
- Enclosing class:
- MysqlxDatatypes
public static interface MysqlxDatatypes.ScalarOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxDatatypes.Scalar.TypegetType()required .Mysqlx.Datatypes.Scalar.Type type = 1;booleangetVBool()optional bool v_bool = 8;doublegetVDouble()optional double v_double = 6;floatgetVFloat()optional float v_float = 7;MysqlxDatatypes.Scalar.OctetsgetVOctets()4 is unused, was Null which doesn't have a storage anymoreMysqlxDatatypes.Scalar.OctetsOrBuildergetVOctetsOrBuilder()4 is unused, was Null which doesn't have a storage anymorelonggetVSignedInt()optional sint64 v_signed_int = 2;MysqlxDatatypes.Scalar.StringgetVString()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;MysqlxDatatypes.Scalar.StringOrBuildergetVStringOrBuilder()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;longgetVUnsignedInt()optional uint64 v_unsigned_int = 3;booleanhasType()required .Mysqlx.Datatypes.Scalar.Type type = 1;booleanhasVBool()optional bool v_bool = 8;booleanhasVDouble()optional double v_double = 6;booleanhasVFloat()optional float v_float = 7;booleanhasVOctets()4 is unused, was Null which doesn't have a storage anymorebooleanhasVSignedInt()optional sint64 v_signed_int = 2;booleanhasVString()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;booleanhasVUnsignedInt()optional uint64 v_unsigned_int = 3;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()required .Mysqlx.Datatypes.Scalar.Type type = 1;- Returns:
- Whether the type field is set.
-
getType
MysqlxDatatypes.Scalar.Type getType()required .Mysqlx.Datatypes.Scalar.Type type = 1;- Returns:
- The type.
-
hasVSignedInt
boolean hasVSignedInt()optional sint64 v_signed_int = 2;- Returns:
- Whether the vSignedInt field is set.
-
getVSignedInt
long getVSignedInt()optional sint64 v_signed_int = 2;- Returns:
- The vSignedInt.
-
hasVUnsignedInt
boolean hasVUnsignedInt()optional uint64 v_unsigned_int = 3;- Returns:
- Whether the vUnsignedInt field is set.
-
getVUnsignedInt
long getVUnsignedInt()optional uint64 v_unsigned_int = 3;- Returns:
- The vUnsignedInt.
-
hasVOctets
boolean hasVOctets()4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;- Returns:
- Whether the vOctets field is set.
-
getVOctets
MysqlxDatatypes.Scalar.Octets getVOctets()4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;- Returns:
- The vOctets.
-
getVOctetsOrBuilder
MysqlxDatatypes.Scalar.OctetsOrBuilder getVOctetsOrBuilder()4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5; -
hasVDouble
boolean hasVDouble()optional double v_double = 6;- Returns:
- Whether the vDouble field is set.
-
getVDouble
double getVDouble()optional double v_double = 6;- Returns:
- The vDouble.
-
hasVFloat
boolean hasVFloat()optional float v_float = 7;- Returns:
- Whether the vFloat field is set.
-
getVFloat
float getVFloat()optional float v_float = 7;- Returns:
- The vFloat.
-
hasVBool
boolean hasVBool()optional bool v_bool = 8;- Returns:
- Whether the vBool field is set.
-
getVBool
boolean getVBool()optional bool v_bool = 8;- Returns:
- The vBool.
-
hasVString
boolean hasVString()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;- Returns:
- Whether the vString field is set.
-
getVString
MysqlxDatatypes.Scalar.String getVString()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;- Returns:
- The vString.
-
getVStringOrBuilder
MysqlxDatatypes.Scalar.StringOrBuilder getVStringOrBuilder()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
-