Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::StreamObject.
A specific stream object (e.g a specific DB table).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backfill_job
def backfill_job() -> ::Google::Cloud::Datastream::V1::BackfillJob
Returns
- (::Google::Cloud::Datastream::V1::BackfillJob) — The latest backfill job that was initiated for the stream object.
#backfill_job=
def backfill_job=(value) -> ::Google::Cloud::Datastream::V1::BackfillJob
Parameter
- value (::Google::Cloud::Datastream::V1::BackfillJob) — The latest backfill job that was initiated for the stream object.
Returns
- (::Google::Cloud::Datastream::V1::BackfillJob) — The latest backfill job that was initiated for the stream object.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The creation time of the object.
#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::V1::Error>
Returns
- (::Array<::Google::Cloud::Datastream::V1::Error>) — Output only. Active errors on the object.
#name
def name() -> ::String
Returns
- (::String) — Output only. The object resource's name.
#source_object
def source_object() -> ::Google::Cloud::Datastream::V1::SourceObjectIdentifier
Returns
- (::Google::Cloud::Datastream::V1::SourceObjectIdentifier) — The object identifier in the data source.
#source_object=
def source_object=(value) -> ::Google::Cloud::Datastream::V1::SourceObjectIdentifier
Parameter
- value (::Google::Cloud::Datastream::V1::SourceObjectIdentifier) — The object identifier in the data source.
Returns
- (::Google::Cloud::Datastream::V1::SourceObjectIdentifier) — The object identifier in the data source.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last update time of the object.