Class EditProcessorRequest

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

    public final class EditProcessorRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements EditProcessorRequestOrBuilder
    Protobuf type yamcs.protobuf.processing.EditProcessorRequest
    See Also:
    Serialized Form
    • Method Detail

      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields 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
      • hasState

        public boolean hasState()
         The state this replay processor should be updated to. Either ``paused`` or
         ``running``.
         
        optional string state = 3;
        Specified by:
        hasState in interface EditProcessorRequestOrBuilder
      • getState

        public String getState()
         The state this replay processor should be updated to. Either ``paused`` or
         ``running``.
         
        optional string state = 3;
        Specified by:
        getState in interface EditProcessorRequestOrBuilder
      • getStateBytes

        public com.google.protobuf.ByteString getStateBytes()
         The state this replay processor should be updated to. Either ``paused`` or
         ``running``.
         
        optional string state = 3;
        Specified by:
        getStateBytes in interface EditProcessorRequestOrBuilder
      • hasSeek

        public boolean hasSeek()
         The time where the processing needs to jump towards. Must be a date string
         in ISO 8601 format.
         
        optional .google.protobuf.Timestamp seek = 4;
        Specified by:
        hasSeek in interface EditProcessorRequestOrBuilder
      • getSeek

        public com.google.protobuf.Timestamp getSeek()
         The time where the processing needs to jump towards. Must be a date string
         in ISO 8601 format.
         
        optional .google.protobuf.Timestamp seek = 4;
        Specified by:
        getSeek in interface EditProcessorRequestOrBuilder
      • getSeekOrBuilder

        public com.google.protobuf.TimestampOrBuilder getSeekOrBuilder()
         The time where the processing needs to jump towards. Must be a date string
         in ISO 8601 format.
         
        optional .google.protobuf.Timestamp seek = 4;
        Specified by:
        getSeekOrBuilder in interface EditProcessorRequestOrBuilder
      • hasSpeed

        public boolean hasSpeed()
         The speed of the processor. One of:
         * ``afap``
         * a speed factor relative to the original speed. Example: ``2x``
         * a fixed delay value in milliseconds. Example: ``2000``
         
        optional string speed = 5;
        Specified by:
        hasSpeed in interface EditProcessorRequestOrBuilder
      • getSpeed

        public String getSpeed()
         The speed of the processor. One of:
         * ``afap``
         * a speed factor relative to the original speed. Example: ``2x``
         * a fixed delay value in milliseconds. Example: ``2000``
         
        optional string speed = 5;
        Specified by:
        getSpeed in interface EditProcessorRequestOrBuilder
      • getSpeedBytes

        public com.google.protobuf.ByteString getSpeedBytes()
         The speed of the processor. One of:
         * ``afap``
         * a speed factor relative to the original speed. Example: ``2x``
         * a fixed delay value in milliseconds. Example: ``2000``
         
        optional string speed = 5;
        Specified by:
        getSpeedBytes in interface EditProcessorRequestOrBuilder
      • 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 EditProcessorRequest parseFrom​(ByteBuffer data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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