public interface EntryLinkEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventType()
public abstract EntryLinkEvent.EventType getEventType()The type of the event.
.google.cloud.dataplex.v1.EntryLinkEvent.EventType event_type = 2;
| Returns | |
|---|---|
| Type | Description |
EntryLinkEvent.EventType |
The eventType. |
getEventTypeValue()
public abstract int getEventTypeValue()The type of the event.
.google.cloud.dataplex.v1.EntryLinkEvent.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. |
getResource()
public abstract String getResource()Name of the resource.
string resource = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public abstract ByteString getResourceBytes()Name of the resource.
string resource = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |