Google Cloud Dataplex V1 Client - Class Compatibility (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ Dataplex \ V1 \ Entity \ CompatibilityStatusMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
bool |
|
setCompatible
Output only. Whether the entity is compatible and can be represented in the metadata store.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReason
Output only. Provides additional detail if the entity is incompatible with the metadata store.
| Returns | |
|---|---|
| Type | Description |
string |
|
setReason
Output only. Provides additional detail if the entity is incompatible with the metadata store.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|