Class SessionEvent

  • All Implemented Interfaces:
    SessionEventOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class SessionEvent
    extends com.google.protobuf.GeneratedMessageV3
    implements SessionEventOrBuilder
     These messages contain information about sessions within an environment.
     The monitored resource is 'Environment'.
     
    Protobuf type google.cloud.dataplex.v1.SessionEvent
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getMessageBytes

        public com.google.protobuf.ByteString getMessageBytes()
         The log message.
         
        string message = 1;
        Specified by:
        getMessageBytes in interface SessionEventOrBuilder
        Returns:
        The bytes for message.
      • getUserId

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

        public 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;
        Specified by:
        getUserIdBytes in interface SessionEventOrBuilder
        Returns:
        The bytes for userId.
      • getSessionIdBytes

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

        public int getTypeValue()
         The type of the event.
         
        .google.cloud.dataplex.v1.SessionEvent.EventType type = 4;
        Specified by:
        getTypeValue in interface SessionEventOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • hasQuery

        public boolean hasQuery()
         The execution details of the query.
         
        .google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
        Specified by:
        hasQuery in interface SessionEventOrBuilder
        Returns:
        Whether the query field is set.
      • getEventSucceeded

        public boolean getEventSucceeded()
         The status of the event.
         
        bool event_succeeded = 6;
        Specified by:
        getEventSucceeded in interface SessionEventOrBuilder
        Returns:
        The eventSucceeded.
      • getFastStartupEnabled

        public 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;
        Specified by:
        getFastStartupEnabled in interface SessionEventOrBuilder
        Returns:
        The fastStartupEnabled.
      • hasUnassignedDuration

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

        public 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;
        Specified by:
        getUnassignedDuration in interface SessionEventOrBuilder
        Returns:
        The unassignedDuration.
      • getUnassignedDurationOrBuilder

        public 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;
        Specified by:
        getUnassignedDurationOrBuilder in interface SessionEventOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static SessionEvent parseFrom​(ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SessionEvent parseFrom​(ByteBuffer data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SessionEvent parseFrom​(com.google.protobuf.ByteString data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SessionEvent parseFrom​(com.google.protobuf.ByteString data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SessionEvent parseFrom​(byte[] data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SessionEvent parseFrom​(byte[] data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SessionEvent parseFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • newBuilderForType

        public SessionEvent.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public SessionEvent.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected SessionEvent.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static SessionEvent getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<SessionEvent> parser()
      • getParserForType

        public com.google.protobuf.Parser<SessionEvent> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public SessionEvent getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder