Class: Google::Cloud::Datastream::V1::RunStreamRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

  • (::Boolean)

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

Returns:

  • (::String)

    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