Class: Google::Cloud::Datastream::V1::RunStreamRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::RunStreamRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Request message for running a stream.
Instance Attribute Summary collapse
-
#cdc_strategy ⇒ ::Google::Cloud::Datastream::V1::CdcStrategy
Optional.
-
#force ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#cdc_strategy ⇒ ::Google::Cloud::Datastream::V1::CdcStrategy
465 466 467 468 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 465 class RunStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
465 466 467 468 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 465 class RunStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
465 466 467 468 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 465 class RunStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |