Package com.mux.spaces.api.proto.signals
Class Signals.ConnectionWithTracksFailure.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
- com.mux.spaces.api.proto.signals.Signals.ConnectionWithTracksFailure.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Signals.ConnectionWithTracksFailureOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Signals.ConnectionWithTracksFailure
public static final class Signals.ConnectionWithTracksFailure.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder> implements Signals.ConnectionWithTracksFailureOrBuilder
Protobuf typemux.spaces.api.ConnectionWithTracksFailure
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Signals.ConnectionWithTracksFailure.Builder
addAllTrackIds(java.lang.Iterable<java.lang.String> values)
repeated string track_ids = 2;
Signals.ConnectionWithTracksFailure.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Signals.ConnectionWithTracksFailure.Builder
addTrackIds(java.lang.String value)
repeated string track_ids = 2;
Signals.ConnectionWithTracksFailure.Builder
addTrackIdsBytes(com.google.protobuf.ByteString value)
repeated string track_ids = 2;
Signals.ConnectionWithTracksFailure
build()
Signals.ConnectionWithTracksFailure
buildPartial()
Signals.ConnectionWithTracksFailure.Builder
clear()
Signals.ConnectionWithTracksFailure.Builder
clearConnectionId()
string connection_id = 1;
Signals.ConnectionWithTracksFailure.Builder
clearError()
.mux.spaces.api.Error error = 3;
Signals.ConnectionWithTracksFailure.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Signals.ConnectionWithTracksFailure.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Signals.ConnectionWithTracksFailure.Builder
clearTrackIds()
repeated string track_ids = 2;
Signals.ConnectionWithTracksFailure.Builder
clone()
java.lang.String
getConnectionId()
string connection_id = 1;
com.google.protobuf.ByteString
getConnectionIdBytes()
string connection_id = 1;
Signals.ConnectionWithTracksFailure
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Signals.Error
getError()
.mux.spaces.api.Error error = 3;
Signals.Error.Builder
getErrorBuilder()
.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;
com.google.protobuf.ProtocolStringList
getTrackIdsList()
repeated string track_ids = 2;
boolean
hasError()
.mux.spaces.api.Error error = 3;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Signals.ConnectionWithTracksFailure.Builder
mergeError(Signals.Error value)
.mux.spaces.api.Error error = 3;
Signals.ConnectionWithTracksFailure.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Signals.ConnectionWithTracksFailure.Builder
mergeFrom(com.google.protobuf.Message other)
Signals.ConnectionWithTracksFailure.Builder
mergeFrom(Signals.ConnectionWithTracksFailure other)
Signals.ConnectionWithTracksFailure.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Signals.ConnectionWithTracksFailure.Builder
setConnectionId(java.lang.String value)
string connection_id = 1;
Signals.ConnectionWithTracksFailure.Builder
setConnectionIdBytes(com.google.protobuf.ByteString value)
string connection_id = 1;
Signals.ConnectionWithTracksFailure.Builder
setError(Signals.Error value)
.mux.spaces.api.Error error = 3;
Signals.ConnectionWithTracksFailure.Builder
setError(Signals.Error.Builder builderForValue)
.mux.spaces.api.Error error = 3;
Signals.ConnectionWithTracksFailure.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Signals.ConnectionWithTracksFailure.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Signals.ConnectionWithTracksFailure.Builder
setTrackIds(int index, java.lang.String value)
repeated string track_ids = 2;
Signals.ConnectionWithTracksFailure.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
clear
public Signals.ConnectionWithTracksFailure.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
getDefaultInstanceForType
public Signals.ConnectionWithTracksFailure getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Signals.ConnectionWithTracksFailure build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Signals.ConnectionWithTracksFailure buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Signals.ConnectionWithTracksFailure.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
setField
public Signals.ConnectionWithTracksFailure.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
clearField
public Signals.ConnectionWithTracksFailure.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
clearOneof
public Signals.ConnectionWithTracksFailure.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
setRepeatedField
public Signals.ConnectionWithTracksFailure.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
addRepeatedField
public Signals.ConnectionWithTracksFailure.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
mergeFrom
public Signals.ConnectionWithTracksFailure.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
mergeFrom
public Signals.ConnectionWithTracksFailure.Builder mergeFrom(Signals.ConnectionWithTracksFailure other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
mergeFrom
public Signals.ConnectionWithTracksFailure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Signals.ConnectionWithTracksFailure.Builder>
- Throws:
java.io.IOException
-
getConnectionId
public java.lang.String getConnectionId()
string connection_id = 1;
- Specified by:
getConnectionId
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Returns:
- The connectionId.
-
getConnectionIdBytes
public com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 1;
- Specified by:
getConnectionIdBytes
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Returns:
- The bytes for connectionId.
-
setConnectionId
public Signals.ConnectionWithTracksFailure.Builder setConnectionId(java.lang.String value)
string connection_id = 1;
- Parameters:
value
- The connectionId to set.- Returns:
- This builder for chaining.
-
clearConnectionId
public Signals.ConnectionWithTracksFailure.Builder clearConnectionId()
string connection_id = 1;
- Returns:
- This builder for chaining.
-
setConnectionIdBytes
public Signals.ConnectionWithTracksFailure.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
string connection_id = 1;
- Parameters:
value
- The bytes for connectionId to set.- Returns:
- This builder for chaining.
-
getTrackIdsList
public com.google.protobuf.ProtocolStringList getTrackIdsList()
repeated string track_ids = 2;
- Specified by:
getTrackIdsList
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Returns:
- A list containing the trackIds.
-
getTrackIdsCount
public int getTrackIdsCount()
repeated string track_ids = 2;
- Specified by:
getTrackIdsCount
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Returns:
- The count of trackIds.
-
getTrackIds
public java.lang.String getTrackIds(int index)
repeated string track_ids = 2;
- Specified by:
getTrackIds
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The trackIds at the given index.
-
getTrackIdsBytes
public com.google.protobuf.ByteString getTrackIdsBytes(int index)
repeated string track_ids = 2;
- Specified by:
getTrackIdsBytes
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the trackIds at the given index.
-
setTrackIds
public Signals.ConnectionWithTracksFailure.Builder setTrackIds(int index, java.lang.String value)
repeated string track_ids = 2;
- Parameters:
index
- The index to set the value at.value
- The trackIds to set.- Returns:
- This builder for chaining.
-
addTrackIds
public Signals.ConnectionWithTracksFailure.Builder addTrackIds(java.lang.String value)
repeated string track_ids = 2;
- Parameters:
value
- The trackIds to add.- Returns:
- This builder for chaining.
-
addAllTrackIds
public Signals.ConnectionWithTracksFailure.Builder addAllTrackIds(java.lang.Iterable<java.lang.String> values)
repeated string track_ids = 2;
- Parameters:
values
- The trackIds to add.- Returns:
- This builder for chaining.
-
clearTrackIds
public Signals.ConnectionWithTracksFailure.Builder clearTrackIds()
repeated string track_ids = 2;
- Returns:
- This builder for chaining.
-
addTrackIdsBytes
public Signals.ConnectionWithTracksFailure.Builder addTrackIdsBytes(com.google.protobuf.ByteString value)
repeated string track_ids = 2;
- Parameters:
value
- The bytes of the trackIds to add.- Returns:
- This builder for chaining.
-
hasError
public boolean hasError()
.mux.spaces.api.Error error = 3;
- Specified by:
hasError
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Returns:
- Whether the error field is set.
-
getError
public Signals.Error getError()
.mux.spaces.api.Error error = 3;
- Specified by:
getError
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
- Returns:
- The error.
-
setError
public Signals.ConnectionWithTracksFailure.Builder setError(Signals.Error value)
.mux.spaces.api.Error error = 3;
-
setError
public Signals.ConnectionWithTracksFailure.Builder setError(Signals.Error.Builder builderForValue)
.mux.spaces.api.Error error = 3;
-
mergeError
public Signals.ConnectionWithTracksFailure.Builder mergeError(Signals.Error value)
.mux.spaces.api.Error error = 3;
-
clearError
public Signals.ConnectionWithTracksFailure.Builder clearError()
.mux.spaces.api.Error error = 3;
-
getErrorBuilder
public Signals.Error.Builder getErrorBuilder()
.mux.spaces.api.Error error = 3;
-
getErrorOrBuilder
public Signals.ErrorOrBuilder getErrorOrBuilder()
.mux.spaces.api.Error error = 3;
- Specified by:
getErrorOrBuilder
in interfaceSignals.ConnectionWithTracksFailureOrBuilder
-
setUnknownFields
public final Signals.ConnectionWithTracksFailure.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
mergeUnknownFields
public final Signals.ConnectionWithTracksFailure.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
-