Class ListCommandsRequest.Builder

    • Method Detail

      • 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.Builder<ListCommandsRequest.Builder>
      • clear

        public ListCommandsRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • getDefaultInstanceForType

        public ListCommandsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListCommandsRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListCommandsRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ListCommandsRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • setField

        public ListCommandsRequest.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • clearField

        public ListCommandsRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • clearOneof

        public ListCommandsRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • setRepeatedField

        public ListCommandsRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • addRepeatedField

        public ListCommandsRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • mergeFrom

        public ListCommandsRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCommandsRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • mergeFrom

        public ListCommandsRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCommandsRequest.Builder>
        Throws:
        IOException
      • setInstanceBytes

        public ListCommandsRequest.Builder setInstanceBytes​(com.google.protobuf.ByteString value)
         Yamcs instance name.
         
        optional string instance = 1;
      • hasPos

        public boolean hasPos()
         The zero-based row number at which to start outputting results.
         Default: ``0``
         
        optional int64 pos = 2;
        Specified by:
        hasPos in interface ListCommandsRequestOrBuilder
      • getPos

        public long getPos()
         The zero-based row number at which to start outputting results.
         Default: ``0``
         
        optional int64 pos = 2;
        Specified by:
        getPos in interface ListCommandsRequestOrBuilder
      • setPos

        public ListCommandsRequest.Builder setPos​(long value)
         The zero-based row number at which to start outputting results.
         Default: ``0``
         
        optional int64 pos = 2;
      • clearPos

        public ListCommandsRequest.Builder clearPos()
         The zero-based row number at which to start outputting results.
         Default: ``0``
         
        optional int64 pos = 2;
      • hasLimit

        public boolean hasLimit()
         The maximum number of returned records per page. Choose this value too
         high and you risk hitting the maximum response size limit enforced by
         the server. Default: ``100``
         
        optional int32 limit = 3;
        Specified by:
        hasLimit in interface ListCommandsRequestOrBuilder
      • getLimit

        public int getLimit()
         The maximum number of returned records per page. Choose this value too
         high and you risk hitting the maximum response size limit enforced by
         the server. Default: ``100``
         
        optional int32 limit = 3;
        Specified by:
        getLimit in interface ListCommandsRequestOrBuilder
      • setLimit

        public ListCommandsRequest.Builder setLimit​(int value)
         The maximum number of returned records per page. Choose this value too
         high and you risk hitting the maximum response size limit enforced by
         the server. Default: ``100``
         
        optional int32 limit = 3;
      • clearLimit

        public ListCommandsRequest.Builder clearLimit()
         The maximum number of returned records per page. Choose this value too
         high and you risk hitting the maximum response size limit enforced by
         the server. Default: ``100``
         
        optional int32 limit = 3;
      • hasOrder

        public boolean hasOrder()
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``
         
        optional string order = 4;
        Specified by:
        hasOrder in interface ListCommandsRequestOrBuilder
      • getOrder

        public String getOrder()
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``
         
        optional string order = 4;
        Specified by:
        getOrder in interface ListCommandsRequestOrBuilder
      • getOrderBytes

        public com.google.protobuf.ByteString getOrderBytes()
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``
         
        optional string order = 4;
        Specified by:
        getOrderBytes in interface ListCommandsRequestOrBuilder
      • setOrder

        public ListCommandsRequest.Builder setOrder​(String value)
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``
         
        optional string order = 4;
      • clearOrder

        public ListCommandsRequest.Builder clearOrder()
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``
         
        optional string order = 4;
      • setOrderBytes

        public ListCommandsRequest.Builder setOrderBytes​(com.google.protobuf.ByteString value)
         The order of the returned results. Can be either ``asc`` or ``desc``.
         Default: ``desc``
         
        optional string order = 4;
      • getQBytes

        public com.google.protobuf.ByteString getQBytes()
         Text to search in the name of the command.
         
        optional string q = 5;
        Specified by:
        getQBytes in interface ListCommandsRequestOrBuilder
      • setQBytes

        public ListCommandsRequest.Builder setQBytes​(com.google.protobuf.ByteString value)
         Text to search in the name of the command.
         
        optional string q = 5;
      • hasStart

        public boolean hasStart()
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
        Specified by:
        hasStart in interface ListCommandsRequestOrBuilder
      • getStart

        public com.google.protobuf.Timestamp getStart()
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
        Specified by:
        getStart in interface ListCommandsRequestOrBuilder
      • setStart

        public ListCommandsRequest.Builder setStart​(com.google.protobuf.Timestamp value)
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
      • setStart

        public ListCommandsRequest.Builder setStart​(com.google.protobuf.Timestamp.Builder builderForValue)
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
      • mergeStart

        public ListCommandsRequest.Builder mergeStart​(com.google.protobuf.Timestamp value)
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
      • clearStart

        public ListCommandsRequest.Builder clearStart()
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
      • getStartBuilder

        public com.google.protobuf.Timestamp.Builder getStartBuilder()
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
      • getStartOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
         Filter the lower bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is inclusive.
         
        optional .google.protobuf.Timestamp start = 7;
        Specified by:
        getStartOrBuilder in interface ListCommandsRequestOrBuilder
      • hasStop

        public boolean hasStop()
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
        Specified by:
        hasStop in interface ListCommandsRequestOrBuilder
      • getStop

        public com.google.protobuf.Timestamp getStop()
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
        Specified by:
        getStop in interface ListCommandsRequestOrBuilder
      • setStop

        public ListCommandsRequest.Builder setStop​(com.google.protobuf.Timestamp value)
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
      • setStop

        public ListCommandsRequest.Builder setStop​(com.google.protobuf.Timestamp.Builder builderForValue)
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
      • mergeStop

        public ListCommandsRequest.Builder mergeStop​(com.google.protobuf.Timestamp value)
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
      • clearStop

        public ListCommandsRequest.Builder clearStop()
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
      • getStopBuilder

        public com.google.protobuf.Timestamp.Builder getStopBuilder()
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
      • getStopOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
         Filter the upper bound of the command's generation time. Specify a date
         string in ISO 8601 format. This bound is exclusive.
         
        optional .google.protobuf.Timestamp stop = 8;
        Specified by:
        getStopOrBuilder in interface ListCommandsRequestOrBuilder
      • setUnknownFields

        public final ListCommandsRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>
      • mergeUnknownFields

        public final ListCommandsRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsRequest.Builder>