Package org.yamcs.protobuf
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yamcs.NamedObjectIdgetInvalid(int index)repeated .yamcs.protobuf.NamedObjectId invalid = 2;intgetInvalidCount()repeated .yamcs.protobuf.NamedObjectId invalid = 2;List<Yamcs.NamedObjectId>getInvalidList()repeated .yamcs.protobuf.NamedObjectId invalid = 2;Yamcs.NamedObjectIdOrBuildergetInvalidOrBuilder(int index)repeated .yamcs.protobuf.NamedObjectId invalid = 2;List<? extends Yamcs.NamedObjectIdOrBuilder>getInvalidOrBuilderList()repeated .yamcs.protobuf.NamedObjectId invalid = 2;intgetSubscriptionId()optional int32 subscriptionId = 3;booleanhasSubscriptionId()optional int32 subscriptionId = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-