public static interface Entity.CompatibilityStatus.CompatibilityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for reason. |