Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::UpgradeClusterStatus::StageStatus::StageSchedule.
Timing information for the stage execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actual_end_time
def actual_end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Actual end time of the stage. Set only if the stage has completed.
#actual_end_time=
def actual_end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Actual end time of the stage. Set only if the stage has completed.
Returns
- (::Google::Protobuf::Timestamp) — Actual end time of the stage. Set only if the stage has completed.
#actual_start_time
def actual_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Actual start time of the stage. Set only if the stage has started.
#actual_start_time=
def actual_start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Actual start time of the stage. Set only if the stage has started.
Returns
- (::Google::Protobuf::Timestamp) — Actual start time of the stage. Set only if the stage has started.
#estimated_end_time
def estimated_end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — When the stage is expected to end. Set only if the stage has not completed yet.
#estimated_end_time=
def estimated_end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — When the stage is expected to end. Set only if the stage has not completed yet.
Returns
- (::Google::Protobuf::Timestamp) — When the stage is expected to end. Set only if the stage has not completed yet.
#estimated_start_time
def estimated_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — When the stage is expected to start. Set only if the stage has not started yet.
#estimated_start_time=
def estimated_start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — When the stage is expected to start. Set only if the stage has not started yet.
Returns
- (::Google::Protobuf::Timestamp) — When the stage is expected to start. Set only if the stage has not started yet.