Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::RunStreamRequest.
Request message for running a stream.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cdc_strategy
def cdc_strategy() -> ::Google::Cloud::Datastream::V1::CdcStrategy
Returns
- (::Google::Cloud::Datastream::V1::CdcStrategy) — Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
#cdc_strategy=
def cdc_strategy=(value) -> ::Google::Cloud::Datastream::V1::CdcStrategy
Parameter
- value (::Google::Cloud::Datastream::V1::CdcStrategy) — Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
Returns
- (::Google::Cloud::Datastream::V1::CdcStrategy) — Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
#force
def force() -> ::Boolean
Returns
- (::Boolean) — Optional. Update the stream without validating it.
#force=
def force=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Update the stream without validating it.
Returns
- (::Boolean) — Optional. Update the stream without validating it.
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}
Returns
- (::String) — Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}