Reference documentation and code samples for the Google Cloud Datastream V1 Client class RunStreamRequest.
Request message for running a stream.
Generated from protobuf message google.cloud.datastream.v1.RunStreamRequest
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}
↳ cdc_strategy
CdcStrategy
Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
↳ force
bool
Optional. Update the stream without validating it.
getName
Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}
string
setName
Required. Name of the stream resource to start, in the format: projects/{project_id}/locations/{location}/streams/{stream_name}
var
string
$this
getCdcStrategy
Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
hasCdcStrategy
clearCdcStrategy
setCdcStrategy
Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
$this
getForce
Optional. Update the stream without validating it.
bool
setForce
Optional. Update the stream without validating it.
var
bool
$this