Class: Google::Cloud::Bigtable::V2::GenerateInitialChangeStreamPartitionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::GenerateInitialChangeStreamPartitionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
NOTE: This API is intended to be used by Apache Beam BigtableIO. Response message for Bigtable.GenerateInitialChangeStreamPartitions.
Instance Attribute Summary collapse
-
#partition ⇒ ::Google::Cloud::Bigtable::V2::StreamPartition
A partition of the change stream.
Instance Attribute Details
#partition ⇒ ::Google::Cloud::Bigtable::V2::StreamPartition
Returns A partition of the change stream.
520 521 522 523 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 520 class GenerateInitialChangeStreamPartitionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |