Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ReadChangeStreamResponse::CloseStream.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#continuation_tokens
def continuation_tokens() -> ::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>
- (::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.
#continuation_tokens=
def continuation_tokens=(value) -> ::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>
- value (::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.
- (::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
def status() -> ::Google::Rpc::Status
- (::Google::Rpc::Status) — The status of the stream.
#status=
def status=(value) -> ::Google::Rpc::Status
- value (::Google::Rpc::Status) — The status of the stream.
- (::Google::Rpc::Status) — The status of the stream.