Cdcpb.Event.Row.Builder |
Cdcpb.Event.Entries.Builder.addEntriesBuilder()
repeated .cdcpb.Event.Row entries = 1;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Entries.Builder.addEntriesBuilder(int index)
repeated .cdcpb.Event.Row entries = 1;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clear() |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearCommitTs()
uint64 commit_ts = 2;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearExpireTsUnixSecs()
expire_ts_unix_secs is used for RawKV (see `ChangeDataRequest.KvApi`),
and represents the expiration time of this row.
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearKey()
bytes key = 5;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearOldValue()
bytes old_value = 7;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearOpType()
.cdcpb.Event.Row.OpType op_type = 4;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearStartTs()
uint64 start_ts = 1;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearType()
.cdcpb.Event.LogType type = 3;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clearValue()
bytes value = 6;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.clone() |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Entries.Builder.getEntriesBuilder(int index)
repeated .cdcpb.Event.Row entries = 1;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.mergeFrom(Cdcpb.Event.Row other) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.mergeFrom(com.google.protobuf.Message other) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.newBuilder() |
static Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.newBuilder(Cdcpb.Event.Row prototype) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.newBuilderForType() |
protected Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setCommitTs(long value)
uint64 commit_ts = 2;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setExpireTsUnixSecs(long value)
expire_ts_unix_secs is used for RawKV (see `ChangeDataRequest.KvApi`),
and represents the expiration time of this row.
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setKey(com.google.protobuf.ByteString value)
bytes key = 5;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setOldValue(com.google.protobuf.ByteString value)
bytes old_value = 7;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setOpType(Cdcpb.Event.Row.OpType value)
.cdcpb.Event.Row.OpType op_type = 4;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setOpTypeValue(int value)
.cdcpb.Event.Row.OpType op_type = 4;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setStartTs(long value)
uint64 start_ts = 1;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setType(Cdcpb.Event.LogType value)
.cdcpb.Event.LogType type = 3;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setTypeValue(int value)
.cdcpb.Event.LogType type = 3;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.Builder.setValue(com.google.protobuf.ByteString value)
bytes value = 6;
|
Cdcpb.Event.Row.Builder |
Cdcpb.Event.Row.toBuilder() |