Class: Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::CloseStream
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::CloseStream
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
A message indicating that the client should stop reading from the stream.
If status is OK and continuation_tokens
is empty, the stream has finished
(for example if there was an end_time
specified).
If continuation_tokens
is present, then a change in partitioning requires
the client to open a new stream for each token to resume reading.
Instance Attribute Summary collapse
-
#continuation_tokens ⇒ ::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>
If non-empty, contains the information needed to start reading the new partition(s) that contain segments of this partition's row range.
-
#status ⇒ ::Google::Rpc::Status
The status of the stream.
Instance Attribute Details
#continuation_tokens ⇒ ::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>
Returns If non-empty, contains the information needed to start reading the new partition(s) that contain segments of this partition's row range.
628 629 630 631 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 628 class CloseStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns The status of the stream.
628 629 630 631 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 628 class CloseStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |