Interface TargetsTypeConditionOrBuilder (1.39.0)

public interface TargetsTypeConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorDetails()

public abstract String getErrorDetails()

Human readable error message.

string error_details = 2;

Returns
TypeDescription
String

The errorDetails.

getErrorDetailsBytes()

public abstract ByteString getErrorDetailsBytes()

Human readable error message.

string error_details = 2;

Returns
TypeDescription
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
TypeDescription
boolean

The status.