public static final class PgProto.DatumMessage extends com.google.protobuf.GeneratedMessageV3 implements PgProto.DatumMessageOrBuilder
decoderbufs.DatumMessage| Modifier and Type | Class and Description |
|---|---|
static class |
PgProto.DatumMessage.Builder
Protobuf type
decoderbufs.DatumMessage |
static class |
PgProto.DatumMessage.DatumCase |
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 |
|---|---|
private int |
bitField0_ |
static int |
COLUMN_NAME_FIELD_NUMBER |
static int |
COLUMN_TYPE_FIELD_NUMBER |
private Object |
columnName_ |
private long |
columnType_ |
private Object |
datum_ |
static int |
DATUM_BOOL_FIELD_NUMBER |
static int |
DATUM_BYTES_FIELD_NUMBER |
static int |
DATUM_DOUBLE_FIELD_NUMBER |
static int |
DATUM_FLOAT_FIELD_NUMBER |
static int |
DATUM_INT32_FIELD_NUMBER |
static int |
DATUM_INT64_FIELD_NUMBER |
static int |
DATUM_MISSING_FIELD_NUMBER |
static int |
DATUM_POINT_FIELD_NUMBER |
static int |
DATUM_STRING_FIELD_NUMBER |
private int |
datumCase_ |
private static PgProto.DatumMessage |
DEFAULT_INSTANCE |
private byte |
memoizedIsInitialized |
static com.google.protobuf.Parser<PgProto.DatumMessage> |
PARSER
Deprecated.
|
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
DatumMessage() |
private |
DatumMessage(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
DatumMessage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnName()
optional string column_name = 1; |
com.google.protobuf.ByteString |
getColumnNameBytes()
optional string column_name = 1; |
long |
getColumnType()
optional int64 column_type = 2; |
boolean |
getDatumBool()
optional bool datum_bool = 7; |
com.google.protobuf.ByteString |
getDatumBytes()
optional bytes datum_bytes = 9; |
PgProto.DatumMessage.DatumCase |
getDatumCase() |
double |
getDatumDouble()
optional double datum_double = 6; |
float |
getDatumFloat()
optional float datum_float = 5; |
int |
getDatumInt32()
optional int32 datum_int32 = 3; |
long |
getDatumInt64()
optional int64 datum_int64 = 4; |
boolean |
getDatumMissing()
optional bool datum_missing = 11; |
PgProto.Point |
getDatumPoint()
optional .decoderbufs.Point datum_point = 10; |
PgProto.PointOrBuilder |
getDatumPointOrBuilder()
optional .decoderbufs.Point datum_point = 10; |
String |
getDatumString()
optional string datum_string = 8; |
com.google.protobuf.ByteString |
getDatumStringBytes()
optional string datum_string = 8; |
static PgProto.DatumMessage |
getDefaultInstance() |
PgProto.DatumMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<PgProto.DatumMessage> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasColumnName()
optional string column_name = 1; |
boolean |
hasColumnType()
optional int64 column_type = 2; |
boolean |
hasDatumBool()
optional bool datum_bool = 7; |
boolean |
hasDatumBytes()
optional bytes datum_bytes = 9; |
boolean |
hasDatumDouble()
optional double datum_double = 6; |
boolean |
hasDatumFloat()
optional float datum_float = 5; |
boolean |
hasDatumInt32()
optional int32 datum_int32 = 3; |
boolean |
hasDatumInt64()
optional int64 datum_int64 = 4; |
boolean |
hasDatumMissing()
optional bool datum_missing = 11; |
boolean |
hasDatumPoint()
optional .decoderbufs.Point datum_point = 10; |
boolean |
hasDatumString()
optional string datum_string = 8; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PgProto.DatumMessage.Builder |
newBuilder() |
static PgProto.DatumMessage.Builder |
newBuilder(PgProto.DatumMessage prototype) |
PgProto.DatumMessage.Builder |
newBuilderForType() |
protected PgProto.DatumMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PgProto.DatumMessage |
parseDelimitedFrom(InputStream input) |
static PgProto.DatumMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.DatumMessage |
parseFrom(byte[] data) |
static PgProto.DatumMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.DatumMessage |
parseFrom(ByteBuffer data) |
static PgProto.DatumMessage |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.DatumMessage |
parseFrom(com.google.protobuf.ByteString data) |
static PgProto.DatumMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.DatumMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PgProto.DatumMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.DatumMessage |
parseFrom(InputStream input) |
static PgProto.DatumMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PgProto.DatumMessage> |
parser() |
PgProto.DatumMessage.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, 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, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
private int bitField0_
private int datumCase_
private Object datum_
public static final int COLUMN_NAME_FIELD_NUMBER
private volatile Object columnName_
public static final int COLUMN_TYPE_FIELD_NUMBER
private long columnType_
public static final int DATUM_INT32_FIELD_NUMBER
public static final int DATUM_INT64_FIELD_NUMBER
public static final int DATUM_FLOAT_FIELD_NUMBER
public static final int DATUM_DOUBLE_FIELD_NUMBER
public static final int DATUM_BOOL_FIELD_NUMBER
public static final int DATUM_STRING_FIELD_NUMBER
public static final int DATUM_BYTES_FIELD_NUMBER
public static final int DATUM_POINT_FIELD_NUMBER
public static final int DATUM_MISSING_FIELD_NUMBER
private byte memoizedIsInitialized
private static final PgProto.DatumMessage DEFAULT_INSTANCE
@Deprecated public static final com.google.protobuf.Parser<PgProto.DatumMessage> PARSER
private DatumMessage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private DatumMessage()
private DatumMessage(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionprotected 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 PgProto.DatumMessage.DatumCase getDatumCase()
getDatumCase in interface PgProto.DatumMessageOrBuilderpublic boolean hasColumnName()
optional string column_name = 1;hasColumnName in interface PgProto.DatumMessageOrBuilderpublic String getColumnName()
optional string column_name = 1;getColumnName in interface PgProto.DatumMessageOrBuilderpublic com.google.protobuf.ByteString getColumnNameBytes()
optional string column_name = 1;getColumnNameBytes in interface PgProto.DatumMessageOrBuilderpublic boolean hasColumnType()
optional int64 column_type = 2;hasColumnType in interface PgProto.DatumMessageOrBuilderpublic long getColumnType()
optional int64 column_type = 2;getColumnType in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumInt32()
optional int32 datum_int32 = 3;hasDatumInt32 in interface PgProto.DatumMessageOrBuilderpublic int getDatumInt32()
optional int32 datum_int32 = 3;getDatumInt32 in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumInt64()
optional int64 datum_int64 = 4;hasDatumInt64 in interface PgProto.DatumMessageOrBuilderpublic long getDatumInt64()
optional int64 datum_int64 = 4;getDatumInt64 in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumFloat()
optional float datum_float = 5;hasDatumFloat in interface PgProto.DatumMessageOrBuilderpublic float getDatumFloat()
optional float datum_float = 5;getDatumFloat in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumDouble()
optional double datum_double = 6;hasDatumDouble in interface PgProto.DatumMessageOrBuilderpublic double getDatumDouble()
optional double datum_double = 6;getDatumDouble in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumBool()
optional bool datum_bool = 7;hasDatumBool in interface PgProto.DatumMessageOrBuilderpublic boolean getDatumBool()
optional bool datum_bool = 7;getDatumBool in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumString()
optional string datum_string = 8;hasDatumString in interface PgProto.DatumMessageOrBuilderpublic String getDatumString()
optional string datum_string = 8;getDatumString in interface PgProto.DatumMessageOrBuilderpublic com.google.protobuf.ByteString getDatumStringBytes()
optional string datum_string = 8;getDatumStringBytes in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumBytes()
optional bytes datum_bytes = 9;hasDatumBytes in interface PgProto.DatumMessageOrBuilderpublic com.google.protobuf.ByteString getDatumBytes()
optional bytes datum_bytes = 9;getDatumBytes in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumPoint()
optional .decoderbufs.Point datum_point = 10;hasDatumPoint in interface PgProto.DatumMessageOrBuilderpublic PgProto.Point getDatumPoint()
optional .decoderbufs.Point datum_point = 10;getDatumPoint in interface PgProto.DatumMessageOrBuilderpublic PgProto.PointOrBuilder getDatumPointOrBuilder()
optional .decoderbufs.Point datum_point = 10;getDatumPointOrBuilder in interface PgProto.DatumMessageOrBuilderpublic boolean hasDatumMissing()
optional bool datum_missing = 11;hasDatumMissing in interface PgProto.DatumMessageOrBuilderpublic boolean getDatumMissing()
optional bool datum_missing = 11;getDatumMissing in interface PgProto.DatumMessageOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 PgProto.DatumMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.DatumMessage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.DatumMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.DatumMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.DatumMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.DatumMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.DatumMessage parseFrom(InputStream input) throws IOException
IOExceptionpublic static PgProto.DatumMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PgProto.DatumMessage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PgProto.DatumMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PgProto.DatumMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PgProto.DatumMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PgProto.DatumMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PgProto.DatumMessage.Builder newBuilder()
public static PgProto.DatumMessage.Builder newBuilder(PgProto.DatumMessage prototype)
public PgProto.DatumMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PgProto.DatumMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PgProto.DatumMessage getDefaultInstance()
public static com.google.protobuf.Parser<PgProto.DatumMessage> parser()
public com.google.protobuf.Parser<PgProto.DatumMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PgProto.DatumMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021 JBoss by Red Hat. All rights reserved.