Package com.mux.spaces.api.proto.signals
Interface Signals.SubscriptionsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.SubscriptionsRequest
,Signals.SubscriptionsRequest.Builder
- Enclosing class:
- Signals
public static interface Signals.SubscriptionsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Signals.ConnectionWithTracks
getConnections(int index)
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
int
getConnectionsCount()
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
java.util.List<Signals.ConnectionWithTracks>
getConnectionsList()
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
Signals.ConnectionWithTracksOrBuilder
getConnectionsOrBuilder(int index)
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
java.util.List<? extends Signals.ConnectionWithTracksOrBuilder>
getConnectionsOrBuilderList()
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConnectionsList
java.util.List<Signals.ConnectionWithTracks> getConnectionsList()
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
-
getConnections
Signals.ConnectionWithTracks getConnections(int index)
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
-
getConnectionsCount
int getConnectionsCount()
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
-
getConnectionsOrBuilderList
java.util.List<? extends Signals.ConnectionWithTracksOrBuilder> getConnectionsOrBuilderList()
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
-
getConnectionsOrBuilder
Signals.ConnectionWithTracksOrBuilder getConnectionsOrBuilder(int index)
repeated .mux.spaces.api.ConnectionWithTracks connections = 1;
-
-