Class Mdb.ListContainersRequest.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.ListContainersRequest.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.ListContainersRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

        public Mdb.ListContainersRequest.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 the namespace or name.
         
        optional string q = 2;
        Specified by:
        hasQ in interface Mdb.ListContainersRequestOrBuilder
      • getQBytes

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

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

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

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

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

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

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

        public Mdb.ListContainersRequest.Builder setSystemBytes​(com.google.protobuf.ByteString value)
         List only direct child sub-systems or containers of the specified system.
         For example when querying the system "/a" against an MDB with containers
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         container "/a/c".
         When ``system`` and ``q`` are used together, matching containers at any
         depth are returned, starting from the specified space system.
         
        optional string system = 10;
      • 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.ListContainersRequestOrBuilder
      • 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.ListContainersRequestOrBuilder
      • setPos

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

        public Mdb.ListContainersRequest.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 containers 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.ListContainersRequestOrBuilder
      • getLimit

        public int getLimit()
         The maximum number of returned containers 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.ListContainersRequestOrBuilder
      • setLimit

        public Mdb.ListContainersRequest.Builder setLimit​(int value)
         The maximum number of returned containers 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.ListContainersRequest.Builder clearLimit()
         The maximum number of returned containers 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.ListContainersRequest.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.ListContainersRequest.Builder>
      • mergeUnknownFields

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