Package org.yamcs.protobuf
Interface ListEventSourcesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEventSourcesResponse,ListEventSourcesResponse.Builder
public interface ListEventSourcesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSource(int index)repeated string source = 1;com.google.protobuf.ByteStringgetSourceBytes(int index)repeated string source = 1;intgetSourceCount()repeated string source = 1;List<String>getSourceList()repeated string source = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSourceCount
int getSourceCount()
repeated string source = 1;
-
getSource
String getSource(int index)
repeated string source = 1;
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes(int index)
repeated string source = 1;
-
-