Google Cloud Dataplex V1 Client - Class Compatibility (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Compatibility.

Provides compatibility information for a specific metadata store.

Generated from protobuf message google.cloud.dataplex.v1.Entity.CompatibilityStatus.Compatibility

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ compatible bool

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

↳ reason string

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

getCompatible

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

Returns
TypeDescription
bool

setCompatible

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getReason

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

Returns
TypeDescription
string

setReason

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this