Package org.yamcs.protobuf
Interface ListInstancesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInstancesRequest,ListInstancesRequest.Builder
public interface ListInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFilter(int index) repeated string filter = 1;com.google.protobuf.ByteStringgetFilterBytes(int index) repeated string filter = 1;intrepeated string filter = 1;repeated string filter = 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
-
getFilterList
repeated string filter = 1;- Returns:
- A list containing the filter.
-
getFilterCount
int getFilterCount()repeated string filter = 1;- Returns:
- The count of filter.
-
getFilter
repeated string filter = 1;- Parameters:
index- The index of the element to return.- Returns:
- The filter at the given index.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes(int index) repeated string filter = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the filter at the given index.
-