public interface GovernanceEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntity()
public abstract GovernanceEvent.Entity getEntity()Entity resource information if the log event is associated with a specific entity.
optional .google.cloud.dataplex.v1.GovernanceEvent.Entity entity = 3;
| Returns | |
|---|---|
| Type | Description |
GovernanceEvent.Entity |
The entity. |
getEntityOrBuilder()
public abstract GovernanceEvent.EntityOrBuilder getEntityOrBuilder()Entity resource information if the log event is associated with a specific entity.
optional .google.cloud.dataplex.v1.GovernanceEvent.Entity entity = 3;
| Returns | |
|---|---|
| Type | Description |
GovernanceEvent.EntityOrBuilder |
|
getEventType()
public abstract GovernanceEvent.EventType getEventType()The type of the event.
.google.cloud.dataplex.v1.GovernanceEvent.EventType event_type = 2;
| Returns | |
|---|---|
| Type | Description |
GovernanceEvent.EventType |
The eventType. |
getEventTypeValue()
public abstract int getEventTypeValue()The type of the event.
.google.cloud.dataplex.v1.GovernanceEvent.EventType event_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for eventType. |
getMessage()
public abstract String getMessage()The log message.
string message = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()The log message.
string message = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
hasEntity()
public abstract boolean hasEntity()Entity resource information if the log event is associated with a specific entity.
optional .google.cloud.dataplex.v1.GovernanceEvent.Entity entity = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entity field is set. |