Package com.mux.spaces.api.proto.signals
Interface Signals.ConnectionWithTracksFailureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.ConnectionWithTracksFailure
,Signals.ConnectionWithTracksFailure.Builder
- Enclosing class:
- Signals
public static interface Signals.ConnectionWithTracksFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getConnectionId()
string connection_id = 1;
com.google.protobuf.ByteString
getConnectionIdBytes()
string connection_id = 1;
Signals.Error
getError()
.mux.spaces.api.Error error = 3;
Signals.ErrorOrBuilder
getErrorOrBuilder()
.mux.spaces.api.Error error = 3;
java.lang.String
getTrackIds(int index)
repeated string track_ids = 2;
com.google.protobuf.ByteString
getTrackIdsBytes(int index)
repeated string track_ids = 2;
int
getTrackIdsCount()
repeated string track_ids = 2;
java.util.List<java.lang.String>
getTrackIdsList()
repeated string track_ids = 2;
boolean
hasError()
.mux.spaces.api.Error error = 3;
-
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.
-
hasError
boolean hasError()
.mux.spaces.api.Error error = 3;
- Returns:
- Whether the error field is set.
-
getError
Signals.Error getError()
.mux.spaces.api.Error error = 3;
- Returns:
- The error.
-
getErrorOrBuilder
Signals.ErrorOrBuilder getErrorOrBuilder()
.mux.spaces.api.Error error = 3;
-
-