Class RoutingHint.SkippedTablet (6.107.0)

public static final class RoutingHint.SkippedTablet extends GeneratedMessageV3 implements RoutingHint.SkippedTabletOrBuilder

A tablet that was skipped by the client. See Tablet.tablet_uid and Tablet.incarnation.

Protobuf type google.spanner.v1.RoutingHint.SkippedTablet

Static Fields

INCARNATION_FIELD_NUMBER

public static final int INCARNATION_FIELD_NUMBER
Field Value
Type Description
int

TABLET_UID_FIELD_NUMBER

public static final int TABLET_UID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RoutingHint.SkippedTablet getDefaultInstance()
Returns
Type Description
RoutingHint.SkippedTablet

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RoutingHint.SkippedTablet.Builder newBuilder()
Returns
Type Description
RoutingHint.SkippedTablet.Builder

newBuilder(RoutingHint.SkippedTablet prototype)

public static RoutingHint.SkippedTablet.Builder newBuilder(RoutingHint.SkippedTablet prototype)
Parameter
Name Description
prototype RoutingHint.SkippedTablet
Returns
Type Description
RoutingHint.SkippedTablet.Builder

parseDelimitedFrom(InputStream input)

public static RoutingHint.SkippedTablet parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RoutingHint.SkippedTablet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RoutingHint.SkippedTablet parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RoutingHint.SkippedTablet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RoutingHint.SkippedTablet parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RoutingHint.SkippedTablet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RoutingHint.SkippedTablet parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RoutingHint.SkippedTablet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RoutingHint.SkippedTablet parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RoutingHint.SkippedTablet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RoutingHint.SkippedTablet parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RoutingHint.SkippedTablet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutingHint.SkippedTablet
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RoutingHint.SkippedTablet> parser()
Returns
Type Description
Parser<SkippedTablet>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RoutingHint.SkippedTablet getDefaultInstanceForType()
Returns
Type Description
RoutingHint.SkippedTablet

getIncarnation()

public ByteString getIncarnation()

The incarnation of the tablet that was skipped. See Tablet.incarnation.

bytes incarnation = 2;

Returns
Type Description
ByteString

The incarnation.

getParserForType()

public Parser<RoutingHint.SkippedTablet> getParserForType()
Returns
Type Description
Parser<SkippedTablet>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTabletUid()

public long getTabletUid()

The tablet UID of the tablet that was skipped. See Tablet.tablet_uid.

uint64 tablet_uid = 1;

Returns
Type Description
long

The tabletUid.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RoutingHint.SkippedTablet.Builder newBuilderForType()
Returns
Type Description
RoutingHint.SkippedTablet.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RoutingHint.SkippedTablet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RoutingHint.SkippedTablet.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RoutingHint.SkippedTablet.Builder toBuilder()
Returns
Type Description
RoutingHint.SkippedTablet.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException