Package com.google.spanner.v1
Interface RoutingHint.SkippedTabletOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutingHint.SkippedTablet,RoutingHint.SkippedTablet.Builder
- Enclosing class:
- RoutingHint
public static interface RoutingHint.SkippedTabletOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringThe incarnation of the tablet that was skipped.longThe tablet UID of the tablet that was skipped.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
-
getTabletUid
long getTabletUid()The tablet UID of the tablet that was skipped. See `Tablet.tablet_uid`.
uint64 tablet_uid = 1;- Returns:
- The tabletUid.
-
getIncarnation
com.google.protobuf.ByteString getIncarnation()The incarnation of the tablet that was skipped. See `Tablet.incarnation`.
bytes incarnation = 2;- Returns:
- The incarnation.
-