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
Returns Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
421 422 423 424 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 421 class RunStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
Returns Optional. Update the stream without validating it.
421 422 423 424 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 421 class RunStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}.
421 422 423 424 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 421 class RunStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |