Reference documentation and code samples for the Google Cloud Dataplex V1 Client class BusinessGlossaryEvent.
Payload associated with Business Glossary related log events.
Generated from protobuf message google.cloud.dataplex.v1.BusinessGlossaryEvent
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 |
setEventType
The type of the event.
Parameter | |
---|---|
Name | Description |
var |
int
|
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 |