Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::Stream.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backfill_all
def backfill_all() -> ::Google::Cloud::Datastream::V1alpha1::Stream::BackfillAllStrategy
Returns
- (::Google::Cloud::Datastream::V1alpha1::Stream::BackfillAllStrategy) — Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
#backfill_all=
def backfill_all=(value) -> ::Google::Cloud::Datastream::V1alpha1::Stream::BackfillAllStrategy
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::Stream::BackfillAllStrategy) — Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
Returns
- (::Google::Cloud::Datastream::V1alpha1::Stream::BackfillAllStrategy) — Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
#backfill_none
def backfill_none() -> ::Google::Cloud::Datastream::V1alpha1::Stream::BackfillNoneStrategy
Returns
- (::Google::Cloud::Datastream::V1alpha1::Stream::BackfillNoneStrategy) — Do not automatically backfill any objects.
#backfill_none=
def backfill_none=(value) -> ::Google::Cloud::Datastream::V1alpha1::Stream::BackfillNoneStrategy
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::Stream::BackfillNoneStrategy) — Do not automatically backfill any objects.
Returns
- (::Google::Cloud::Datastream::V1alpha1::Stream::BackfillNoneStrategy) — Do not automatically backfill any objects.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The creation time of the stream.
#destination_config
def destination_config() -> ::Google::Cloud::Datastream::V1alpha1::DestinationConfig
Returns
- (::Google::Cloud::Datastream::V1alpha1::DestinationConfig) — Required. Destination connection profile configuration.
#destination_config=
def destination_config=(value) -> ::Google::Cloud::Datastream::V1alpha1::DestinationConfig
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::DestinationConfig) — Required. Destination connection profile configuration.
Returns
- (::Google::Cloud::Datastream::V1alpha1::DestinationConfig) — Required. Destination connection profile configuration.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. Display name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. Display name.
Returns
- (::String) — Required. Display name.
#errors
def errors() -> ::Array<::Google::Cloud::Datastream::V1alpha1::Error>
Returns
- (::Array<::Google::Cloud::Datastream::V1alpha1::Error>) — Output only. Errors on the Stream.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels.
#name
def name() -> ::String
Returns
- (::String) — Output only. The stream's name.
#source_config
def source_config() -> ::Google::Cloud::Datastream::V1alpha1::SourceConfig
Returns
- (::Google::Cloud::Datastream::V1alpha1::SourceConfig) — Required. Source connection profile configuration.
#source_config=
def source_config=(value) -> ::Google::Cloud::Datastream::V1alpha1::SourceConfig
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::SourceConfig) — Required. Source connection profile configuration.
Returns
- (::Google::Cloud::Datastream::V1alpha1::SourceConfig) — Required. Source connection profile configuration.
#state
def state() -> ::Google::Cloud::Datastream::V1alpha1::Stream::State
Returns
- (::Google::Cloud::Datastream::V1alpha1::Stream::State) — The state of the stream.
#state=
def state=(value) -> ::Google::Cloud::Datastream::V1alpha1::Stream::State
Parameter
- value (::Google::Cloud::Datastream::V1alpha1::Stream::State) — The state of the stream.
Returns
- (::Google::Cloud::Datastream::V1alpha1::Stream::State) — The state of the stream.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last update time of the stream.