Class: Google::Cloud::Spanner::V1::RoutingHint::SkippedTablet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/v1/location.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#incarnation::String

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

Returns:

  • (::String)

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



409
410
411
412
# File 'proto_docs/google/spanner/v1/location.rb', line 409

class SkippedTablet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tablet_uid::Integer

Returns 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.



409
410
411
412
# File 'proto_docs/google/spanner/v1/location.rb', line 409

class SkippedTablet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end