All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.plists.ListParameterListsResponse Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/plists/plists_service.proto

package org.yamcs.protobuf.plists;

/**
 * Protobuf type {@code yamcs.protobuf.plists.ListParameterListsResponse}
 */
public final class ListParameterListsResponse extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:yamcs.protobuf.plists.ListParameterListsResponse)
    ListParameterListsResponseOrBuilder {
private static final long serialVersionUID = 0L;
  // Use ListParameterListsResponse.newBuilder() to construct.
  private ListParameterListsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private ListParameterListsResponse() {
    lists_ = java.util.Collections.emptyList();
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new ListParameterListsResponse();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private ListParameterListsResponse(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              lists_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            lists_.add(
                input.readMessage(org.yamcs.protobuf.plists.ParameterListInfo.PARSER, extensionRegistry));
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        lists_ = java.util.Collections.unmodifiableList(lists_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return org.yamcs.protobuf.plists.ParameterListsServiceProto.internal_static_yamcs_protobuf_plists_ListParameterListsResponse_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return org.yamcs.protobuf.plists.ParameterListsServiceProto.internal_static_yamcs_protobuf_plists_ListParameterListsResponse_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            org.yamcs.protobuf.plists.ListParameterListsResponse.class, org.yamcs.protobuf.plists.ListParameterListsResponse.Builder.class);
  }

  public static final int LISTS_FIELD_NUMBER = 1;
  private java.util.List lists_;
  /**
   * 
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ @java.lang.Override public java.util.List getListsList() { return lists_; } /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ @java.lang.Override public java.util.List getListsOrBuilderList() { return lists_; } /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ @java.lang.Override public int getListsCount() { return lists_.size(); } /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ @java.lang.Override public org.yamcs.protobuf.plists.ParameterListInfo getLists(int index) { return lists_.get(index); } /** *
   * List of lists, sorted by name
   * The returned items include the patterns, however does
   * not resolve them. Use a specific parameter list request
   * to get that level of detail instead.  
   * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ @java.lang.Override public org.yamcs.protobuf.plists.ParameterListInfoOrBuilder getListsOrBuilder( int index) { return lists_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; for (int i = 0; i < getListsCount(); i++) { if (!getLists(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < lists_.size(); i++) { output.writeMessage(1, lists_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < lists_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, lists_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.yamcs.protobuf.plists.ListParameterListsResponse)) { return super.equals(obj); } org.yamcs.protobuf.plists.ListParameterListsResponse other = (org.yamcs.protobuf.plists.ListParameterListsResponse) obj; if (!getListsList() .equals(other.getListsList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getListsCount() > 0) { hash = (37 * hash) + LISTS_FIELD_NUMBER; hash = (53 * hash) + getListsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.yamcs.protobuf.plists.ListParameterListsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.yamcs.protobuf.plists.ListParameterListsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code yamcs.protobuf.plists.ListParameterListsResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:yamcs.protobuf.plists.ListParameterListsResponse) org.yamcs.protobuf.plists.ListParameterListsResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.yamcs.protobuf.plists.ParameterListsServiceProto.internal_static_yamcs_protobuf_plists_ListParameterListsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.yamcs.protobuf.plists.ParameterListsServiceProto.internal_static_yamcs_protobuf_plists_ListParameterListsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.yamcs.protobuf.plists.ListParameterListsResponse.class, org.yamcs.protobuf.plists.ListParameterListsResponse.Builder.class); } // Construct using org.yamcs.protobuf.plists.ListParameterListsResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getListsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (listsBuilder_ == null) { lists_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { listsBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.yamcs.protobuf.plists.ParameterListsServiceProto.internal_static_yamcs_protobuf_plists_ListParameterListsResponse_descriptor; } @java.lang.Override public org.yamcs.protobuf.plists.ListParameterListsResponse getDefaultInstanceForType() { return org.yamcs.protobuf.plists.ListParameterListsResponse.getDefaultInstance(); } @java.lang.Override public org.yamcs.protobuf.plists.ListParameterListsResponse build() { org.yamcs.protobuf.plists.ListParameterListsResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.yamcs.protobuf.plists.ListParameterListsResponse buildPartial() { org.yamcs.protobuf.plists.ListParameterListsResponse result = new org.yamcs.protobuf.plists.ListParameterListsResponse(this); int from_bitField0_ = bitField0_; if (listsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { lists_ = java.util.Collections.unmodifiableList(lists_); bitField0_ = (bitField0_ & ~0x00000001); } result.lists_ = lists_; } else { result.lists_ = listsBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.yamcs.protobuf.plists.ListParameterListsResponse) { return mergeFrom((org.yamcs.protobuf.plists.ListParameterListsResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.yamcs.protobuf.plists.ListParameterListsResponse other) { if (other == org.yamcs.protobuf.plists.ListParameterListsResponse.getDefaultInstance()) return this; if (listsBuilder_ == null) { if (!other.lists_.isEmpty()) { if (lists_.isEmpty()) { lists_ = other.lists_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureListsIsMutable(); lists_.addAll(other.lists_); } onChanged(); } } else { if (!other.lists_.isEmpty()) { if (listsBuilder_.isEmpty()) { listsBuilder_.dispose(); listsBuilder_ = null; lists_ = other.lists_; bitField0_ = (bitField0_ & ~0x00000001); listsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getListsFieldBuilder() : null; } else { listsBuilder_.addAllMessages(other.lists_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { for (int i = 0; i < getListsCount(); i++) { if (!getLists(i).isInitialized()) { return false; } } return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.yamcs.protobuf.plists.ListParameterListsResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.yamcs.protobuf.plists.ListParameterListsResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List lists_ = java.util.Collections.emptyList(); private void ensureListsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { lists_ = new java.util.ArrayList(lists_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< org.yamcs.protobuf.plists.ParameterListInfo, org.yamcs.protobuf.plists.ParameterListInfo.Builder, org.yamcs.protobuf.plists.ParameterListInfoOrBuilder> listsBuilder_; /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public java.util.List getListsList() { if (listsBuilder_ == null) { return java.util.Collections.unmodifiableList(lists_); } else { return listsBuilder_.getMessageList(); } } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public int getListsCount() { if (listsBuilder_ == null) { return lists_.size(); } else { return listsBuilder_.getCount(); } } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public org.yamcs.protobuf.plists.ParameterListInfo getLists(int index) { if (listsBuilder_ == null) { return lists_.get(index); } else { return listsBuilder_.getMessage(index); } } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder setLists( int index, org.yamcs.protobuf.plists.ParameterListInfo value) { if (listsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListsIsMutable(); lists_.set(index, value); onChanged(); } else { listsBuilder_.setMessage(index, value); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder setLists( int index, org.yamcs.protobuf.plists.ParameterListInfo.Builder builderForValue) { if (listsBuilder_ == null) { ensureListsIsMutable(); lists_.set(index, builderForValue.build()); onChanged(); } else { listsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder addLists(org.yamcs.protobuf.plists.ParameterListInfo value) { if (listsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListsIsMutable(); lists_.add(value); onChanged(); } else { listsBuilder_.addMessage(value); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder addLists( int index, org.yamcs.protobuf.plists.ParameterListInfo value) { if (listsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListsIsMutable(); lists_.add(index, value); onChanged(); } else { listsBuilder_.addMessage(index, value); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder addLists( org.yamcs.protobuf.plists.ParameterListInfo.Builder builderForValue) { if (listsBuilder_ == null) { ensureListsIsMutable(); lists_.add(builderForValue.build()); onChanged(); } else { listsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder addLists( int index, org.yamcs.protobuf.plists.ParameterListInfo.Builder builderForValue) { if (listsBuilder_ == null) { ensureListsIsMutable(); lists_.add(index, builderForValue.build()); onChanged(); } else { listsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder addAllLists( java.lang.Iterable values) { if (listsBuilder_ == null) { ensureListsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, lists_); onChanged(); } else { listsBuilder_.addAllMessages(values); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder clearLists() { if (listsBuilder_ == null) { lists_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { listsBuilder_.clear(); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public Builder removeLists(int index) { if (listsBuilder_ == null) { ensureListsIsMutable(); lists_.remove(index); onChanged(); } else { listsBuilder_.remove(index); } return this; } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public org.yamcs.protobuf.plists.ParameterListInfo.Builder getListsBuilder( int index) { return getListsFieldBuilder().getBuilder(index); } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public org.yamcs.protobuf.plists.ParameterListInfoOrBuilder getListsOrBuilder( int index) { if (listsBuilder_ == null) { return lists_.get(index); } else { return listsBuilder_.getMessageOrBuilder(index); } } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public java.util.List getListsOrBuilderList() { if (listsBuilder_ != null) { return listsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(lists_); } } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public org.yamcs.protobuf.plists.ParameterListInfo.Builder addListsBuilder() { return getListsFieldBuilder().addBuilder( org.yamcs.protobuf.plists.ParameterListInfo.getDefaultInstance()); } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public org.yamcs.protobuf.plists.ParameterListInfo.Builder addListsBuilder( int index) { return getListsFieldBuilder().addBuilder( index, org.yamcs.protobuf.plists.ParameterListInfo.getDefaultInstance()); } /** *
     * List of lists, sorted by name
     * The returned items include the patterns, however does
     * not resolve them. Use a specific parameter list request
     * to get that level of detail instead.  
     * 
* * repeated .yamcs.protobuf.plists.ParameterListInfo lists = 1; */ public java.util.List getListsBuilderList() { return getListsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< org.yamcs.protobuf.plists.ParameterListInfo, org.yamcs.protobuf.plists.ParameterListInfo.Builder, org.yamcs.protobuf.plists.ParameterListInfoOrBuilder> getListsFieldBuilder() { if (listsBuilder_ == null) { listsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< org.yamcs.protobuf.plists.ParameterListInfo, org.yamcs.protobuf.plists.ParameterListInfo.Builder, org.yamcs.protobuf.plists.ParameterListInfoOrBuilder>( lists_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); lists_ = null; } return listsBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:yamcs.protobuf.plists.ListParameterListsResponse) } // @@protoc_insertion_point(class_scope:yamcs.protobuf.plists.ListParameterListsResponse) private static final org.yamcs.protobuf.plists.ListParameterListsResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.yamcs.protobuf.plists.ListParameterListsResponse(); } public static org.yamcs.protobuf.plists.ListParameterListsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ListParameterListsResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ListParameterListsResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.yamcs.protobuf.plists.ListParameterListsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy