public static interface MysqlxDatatypes.ScalarOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxDatatypes.Scalar.Type |
getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1; |
boolean |
getVBool()
optional bool v_bool = 8; |
double |
getVDouble()
optional double v_double = 6; |
float |
getVFloat()
optional float v_float = 7; |
MysqlxDatatypes.Scalar.Octets |
getVOctets()
4 is unused, was Null which doesn't have a storage anymore
|
MysqlxDatatypes.Scalar.OctetsOrBuilder |
getVOctetsOrBuilder()
4 is unused, was Null which doesn't have a storage anymore
|
long |
getVSignedInt()
optional sint64 v_signed_int = 2; |
MysqlxDatatypes.Scalar.String |
getVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9; |
MysqlxDatatypes.Scalar.StringOrBuilder |
getVStringOrBuilder()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9; |
long |
getVUnsignedInt()
optional uint64 v_unsigned_int = 3; |
boolean |
hasType()
required .Mysqlx.Datatypes.Scalar.Type type = 1; |
boolean |
hasVBool()
optional bool v_bool = 8; |
boolean |
hasVDouble()
optional double v_double = 6; |
boolean |
hasVFloat()
optional float v_float = 7; |
boolean |
hasVOctets()
4 is unused, was Null which doesn't have a storage anymore
|
boolean |
hasVSignedInt()
optional sint64 v_signed_int = 2; |
boolean |
hasVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9; |
boolean |
hasVUnsignedInt()
optional uint64 v_unsigned_int = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required .Mysqlx.Datatypes.Scalar.Type type = 1;MysqlxDatatypes.Scalar.Type getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1;boolean hasVSignedInt()
optional sint64 v_signed_int = 2;long getVSignedInt()
optional sint64 v_signed_int = 2;boolean hasVUnsignedInt()
optional uint64 v_unsigned_int = 3;long getVUnsignedInt()
optional uint64 v_unsigned_int = 3;boolean hasVOctets()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;MysqlxDatatypes.Scalar.Octets getVOctets()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;MysqlxDatatypes.Scalar.OctetsOrBuilder getVOctetsOrBuilder()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;boolean hasVDouble()
optional double v_double = 6;double getVDouble()
optional double v_double = 6;boolean hasVFloat()
optional float v_float = 7;float getVFloat()
optional float v_float = 7;boolean hasVBool()
optional bool v_bool = 8;boolean getVBool()
optional bool v_bool = 8;boolean hasVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;MysqlxDatatypes.Scalar.String getVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;MysqlxDatatypes.Scalar.StringOrBuilder getVStringOrBuilder()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;