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

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

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

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

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

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

        public Mdb.ListParametersRequest.Builder setInstanceBytes​(com.google.protobuf.ByteString value)
         Yamcs instance name.
         
        optional string instance = 1;
      • 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.ListParametersRequestOrBuilder
      • setQBytes

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

        public boolean hasDetails()
         Include details on each returned parameter (this includes long
         descriptions, aliases, and detailed type information).
         If unset, only summary information is returned.
         
        optional bool details = 4;
        Specified by:
        hasDetails in interface Mdb.ListParametersRequestOrBuilder
      • getDetails

        public boolean getDetails()
         Include details on each returned parameter (this includes long
         descriptions, aliases, and detailed type information).
         If unset, only summary information is returned.
         
        optional bool details = 4;
        Specified by:
        getDetails in interface Mdb.ListParametersRequestOrBuilder
      • setDetails

        public Mdb.ListParametersRequest.Builder setDetails​(boolean value)
         Include details on each returned parameter (this includes long
         descriptions, aliases, and detailed type information).
         If unset, only summary information is returned.
         
        optional bool details = 4;
      • clearDetails

        public Mdb.ListParametersRequest.Builder clearDetails()
         Include details on each returned parameter (this includes long
         descriptions, aliases, and detailed type information).
         If unset, only summary information is returned.
         
        optional bool details = 4;
      • getTypeList

        public com.google.protobuf.ProtocolStringList getTypeList()
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
        Specified by:
        getTypeList in interface Mdb.ListParametersRequestOrBuilder
      • getTypeCount

        public int getTypeCount()
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
        Specified by:
        getTypeCount in interface Mdb.ListParametersRequestOrBuilder
      • getType

        public String getType​(int index)
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
        Specified by:
        getType in interface Mdb.ListParametersRequestOrBuilder
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes​(int index)
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
        Specified by:
        getTypeBytes in interface Mdb.ListParametersRequestOrBuilder
      • setType

        public Mdb.ListParametersRequest.Builder setType​(int index,
                                                         String value)
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
      • addType

        public Mdb.ListParametersRequest.Builder addType​(String value)
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
      • addAllType

        public Mdb.ListParametersRequest.Builder addAllType​(Iterable<String> values)
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
      • clearType

        public Mdb.ListParametersRequest.Builder clearType()
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
      • addTypeBytes

        public Mdb.ListParametersRequest.Builder addTypeBytes​(com.google.protobuf.ByteString value)
         The parameter types to be included in the result. Valid types are ``boolean``,
         ``binary``, ``enumeration``, ``float``, ``integer`` or ``string``.
         If unspecified, parameters of all types will be included.
         
        repeated string type = 5;
      • hasSystem

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

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

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

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

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

        public Mdb.ListParametersRequest.Builder setSystemBytes​(com.google.protobuf.ByteString value)
         List only direct child sub-systems or parameters of the specified system.
         For example when querying the system "/a" against an MDB with parameters
         "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the
         parameter "/a/c".
         When ``system`` and ``q`` are used together, matching parameters 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.ListParametersRequestOrBuilder
      • 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.ListParametersRequestOrBuilder
      • setPos

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

        public Mdb.ListParametersRequest.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 parameters 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.ListParametersRequestOrBuilder
      • getLimit

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

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

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