Package com.google.cloud.dataplex.v1
Interface Entity.CompatibilityStatus.CompatibilityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Entity.CompatibilityStatus.Compatibility
,Entity.CompatibilityStatus.Compatibility.Builder
- Enclosing class:
- Entity.CompatibilityStatus
public static interface Entity.CompatibilityStatus.CompatibilityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCompatible()
Output only.String
getReason()
Output only.com.google.protobuf.ByteString
getReasonBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCompatible
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:
- The compatible.
-
getReason
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:
- The reason.
-
getReasonBytes
com.google.protobuf.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:
- The bytes for reason.
-
-