Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition.
UnitOperationCondition describes the status of an Unit Operation. UnitOperationCondition is individual components that contribute to an overall state.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_transition_time
def last_transition_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Required. Last time the condition transited from one status to another.
#last_transition_time=
def last_transition_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. Last time the condition transited from one status to another.
Returns
- (::Google::Protobuf::Timestamp) — Required. Last time the condition transited from one status to another.
#message
def message() -> ::String
Returns
- (::String) — Required. Human readable message indicating details about the last transition.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Required. Human readable message indicating details about the last transition.
Returns
- (::String) — Required. Human readable message indicating details about the last transition.
#reason
def reason() -> ::String
Returns
- (::String) — Required. Brief reason for the condition's last transition.
#reason=
def reason=(value) -> ::String
Parameter
- value (::String) — Required. Brief reason for the condition's last transition.
Returns
- (::String) — Required. Brief reason for the condition's last transition.
#status
def status() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Status
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Status) — Required. Status of the condition.
#status=
def status=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Status
Parameter
- value (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Status) — Required. Status of the condition.
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Status) — Required. Status of the condition.
#type
def type() -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Type
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Type) — Required. Type of the condition.
#type=
def type=(value) -> ::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Type
Parameter
- value (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Type) — Required. Type of the condition.
Returns
- (::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperationCondition::Type) — Required. Type of the condition.