Cloud Spanner V1 API - Class Google::Cloud::Spanner::V1::RoutingHint::SkippedTablet (v1.12.0)

Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::RoutingHint::SkippedTablet.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#incarnation

def incarnation() -> ::String
Returns
  • (::String) — The incarnation of the tablet that was skipped. See Tablet.incarnation.

#incarnation=

def incarnation=(value) -> ::String
Parameter
  • value (::String) — The incarnation of the tablet that was skipped. See Tablet.incarnation.
Returns
  • (::String) — The incarnation of the tablet that was skipped. See Tablet.incarnation.

#tablet_uid

def tablet_uid() -> ::Integer
Returns
  • (::Integer) — The tablet UID of the tablet that was skipped. See Tablet.tablet_uid.

#tablet_uid=

def tablet_uid=(value) -> ::Integer
Parameter
  • value (::Integer) — The tablet UID of the tablet that was skipped. See Tablet.tablet_uid.
Returns
  • (::Integer) — The tablet UID of the tablet that was skipped. See Tablet.tablet_uid.