Datastream V1 API - Class Google::Cloud::Datastream::V1::RunStreamRequest (v0.11.0)

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

#cdc_strategy=

def cdc_strategy=(value) -> ::Google::Cloud::Datastream::V1::CdcStrategy
Parameter
Returns

#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}