Interface GovernanceEventOrBuilder (1.37.0)

public interface GovernanceEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
GovernanceEvent.EntityOrBuilder

getEventType()

public abstract GovernanceEvent.EventType getEventType()

The type of the event.

.google.cloud.dataplex.v1.GovernanceEvent.EventType event_type = 2;

Returns
TypeDescription
GovernanceEvent.EventType

The eventType.

getEventTypeValue()

public abstract int getEventTypeValue()

The type of the event.

.google.cloud.dataplex.v1.GovernanceEvent.EventType event_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for eventType.

getMessage()

public abstract String getMessage()

The log message.

string message = 1;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The log message.

string message = 1;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the entity field is set.