Package org.yamcs.protobuf
Interface ListInstancesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInstancesResponse,ListInstancesResponse.Builder
public interface ListInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstances(int index) repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;intrepeated .yamcs.protobuf.instances.YamcsInstance instances = 1;repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;getInstancesOrBuilder(int index) repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;List<? extends YamcsInstanceOrBuilder>repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInstancesList
List<YamcsInstance> getInstancesList()repeated .yamcs.protobuf.instances.YamcsInstance instances = 1; -
getInstances
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1; -
getInstancesCount
int getInstancesCount()repeated .yamcs.protobuf.instances.YamcsInstance instances = 1; -
getInstancesOrBuilderList
List<? extends YamcsInstanceOrBuilder> getInstancesOrBuilderList()repeated .yamcs.protobuf.instances.YamcsInstance instances = 1; -
getInstancesOrBuilder
repeated .yamcs.protobuf.instances.YamcsInstance instances = 1;
-