Class GetArchivedParametersInfoRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<GetArchivedParametersInfoRequest.Builder>
org.yamcs.protobuf.GetArchivedParametersInfoRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, GetArchivedParametersInfoRequestOrBuilder
Enclosing class:
GetArchivedParametersInfoRequest

public static final class GetArchivedParametersInfoRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetArchivedParametersInfoRequest.Builder> implements GetArchivedParametersInfoRequestOrBuilder
 Get information about the parameters stored in the Parameter Archive 
 
Protobuf type yamcs.protobuf.archive.GetArchivedParametersInfoRequest
  • Method Details

    • 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<GetArchivedParametersInfoRequest.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<GetArchivedParametersInfoRequest.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<GetArchivedParametersInfoRequest.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GetArchivedParametersInfoRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<GetArchivedParametersInfoRequest.Builder>
    • setField

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

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

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

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

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

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

    • isInitialized

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

      public GetArchivedParametersInfoRequest.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<GetArchivedParametersInfoRequest.Builder>
      Throws:
      IOException
    • hasInstance

      public boolean hasInstance()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      hasInstance in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

      public String getInstance()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      getInstance in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      The instance.
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 1;
      Specified by:
      getInstanceBytes in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      The bytes for instance.
    • setInstance

       Yamcs instance name.
       
      optional string instance = 1;
      Parameters:
      value - The instance to set.
      Returns:
      This builder for chaining.
    • clearInstance

       Yamcs instance name.
       
      optional string instance = 1;
      Returns:
      This builder for chaining.
    • setInstanceBytes

      public GetArchivedParametersInfoRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
       Yamcs instance name.
       
      optional string instance = 1;
      Parameters:
      value - The bytes for instance to set.
      Returns:
      This builder for chaining.
    • hasQ

      public boolean hasQ()
       The search keywords.
       
      optional string q = 2;
      Specified by:
      hasQ in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      Whether the q field is set.
    • getQ

      public String getQ()
       The search keywords.
       
      optional string q = 2;
      Specified by:
      getQ in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      The q.
    • getQBytes

      public com.google.protobuf.ByteString getQBytes()
       The search keywords.
       
      optional string q = 2;
      Specified by:
      getQBytes in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      The bytes for q.
    • setQ

       The search keywords.
       
      optional string q = 2;
      Parameters:
      value - The q to set.
      Returns:
      This builder for chaining.
    • clearQ

       The search keywords.
       
      optional string q = 2;
      Returns:
      This builder for chaining.
    • setQBytes

      public GetArchivedParametersInfoRequest.Builder setQBytes(com.google.protobuf.ByteString value)
       The search keywords.
       
      optional string q = 2;
      Parameters:
      value - The bytes for q to set.
      Returns:
      This builder for chaining.
    • hasSystem

      public boolean hasSystem()
       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Specified by:
      hasSystem in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      Whether the system field is set.
    • getSystem

      public String getSystem()
       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Specified by:
      getSystem in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      The system.
    • getSystemBytes

      public com.google.protobuf.ByteString getSystemBytes()
       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Specified by:
      getSystemBytes in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      The bytes for system.
    • setSystem

       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Parameters:
      value - The system to set.
      Returns:
      This builder for chaining.
    • clearSystem

       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Returns:
      This builder for chaining.
    • setSystemBytes

      public GetArchivedParametersInfoRequest.Builder setSystemBytes(com.google.protobuf.ByteString value)
       List only direct child parameters of the specified system. 
       Only the parameters whose fully qualified name start with system will be returned.
       When ``system`` and ``q`` are used together, the q search will be matched on the parameters 
       filtered by system.
       
      optional string system = 3;
      Parameters:
      value - The bytes for system to set.
      Returns:
      This builder for chaining.
    • hasLimit

      public boolean hasLimit()
       The maximum number of returned parameters. Choose this value too
       high and you risk hitting the maximum response size limit enforced by the
       server. Default: ``100``
       
      optional int32 limit = 7;
      Specified by:
      hasLimit in interface GetArchivedParametersInfoRequestOrBuilder
      Returns:
      Whether the limit field is set.
    • getLimit

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

      public GetArchivedParametersInfoRequest.Builder setLimit(int value)
       The maximum number of returned parameters. Choose this value too
       high and you risk hitting the maximum response size limit enforced by the
       server. Default: ``100``
       
      optional int32 limit = 7;
      Parameters:
      value - The limit to set.
      Returns:
      This builder for chaining.
    • clearLimit

       The maximum number of returned parameters. Choose this value too
       high and you risk hitting the maximum response size limit enforced by the
       server. Default: ``100``
       
      optional int32 limit = 7;
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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