Package com.mux.spaces.api.proto.signals
Interface Signals.ConnectionWithTracksOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.ConnectionWithTracks,Signals.ConnectionWithTracks.Builder
- Enclosing class:
- Signals
public static interface Signals.ConnectionWithTracksOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConnectionId()string connection_id = 1;com.google.protobuf.ByteStringgetConnectionIdBytes()string connection_id = 1;java.lang.StringgetTrackIds(int index)repeated string track_ids = 2;com.google.protobuf.ByteStringgetTrackIdsBytes(int index)repeated string track_ids = 2;intgetTrackIdsCount()repeated string track_ids = 2;java.util.List<java.lang.String>getTrackIdsList()repeated string track_ids = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConnectionId
java.lang.String getConnectionId()
string connection_id = 1;- Returns:
- The connectionId.
-
getConnectionIdBytes
com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 1;- Returns:
- The bytes for connectionId.
-
getTrackIdsList
java.util.List<java.lang.String> getTrackIdsList()
repeated string track_ids = 2;- Returns:
- A list containing the trackIds.
-
getTrackIdsCount
int getTrackIdsCount()
repeated string track_ids = 2;- Returns:
- The count of trackIds.
-
getTrackIds
java.lang.String getTrackIds(int index)
repeated string track_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The trackIds at the given index.
-
getTrackIdsBytes
com.google.protobuf.ByteString getTrackIdsBytes(int index)
repeated string track_ids = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the trackIds at the given index.
-
-