public interface TargetsTypeConditionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getErrorDetails()
public abstract String getErrorDetails()
Human readable error message.
string error_details = 2;
Returns | |
---|---|
Type | Description |
String |
The errorDetails. |
getErrorDetailsBytes()
public abstract ByteString getErrorDetailsBytes()
Human readable error message.
string error_details = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorDetails. |
getStatus()
public abstract boolean getStatus()
True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
bool status = 1;
Returns | |
---|---|
Type | Description |
boolean |
The status. |