Interface ParameterSubscriptionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ParameterSubscriptionResponse, ParameterSubscriptionResponse.Builder

public interface ParameterSubscriptionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getInvalid(int index)
    repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    int
    repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    int
    optional int32 subscriptionId = 3;
    boolean
    optional int32 subscriptionId = 3;

    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

    • getInvalidList

      List<Yamcs.NamedObjectId> getInvalidList()
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalid

      Yamcs.NamedObjectId getInvalid(int index)
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalidCount

      int getInvalidCount()
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalidOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getInvalidOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • getInvalidOrBuilder

      Yamcs.NamedObjectIdOrBuilder getInvalidOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId invalid = 2;
    • hasSubscriptionId

      boolean hasSubscriptionId()
      optional int32 subscriptionId = 3;
    • getSubscriptionId

      int getSubscriptionId()
      optional int32 subscriptionId = 3;