public static final class PgProto.RowMessage extends com.google.protobuf.GeneratedMessage implements PgProto.RowMessageOrBuilder
decoderbufs.RowMessage| Modifier and Type | Class and Description |
|---|---|
static class |
PgProto.RowMessage.Builder
Protobuf type
decoderbufs.RowMessage |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
static int |
COMMIT_TIME_FIELD_NUMBER |
private long |
commitTime_ |
private static PgProto.RowMessage |
defaultInstance |
private byte |
memoizedIsInitialized |
private int |
memoizedSerializedSize |
static int |
NEW_TUPLE_FIELD_NUMBER |
private List<PgProto.DatumMessage> |
newTuple_ |
static int |
OLD_TUPLE_FIELD_NUMBER |
private List<PgProto.DatumMessage> |
oldTuple_ |
private PgProto.Op |
op_ |
static int |
OP_FIELD_NUMBER |
static com.google.protobuf.Parser<PgProto.RowMessage> |
PARSER |
private static long |
serialVersionUID |
private Object |
table_ |
static int |
TABLE_FIELD_NUMBER |
static int |
TRANSACTION_ID_FIELD_NUMBER |
private int |
transactionId_ |
private com.google.protobuf.UnknownFieldSet |
unknownFields |
| Modifier | Constructor and Description |
|---|---|
private |
RowMessage(boolean noInit) |
private |
RowMessage(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
RowMessage(com.google.protobuf.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitTime()
optional uint64 commit_time = 2; |
static PgProto.RowMessage |
getDefaultInstance() |
PgProto.RowMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PgProto.DatumMessage |
getNewTuple(int index)
repeated .decoderbufs.DatumMessage new_tuple = 5; |
int |
getNewTupleCount()
repeated .decoderbufs.DatumMessage new_tuple = 5; |
List<PgProto.DatumMessage> |
getNewTupleList()
repeated .decoderbufs.DatumMessage new_tuple = 5; |
PgProto.DatumMessageOrBuilder |
getNewTupleOrBuilder(int index)
repeated .decoderbufs.DatumMessage new_tuple = 5; |
List<? extends PgProto.DatumMessageOrBuilder> |
getNewTupleOrBuilderList()
repeated .decoderbufs.DatumMessage new_tuple = 5; |
PgProto.DatumMessage |
getOldTuple(int index)
repeated .decoderbufs.DatumMessage old_tuple = 6; |
int |
getOldTupleCount()
repeated .decoderbufs.DatumMessage old_tuple = 6; |
List<PgProto.DatumMessage> |
getOldTupleList()
repeated .decoderbufs.DatumMessage old_tuple = 6; |
PgProto.DatumMessageOrBuilder |
getOldTupleOrBuilder(int index)
repeated .decoderbufs.DatumMessage old_tuple = 6; |
List<? extends PgProto.DatumMessageOrBuilder> |
getOldTupleOrBuilderList()
repeated .decoderbufs.DatumMessage old_tuple = 6; |
PgProto.Op |
getOp()
optional .decoderbufs.Op op = 4; |
com.google.protobuf.Parser<PgProto.RowMessage> |
getParserForType() |
int |
getSerializedSize() |
String |
getTable()
optional string table = 3; |
com.google.protobuf.ByteString |
getTableBytes()
optional string table = 3; |
int |
getTransactionId()
optional uint32 transaction_id = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCommitTime()
optional uint64 commit_time = 2; |
boolean |
hasOp()
optional .decoderbufs.Op op = 4; |
boolean |
hasTable()
optional string table = 3; |
boolean |
hasTransactionId()
optional uint32 transaction_id = 1; |
private void |
initFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PgProto.RowMessage.Builder |
newBuilder() |
static PgProto.RowMessage.Builder |
newBuilder(PgProto.RowMessage prototype) |
PgProto.RowMessage.Builder |
newBuilderForType() |
protected PgProto.RowMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PgProto.RowMessage |
parseDelimitedFrom(InputStream input) |
static PgProto.RowMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
parseFrom(byte[] data) |
static PgProto.RowMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
parseFrom(com.google.protobuf.ByteString data) |
static PgProto.RowMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PgProto.RowMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PgProto.RowMessage |
parseFrom(InputStream input) |
static PgProto.RowMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PgProto.RowMessage.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate static final PgProto.RowMessage defaultInstance
private final com.google.protobuf.UnknownFieldSet unknownFields
public static com.google.protobuf.Parser<PgProto.RowMessage> PARSER
private int bitField0_
public static final int TRANSACTION_ID_FIELD_NUMBER
private int transactionId_
public static final int COMMIT_TIME_FIELD_NUMBER
private long commitTime_
public static final int TABLE_FIELD_NUMBER
private Object table_
public static final int OP_FIELD_NUMBER
private PgProto.Op op_
public static final int NEW_TUPLE_FIELD_NUMBER
private List<PgProto.DatumMessage> newTuple_
public static final int OLD_TUPLE_FIELD_NUMBER
private List<PgProto.DatumMessage> oldTuple_
private byte memoizedIsInitialized
private int memoizedSerializedSize
private static final long serialVersionUID
private RowMessage(com.google.protobuf.GeneratedMessage.Builder<?> builder)
private RowMessage(boolean noInit)
private RowMessage(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.RowMessage getDefaultInstance()
public PgProto.RowMessage getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<PgProto.RowMessage> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTransactionId()
optional uint32 transaction_id = 1;hasTransactionId in interface PgProto.RowMessageOrBuilderpublic int getTransactionId()
optional uint32 transaction_id = 1;getTransactionId in interface PgProto.RowMessageOrBuilderpublic boolean hasCommitTime()
optional uint64 commit_time = 2;hasCommitTime in interface PgProto.RowMessageOrBuilderpublic long getCommitTime()
optional uint64 commit_time = 2;getCommitTime in interface PgProto.RowMessageOrBuilderpublic boolean hasTable()
optional string table = 3;hasTable in interface PgProto.RowMessageOrBuilderpublic String getTable()
optional string table = 3;getTable in interface PgProto.RowMessageOrBuilderpublic com.google.protobuf.ByteString getTableBytes()
optional string table = 3;getTableBytes in interface PgProto.RowMessageOrBuilderpublic boolean hasOp()
optional .decoderbufs.Op op = 4;hasOp in interface PgProto.RowMessageOrBuilderpublic PgProto.Op getOp()
optional .decoderbufs.Op op = 4;getOp in interface PgProto.RowMessageOrBuilderpublic List<PgProto.DatumMessage> getNewTupleList()
repeated .decoderbufs.DatumMessage new_tuple = 5;getNewTupleList in interface PgProto.RowMessageOrBuilderpublic List<? extends PgProto.DatumMessageOrBuilder> getNewTupleOrBuilderList()
repeated .decoderbufs.DatumMessage new_tuple = 5;getNewTupleOrBuilderList in interface PgProto.RowMessageOrBuilderpublic int getNewTupleCount()
repeated .decoderbufs.DatumMessage new_tuple = 5;getNewTupleCount in interface PgProto.RowMessageOrBuilderpublic PgProto.DatumMessage getNewTuple(int index)
repeated .decoderbufs.DatumMessage new_tuple = 5;getNewTuple in interface PgProto.RowMessageOrBuilderpublic PgProto.DatumMessageOrBuilder getNewTupleOrBuilder(int index)
repeated .decoderbufs.DatumMessage new_tuple = 5;getNewTupleOrBuilder in interface PgProto.RowMessageOrBuilderpublic List<PgProto.DatumMessage> getOldTupleList()
repeated .decoderbufs.DatumMessage old_tuple = 6;getOldTupleList in interface PgProto.RowMessageOrBuilderpublic List<? extends PgProto.DatumMessageOrBuilder> getOldTupleOrBuilderList()
repeated .decoderbufs.DatumMessage old_tuple = 6;getOldTupleOrBuilderList in interface PgProto.RowMessageOrBuilderpublic int getOldTupleCount()
repeated .decoderbufs.DatumMessage old_tuple = 6;getOldTupleCount in interface PgProto.RowMessageOrBuilderpublic PgProto.DatumMessage getOldTuple(int index)
repeated .decoderbufs.DatumMessage old_tuple = 6;getOldTuple in interface PgProto.RowMessageOrBuilderpublic PgProto.DatumMessageOrBuilder getOldTupleOrBuilder(int index)
repeated .decoderbufs.DatumMessage old_tuple = 6;getOldTupleOrBuilder in interface PgProto.RowMessageOrBuilderprivate void initFields()
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static PgProto.RowMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.RowMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.RowMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.RowMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PgProto.RowMessage parseFrom(InputStream input) throws IOException
IOExceptionpublic static PgProto.RowMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PgProto.RowMessage parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PgProto.RowMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PgProto.RowMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PgProto.RowMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PgProto.RowMessage.Builder newBuilder()
public PgProto.RowMessage.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PgProto.RowMessage.Builder newBuilder(PgProto.RowMessage prototype)
public PgProto.RowMessage.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PgProto.RowMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2017 JBoss by Red Hat. All rights reserved.