Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::BackfillJob.
Represents a backfill job on a specific stream object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#errors
def errors() -> ::Array<::Google::Cloud::Datastream::V1::Error>
Returns
- (::Array<::Google::Cloud::Datastream::V1::Error>) — Output only. Errors which caused the backfill job to fail.
#last_end_time
def last_end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Backfill job's end time.
#last_start_time
def last_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Backfill job's start time.
#state
def state() -> ::Google::Cloud::Datastream::V1::BackfillJob::State
Returns
- (::Google::Cloud::Datastream::V1::BackfillJob::State) — Backfill job state.
#state=
def state=(value) -> ::Google::Cloud::Datastream::V1::BackfillJob::State
Parameter
- value (::Google::Cloud::Datastream::V1::BackfillJob::State) — Backfill job state.
Returns
- (::Google::Cloud::Datastream::V1::BackfillJob::State) — Backfill job state.
#trigger
def trigger() -> ::Google::Cloud::Datastream::V1::BackfillJob::Trigger
Returns
- (::Google::Cloud::Datastream::V1::BackfillJob::Trigger) — Backfill job's triggering reason.
#trigger=
def trigger=(value) -> ::Google::Cloud::Datastream::V1::BackfillJob::Trigger
Parameter
- value (::Google::Cloud::Datastream::V1::BackfillJob::Trigger) — Backfill job's triggering reason.
Returns
- (::Google::Cloud::Datastream::V1::BackfillJob::Trigger) — Backfill job's triggering reason.