Package io.dingodb.version
Interface Version.KvRevInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Version.KvRevInternal,Version.KvRevInternal.Builder
- Enclosing class:
- Version
public static interface Version.KvRevInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
com.google.protobuf.ByteString getId()id is the key of the KvRev, it's encode from RevisionInternal
bytes id = 1;- Returns:
- The id.
-
hasKv
boolean hasKv().dingodb.pb.version.KvInternal kv = 2;- Returns:
- Whether the kv field is set.
-
getKv
Version.KvInternal getKv().dingodb.pb.version.KvInternal kv = 2;- Returns:
- The kv.
-
getKvOrBuilder
Version.KvInternalOrBuilder getKvOrBuilder().dingodb.pb.version.KvInternal kv = 2;
-