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

        public Mdb.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<Mdb.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<Mdb.ListCommandsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public Mdb.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<Mdb.ListCommandsRequest.Builder>
      • clearField

        public Mdb.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<Mdb.ListCommandsRequest.Builder>
      • clearOneof

        public Mdb.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<Mdb.ListCommandsRequest.Builder>
      • setRepeatedField

        public Mdb.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<Mdb.ListCommandsRequest.Builder>
      • addRepeatedField

        public Mdb.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<Mdb.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<Mdb.ListCommandsRequest.Builder>
      • mergeFrom

        public Mdb.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<Mdb.ListCommandsRequest.Builder>
        Throws:
        IOException
      • setInstanceBytes

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

        public boolean hasQ()
         The search keywords. This supports searching on namespace or name.
         
        optional string q = 2;
        Specified by:
        hasQ in interface Mdb.ListCommandsRequestOrBuilder
      • getQBytes

        public com.google.protobuf.ByteString getQBytes()
         The search keywords. This supports searching on namespace or name.
         
        optional string q = 2;
        Specified by:
        getQBytes in interface Mdb.ListCommandsRequestOrBuilder
      • setQBytes

        public Mdb.ListCommandsRequest.Builder setQBytes​(com.google.protobuf.ByteString value)
         The search keywords. This supports searching on namespace or name.
         
        optional string q = 2;
      • hasSystem

        public boolean hasSystem()
         List only direct child sub-systems or commands of the specified system.
         For example when querying the system "/a" against an MDB with commands
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         command "/a/c".
         When ``system`` and ``q`` are used together, matching commands at any
         depth are returned, starting from the specified space system.
         
        optional string system = 11;
        Specified by:
        hasSystem in interface Mdb.ListCommandsRequestOrBuilder
      • getSystem

        public String getSystem()
         List only direct child sub-systems or commands of the specified system.
         For example when querying the system "/a" against an MDB with commands
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         command "/a/c".
         When ``system`` and ``q`` are used together, matching commands at any
         depth are returned, starting from the specified space system.
         
        optional string system = 11;
        Specified by:
        getSystem in interface Mdb.ListCommandsRequestOrBuilder
      • getSystemBytes

        public com.google.protobuf.ByteString getSystemBytes()
         List only direct child sub-systems or commands of the specified system.
         For example when querying the system "/a" against an MDB with commands
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         command "/a/c".
         When ``system`` and ``q`` are used together, matching commands at any
         depth are returned, starting from the specified space system.
         
        optional string system = 11;
        Specified by:
        getSystemBytes in interface Mdb.ListCommandsRequestOrBuilder
      • setSystem

        public Mdb.ListCommandsRequest.Builder setSystem​(String value)
         List only direct child sub-systems or commands of the specified system.
         For example when querying the system "/a" against an MDB with commands
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         command "/a/c".
         When ``system`` and ``q`` are used together, matching commands at any
         depth are returned, starting from the specified space system.
         
        optional string system = 11;
      • clearSystem

        public Mdb.ListCommandsRequest.Builder clearSystem()
         List only direct child sub-systems or commands of the specified system.
         For example when querying the system "/a" against an MDB with commands
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         command "/a/c".
         When ``system`` and ``q`` are used together, matching commands at any
         depth are returned, starting from the specified space system.
         
        optional string system = 11;
      • setSystemBytes

        public Mdb.ListCommandsRequest.Builder setSystemBytes​(com.google.protobuf.ByteString value)
         List only direct child sub-systems or commands of the specified system.
         For example when querying the system "/a" against an MDB with commands
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         command "/a/c".
         When ``system`` and ``q`` are used together, matching commands at any
         depth are returned, starting from the specified space system.
         
        optional string system = 11;
      • hasPos

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

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

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

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

        public boolean hasLimit()
         The maximum number of returned commands 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 = 9;
        Specified by:
        hasLimit in interface Mdb.ListCommandsRequestOrBuilder
      • getLimit

        public int getLimit()
         The maximum number of returned commands 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 = 9;
        Specified by:
        getLimit in interface Mdb.ListCommandsRequestOrBuilder
      • setLimit

        public Mdb.ListCommandsRequest.Builder setLimit​(int value)
         The maximum number of returned commands 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 = 9;
      • clearLimit

        public Mdb.ListCommandsRequest.Builder clearLimit()
         The maximum number of returned commands 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 = 9;
      • setUnknownFields

        public final Mdb.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<Mdb.ListCommandsRequest.Builder>
      • mergeUnknownFields

        public final Mdb.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<Mdb.ListCommandsRequest.Builder>