public interface ChecksumResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getChecksum()
optional uint64 checksum = 1 [(.gogoproto.nullable) = false]; |
long |
getTotalBytes()
optional uint64 total_bytes = 3 [(.gogoproto.nullable) = false]; |
long |
getTotalKvs()
optional uint64 total_kvs = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasChecksum()
optional uint64 checksum = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasTotalBytes()
optional uint64 total_bytes = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasTotalKvs()
optional uint64 total_kvs = 2 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasChecksum()
optional uint64 checksum = 1 [(.gogoproto.nullable) = false];
long getChecksum()
optional uint64 checksum = 1 [(.gogoproto.nullable) = false];
boolean hasTotalKvs()
optional uint64 total_kvs = 2 [(.gogoproto.nullable) = false];
long getTotalKvs()
optional uint64 total_kvs = 2 [(.gogoproto.nullable) = false];
boolean hasTotalBytes()
optional uint64 total_bytes = 3 [(.gogoproto.nullable) = false];
long getTotalBytes()
optional uint64 total_bytes = 3 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.