public interface UnitConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLastTransitionTime()
public abstract Timestamp getLastTransitionTime()
Required. Last time the condition transited from one status to another.
.google.protobuf.Timestamp last_transition_time = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Timestamp |
The lastTransitionTime. |
getLastTransitionTimeOrBuilder()
public abstract TimestampOrBuilder getLastTransitionTimeOrBuilder()
Required. Last time the condition transited from one status to another.
.google.protobuf.Timestamp last_transition_time = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getMessage()
public abstract String getMessage()
Required. Human readable message indicating details about the last transition.
string message = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
Required. Human readable message indicating details about the last transition.
string message = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getReason()
public abstract String getReason()
Required. Brief reason for the condition's last transition.
string reason = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The reason. |
getReasonBytes()
public abstract ByteString getReasonBytes()
Required. Brief reason for the condition's last transition.
string reason = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for reason. |
getStatus()
public abstract UnitCondition.Status getStatus()
Required. Status of the condition.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitCondition.Status status = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UnitCondition.Status |
The status. |
getStatusValue()
public abstract int getStatusValue()
Required. Status of the condition.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitCondition.Status status = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for status. |
getType()
public abstract UnitCondition.Type getType()
Required. Type of the condition.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitCondition.Type type = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UnitCondition.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
Required. Type of the condition.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitCondition.Type type = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |
hasLastTransitionTime()
public abstract boolean hasLastTransitionTime()
Required. Last time the condition transited from one status to another.
.google.protobuf.Timestamp last_transition_time = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastTransitionTime field is set. |