Class RoutingHint.SkippedTablet.Builder (6.108.0)

public static final class RoutingHint.SkippedTablet.Builder extends GeneratedMessage.Builder<RoutingHint.SkippedTablet.Builder> 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 Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

public RoutingHint.SkippedTablet.Builder clear()
Returns
Type Description
RoutingHint.SkippedTablet.Builder
Overrides

clearIncarnation()

public RoutingHint.SkippedTablet.Builder clearIncarnation()

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

bytes incarnation = 2;

Returns
Type Description
RoutingHint.SkippedTablet.Builder

This builder for chaining.

clearTabletUid()

public RoutingHint.SkippedTablet.Builder clearTabletUid()

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

uint64 tablet_uid = 1;

Returns
Type Description
RoutingHint.SkippedTablet.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIncarnation()

public ByteString getIncarnation()

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

bytes incarnation = 2;

Returns
Type Description
ByteString

The incarnation.

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RoutingHint.SkippedTablet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutingHint.SkippedTablet.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RoutingHint.SkippedTablet.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RoutingHint.SkippedTablet.Builder
Overrides

mergeFrom(RoutingHint.SkippedTablet other)

public RoutingHint.SkippedTablet.Builder mergeFrom(RoutingHint.SkippedTablet other)
Parameter
Name Description
other RoutingHint.SkippedTablet
Returns
Type Description
RoutingHint.SkippedTablet.Builder

setIncarnation(ByteString value)

public RoutingHint.SkippedTablet.Builder setIncarnation(ByteString value)

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

bytes incarnation = 2;

Parameter
Name Description
value ByteString

The incarnation to set.

Returns
Type Description
RoutingHint.SkippedTablet.Builder

This builder for chaining.

setTabletUid(long value)

public RoutingHint.SkippedTablet.Builder setTabletUid(long value)

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

uint64 tablet_uid = 1;

Parameter
Name Description
value long

The tabletUid to set.

Returns
Type Description
RoutingHint.SkippedTablet.Builder

This builder for chaining.