public static final class MysqlxDatatypes.Scalar extends com.google.protobuf.GeneratedMessageV3 implements MysqlxDatatypes.ScalarOrBuilder
a scalarProtobuf type
Mysqlx.Datatypes.Scalar| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxDatatypes.Scalar.Builder
a scalar
|
static class |
MysqlxDatatypes.Scalar.Octets
an opaque octet sequence, with an optional content_type
See ``Mysqlx.Resultset.ContentType_BYTES`` for list of known values.
|
static interface |
MysqlxDatatypes.Scalar.OctetsOrBuilder |
static class |
MysqlxDatatypes.Scalar.String
a string with a charset/collation
|
static interface |
MysqlxDatatypes.Scalar.StringOrBuilder |
static class |
MysqlxDatatypes.Scalar.Type
Protobuf enum
Mysqlx.Datatypes.Scalar.Type |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<MysqlxDatatypes.Scalar> |
PARSER
Deprecated.
|
static int |
TYPE_FIELD_NUMBER |
static int |
V_BOOL_FIELD_NUMBER |
static int |
V_DOUBLE_FIELD_NUMBER |
static int |
V_FLOAT_FIELD_NUMBER |
static int |
V_OCTETS_FIELD_NUMBER |
static int |
V_SIGNED_INT_FIELD_NUMBER |
static int |
V_STRING_FIELD_NUMBER |
static int |
V_UNSIGNED_INT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MysqlxDatatypes.Scalar |
getDefaultInstance() |
MysqlxDatatypes.Scalar |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<MysqlxDatatypes.Scalar> |
getParserForType() |
int |
getSerializedSize() |
MysqlxDatatypes.Scalar.Type |
getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MysqlxDatatypes.Scalar.Builder |
newBuilder() |
static MysqlxDatatypes.Scalar.Builder |
newBuilder(MysqlxDatatypes.Scalar prototype) |
MysqlxDatatypes.Scalar.Builder |
newBuilderForType() |
protected MysqlxDatatypes.Scalar.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static MysqlxDatatypes.Scalar |
parseDelimitedFrom(java.io.InputStream input) |
static MysqlxDatatypes.Scalar |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxDatatypes.Scalar |
parseFrom(byte[] data) |
static MysqlxDatatypes.Scalar |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxDatatypes.Scalar |
parseFrom(java.nio.ByteBuffer data) |
static MysqlxDatatypes.Scalar |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxDatatypes.Scalar |
parseFrom(com.google.protobuf.ByteString data) |
static MysqlxDatatypes.Scalar |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxDatatypes.Scalar |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxDatatypes.Scalar |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxDatatypes.Scalar |
parseFrom(java.io.InputStream input) |
static MysqlxDatatypes.Scalar |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MysqlxDatatypes.Scalar> |
parser() |
MysqlxDatatypes.Scalar.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TYPE_FIELD_NUMBER
public static final int V_SIGNED_INT_FIELD_NUMBER
public static final int V_UNSIGNED_INT_FIELD_NUMBER
public static final int V_OCTETS_FIELD_NUMBER
public static final int V_DOUBLE_FIELD_NUMBER
public static final int V_FLOAT_FIELD_NUMBER
public static final int V_BOOL_FIELD_NUMBER
public static final int V_STRING_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<MysqlxDatatypes.Scalar> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasType()
required .Mysqlx.Datatypes.Scalar.Type type = 1;hasType in interface MysqlxDatatypes.ScalarOrBuilderpublic MysqlxDatatypes.Scalar.Type getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1;getType in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean hasVSignedInt()
optional sint64 v_signed_int = 2;hasVSignedInt in interface MysqlxDatatypes.ScalarOrBuilderpublic long getVSignedInt()
optional sint64 v_signed_int = 2;getVSignedInt in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean hasVUnsignedInt()
optional uint64 v_unsigned_int = 3;hasVUnsignedInt in interface MysqlxDatatypes.ScalarOrBuilderpublic long getVUnsignedInt()
optional uint64 v_unsigned_int = 3;getVUnsignedInt in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean hasVOctets()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;hasVOctets in interface MysqlxDatatypes.ScalarOrBuilderpublic MysqlxDatatypes.Scalar.Octets getVOctets()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;getVOctets in interface MysqlxDatatypes.ScalarOrBuilderpublic MysqlxDatatypes.Scalar.OctetsOrBuilder getVOctetsOrBuilder()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;getVOctetsOrBuilder in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean hasVDouble()
optional double v_double = 6;hasVDouble in interface MysqlxDatatypes.ScalarOrBuilderpublic double getVDouble()
optional double v_double = 6;getVDouble in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean hasVFloat()
optional float v_float = 7;hasVFloat in interface MysqlxDatatypes.ScalarOrBuilderpublic float getVFloat()
optional float v_float = 7;getVFloat in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean hasVBool()
optional bool v_bool = 8;hasVBool in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean getVBool()
optional bool v_bool = 8;getVBool in interface MysqlxDatatypes.ScalarOrBuilderpublic boolean hasVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;hasVString in interface MysqlxDatatypes.ScalarOrBuilderpublic MysqlxDatatypes.Scalar.String getVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;getVString in interface MysqlxDatatypes.ScalarOrBuilderpublic MysqlxDatatypes.Scalar.StringOrBuilder getVStringOrBuilder()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;getVStringOrBuilder in interface MysqlxDatatypes.ScalarOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static MysqlxDatatypes.Scalar parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxDatatypes.Scalar parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxDatatypes.Scalar parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxDatatypes.Scalar parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxDatatypes.Scalar parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxDatatypes.Scalar parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MysqlxDatatypes.Scalar parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxDatatypes.Scalar parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxDatatypes.Scalar parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxDatatypes.Scalar parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxDatatypes.Scalar parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MysqlxDatatypes.Scalar parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic MysqlxDatatypes.Scalar.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MysqlxDatatypes.Scalar.Builder newBuilder()
public static MysqlxDatatypes.Scalar.Builder newBuilder(MysqlxDatatypes.Scalar prototype)
public MysqlxDatatypes.Scalar.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MysqlxDatatypes.Scalar.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static MysqlxDatatypes.Scalar getDefaultInstance()
public static com.google.protobuf.Parser<MysqlxDatatypes.Scalar> parser()
public com.google.protobuf.Parser<MysqlxDatatypes.Scalar> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public MysqlxDatatypes.Scalar getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder