Package api

Class Job.JobRunDetails

  • All Implemented Interfaces:
    Job.JobRunDetailsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    Job

    public static final class Job.JobRunDetails
    extends com.google.protobuf.GeneratedMessageV3
    implements Job.JobRunDetailsOrBuilder
    Protobuf type api.JobRunDetails
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Job.JobRunDetails.Builder
      Protobuf type api.JobRunDetails
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • 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
      • getStateValue

        public int getStateValue()
        .api.JobRunState state = 3;
        Specified by:
        getStateValue in interface Job.JobRunDetailsOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • hasLeasedTs

        public boolean hasLeasedTs()
        .google.protobuf.Timestamp leased_ts = 7;
        Specified by:
        hasLeasedTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        Whether the leasedTs field is set.
      • getLeasedTs

        public com.google.protobuf.Timestamp getLeasedTs()
        .google.protobuf.Timestamp leased_ts = 7;
        Specified by:
        getLeasedTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        The leasedTs.
      • hasPendingTs

        public boolean hasPendingTs()
        .google.protobuf.Timestamp pending_ts = 8;
        Specified by:
        hasPendingTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        Whether the pendingTs field is set.
      • getPendingTs

        public com.google.protobuf.Timestamp getPendingTs()
        .google.protobuf.Timestamp pending_ts = 8;
        Specified by:
        getPendingTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        The pendingTs.
      • hasStartedTs

        public boolean hasStartedTs()
        .google.protobuf.Timestamp started_ts = 9;
        Specified by:
        hasStartedTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        Whether the startedTs field is set.
      • getStartedTs

        public com.google.protobuf.Timestamp getStartedTs()
        .google.protobuf.Timestamp started_ts = 9;
        Specified by:
        getStartedTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        The startedTs.
      • hasFinishedTs

        public boolean hasFinishedTs()
        .google.protobuf.Timestamp finished_ts = 10;
        Specified by:
        hasFinishedTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        Whether the finishedTs field is set.
      • getFinishedTs

        public com.google.protobuf.Timestamp getFinishedTs()
        .google.protobuf.Timestamp finished_ts = 10;
        Specified by:
        getFinishedTs in interface Job.JobRunDetailsOrBuilder
        Returns:
        The finishedTs.
      • 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 Job.JobRunDetails parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

        protected Job.JobRunDetails.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Job.JobRunDetails> 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 Job.JobRunDetails getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder