Cloud Spanner V1 Client - Class SkippedTablet (2.1.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class SkippedTablet.

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

Generated from protobuf message google.spanner.v1.RoutingHint.SkippedTablet

Namespace

Google \ Cloud \ Spanner \ V1 \ RoutingHint

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tablet_uid int|string

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

↳ incarnation string

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

getTabletUid

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

Returns
Type Description
int|string

setTabletUid

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

Parameter
Name Description
var int|string
Returns
Type Description
$this

getIncarnation

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

Returns
Type Description
string

setIncarnation

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

Parameter
Name Description
var string
Returns
Type Description
$this