Interface Entity.CompatibilityStatus.CompatibilityOrBuilder (1.0.1)

public static interface Entity.CompatibilityStatus.CompatibilityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompatible()

public abstract boolean getCompatible()

Output only. Whether the entity is compatible and can be represented in the metadata store.

bool compatible = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The compatible.

getReason()

public abstract String getReason()

Output only. Provides additional detail if the entity is incompatible with the metadata store.

string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The reason.

getReasonBytes()

public abstract ByteString getReasonBytes()

Output only. Provides additional detail if the entity is incompatible with the metadata store.

string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for reason.