Interface SessionEventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SessionEvent, SessionEvent.Builder

    public interface SessionEventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getMessage

        String getMessage()
         The log message.
         
        string message = 1;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         The log message.
         
        string message = 1;
        Returns:
        The bytes for message.
      • getUserId

        String getUserId()
         The information about the user that created the session. It will be the
         email address of the user.
         
        string user_id = 2;
        Returns:
        The userId.
      • getUserIdBytes

        com.google.protobuf.ByteString getUserIdBytes()
         The information about the user that created the session. It will be the
         email address of the user.
         
        string user_id = 2;
        Returns:
        The bytes for userId.
      • getSessionId

        String getSessionId()
         Unique identifier for the session.
         
        string session_id = 3;
        Returns:
        The sessionId.
      • getSessionIdBytes

        com.google.protobuf.ByteString getSessionIdBytes()
         Unique identifier for the session.
         
        string session_id = 3;
        Returns:
        The bytes for sessionId.
      • getTypeValue

        int getTypeValue()
         The type of the event.
         
        .google.cloud.dataplex.v1.SessionEvent.EventType type = 4;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        SessionEvent.EventType getType()
         The type of the event.
         
        .google.cloud.dataplex.v1.SessionEvent.EventType type = 4;
        Returns:
        The type.
      • hasQuery

        boolean hasQuery()
         The execution details of the query.
         
        .google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
        Returns:
        Whether the query field is set.
      • getQuery

        SessionEvent.QueryDetail getQuery()
         The execution details of the query.
         
        .google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
        Returns:
        The query.
      • getQueryOrBuilder

        SessionEvent.QueryDetailOrBuilder getQueryOrBuilder()
         The execution details of the query.
         
        .google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
      • getEventSucceeded

        boolean getEventSucceeded()
         The status of the event.
         
        bool event_succeeded = 6;
        Returns:
        The eventSucceeded.
      • getFastStartupEnabled

        boolean getFastStartupEnabled()
         If the session is associated with an environment with fast startup enabled,
         and was created before being assigned to a user.
         
        bool fast_startup_enabled = 7;
        Returns:
        The fastStartupEnabled.
      • hasUnassignedDuration

        boolean hasUnassignedDuration()
         The idle duration of a warm pooled session before it is assigned to user.
         
        .google.protobuf.Duration unassigned_duration = 8;
        Returns:
        Whether the unassignedDuration field is set.
      • getUnassignedDuration

        com.google.protobuf.Duration getUnassignedDuration()
         The idle duration of a warm pooled session before it is assigned to user.
         
        .google.protobuf.Duration unassigned_duration = 8;
        Returns:
        The unassignedDuration.
      • getUnassignedDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getUnassignedDurationOrBuilder()
         The idle duration of a warm pooled session before it is assigned to user.
         
        .google.protobuf.Duration unassigned_duration = 8;