public interface SessionEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetailCase()
public abstract SessionEvent.DetailCase getDetailCase()| Type | Description |
| SessionEvent.DetailCase |
getMessage()
public abstract String getMessage()The log message.
string message = 1;
| Type | Description |
| String | The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()The log message.
string message = 1;
| Type | Description |
| ByteString | The bytes for message. |
getQuery()
public abstract SessionEvent.QueryDetail getQuery()The execution details of the query.
.google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
| Type | Description |
| SessionEvent.QueryDetail | The query. |
getQueryOrBuilder()
public abstract SessionEvent.QueryDetailOrBuilder getQueryOrBuilder()The execution details of the query.
.google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
| Type | Description |
| SessionEvent.QueryDetailOrBuilder |
getSessionId()
public abstract String getSessionId()Unique identifier for the session.
string session_id = 3;
| Type | Description |
| String | The sessionId. |
getSessionIdBytes()
public abstract ByteString getSessionIdBytes()Unique identifier for the session.
string session_id = 3;
| Type | Description |
| ByteString | The bytes for sessionId. |
getType()
public abstract SessionEvent.EventType getType()The type of the event.
.google.cloud.dataplex.v1.SessionEvent.EventType type = 4;
| Type | Description |
| SessionEvent.EventType | The type. |
getTypeValue()
public abstract int getTypeValue()The type of the event.
.google.cloud.dataplex.v1.SessionEvent.EventType type = 4;
| Type | Description |
| int | The enum numeric value on the wire for type. |
getUserId()
public abstract String getUserId()The information about the user that created the session.
string user_id = 2;
| Type | Description |
| String | The userId. |
getUserIdBytes()
public abstract ByteString getUserIdBytes()The information about the user that created the session.
string user_id = 2;
| Type | Description |
| ByteString | The bytes for userId. |
hasQuery()
public abstract boolean hasQuery()The execution details of the query.
.google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
| Type | Description |
| boolean | Whether the query field is set. |