public static interface BinlogOuterClass.PrewriteValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BinlogOuterClass.TableMutation |
getMutations(int index)
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false]; |
int |
getMutationsCount()
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false]; |
List<BinlogOuterClass.TableMutation> |
getMutationsList()
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false]; |
BinlogOuterClass.TableMutationOrBuilder |
getMutationsOrBuilder(int index)
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false]; |
List<? extends BinlogOuterClass.TableMutationOrBuilder> |
getMutationsOrBuilderList()
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false]; |
long |
getSchemaVersion()
optional int64 schema_version = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasSchemaVersion()
optional int64 schema_version = 1 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSchemaVersion()
optional int64 schema_version = 1 [(.gogoproto.nullable) = false];
long getSchemaVersion()
optional int64 schema_version = 1 [(.gogoproto.nullable) = false];
List<BinlogOuterClass.TableMutation> getMutationsList()
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false];
BinlogOuterClass.TableMutation getMutations(int index)
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false];
int getMutationsCount()
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false];
List<? extends BinlogOuterClass.TableMutationOrBuilder> getMutationsOrBuilderList()
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false];
BinlogOuterClass.TableMutationOrBuilder getMutationsOrBuilder(int index)
repeated .binlog.TableMutation mutations = 2 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.