Google Cloud Dataplex V1 Client - Class EntryLinkEvent (1.7.1)
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 EntryLinkEvent.
Payload associated with Entry related log events.
Generated from protobuf message google.cloud.dataplex.v1.EntryLinkEvent
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ message |
string
The log message. |
↳ event_type |
int
The type of the event. |
↳ resource |
string
Name of the resource. |
getMessage
The log message.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
The log message.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEventType
The type of the event.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type EventType. |
setEventType
The type of the event.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type EventType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResource
Name of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResource
Name of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|