Interface Mdb.BatchGetParametersRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mdb.BatchGetParametersRequest, Mdb.BatchGetParametersRequest.Builder
Enclosing class:
Mdb

public static interface Mdb.BatchGetParametersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getId(int index)
    repeated .yamcs.protobuf.NamedObjectId id = 1;
    int
    repeated .yamcs.protobuf.NamedObjectId id = 1;
    repeated .yamcs.protobuf.NamedObjectId id = 1;
    getIdOrBuilder(int index)
    repeated .yamcs.protobuf.NamedObjectId id = 1;
    repeated .yamcs.protobuf.NamedObjectId id = 1;
    optional string instance = 2;
    com.google.protobuf.ByteString
    optional string instance = 2;
    boolean
    optional string instance = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasInstance

      boolean hasInstance()
      optional string instance = 2;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
      optional string instance = 2;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
      optional string instance = 2;
      Returns:
      The bytes for instance.
    • getIdList

      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • getId

      Yamcs.NamedObjectId getId(int index)
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • getIdCount

      int getIdCount()
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • getIdOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getIdOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId id = 1;
    • getIdOrBuilder

      Yamcs.NamedObjectIdOrBuilder getIdOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId id = 1;