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.BuilderaddAllTrackIds(java.lang.Iterable<java.lang.String> values)repeated string track_ids = 2;Signals.ConnectionWithTracksFailure.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Signals.ConnectionWithTracksFailure.BuilderaddTrackIds(java.lang.String value)repeated string track_ids = 2;Signals.ConnectionWithTracksFailure.BuilderaddTrackIdsBytes(com.google.protobuf.ByteString value)repeated string track_ids = 2;Signals.ConnectionWithTracksFailurebuild()Signals.ConnectionWithTracksFailurebuildPartial()Signals.ConnectionWithTracksFailure.Builderclear()Signals.ConnectionWithTracksFailure.BuilderclearConnectionId()string connection_id = 1;Signals.ConnectionWithTracksFailure.BuilderclearError().mux.spaces.api.Error error = 3;Signals.ConnectionWithTracksFailure.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Signals.ConnectionWithTracksFailure.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Signals.ConnectionWithTracksFailure.BuilderclearTrackIds()repeated string track_ids = 2;Signals.ConnectionWithTracksFailure.Builderclone()java.lang.StringgetConnectionId()string connection_id = 1;com.google.protobuf.ByteStringgetConnectionIdBytes()string connection_id = 1;Signals.ConnectionWithTracksFailuregetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Signals.ErrorgetError().mux.spaces.api.Error error = 3;Signals.Error.BuildergetErrorBuilder().mux.spaces.api.Error error = 3;Signals.ErrorOrBuildergetErrorOrBuilder().mux.spaces.api.Error error = 3;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;com.google.protobuf.ProtocolStringListgetTrackIdsList()repeated string track_ids = 2;booleanhasError().mux.spaces.api.Error error = 3;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Signals.ConnectionWithTracksFailure.BuildermergeError(Signals.Error value).mux.spaces.api.Error error = 3;Signals.ConnectionWithTracksFailure.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Signals.ConnectionWithTracksFailure.BuildermergeFrom(com.google.protobuf.Message other)Signals.ConnectionWithTracksFailure.BuildermergeFrom(Signals.ConnectionWithTracksFailure other)Signals.ConnectionWithTracksFailure.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Signals.ConnectionWithTracksFailure.BuildersetConnectionId(java.lang.String value)string connection_id = 1;Signals.ConnectionWithTracksFailure.BuildersetConnectionIdBytes(com.google.protobuf.ByteString value)string connection_id = 1;Signals.ConnectionWithTracksFailure.BuildersetError(Signals.Error value).mux.spaces.api.Error error = 3;Signals.ConnectionWithTracksFailure.BuildersetError(Signals.Error.Builder builderForValue).mux.spaces.api.Error error = 3;Signals.ConnectionWithTracksFailure.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Signals.ConnectionWithTracksFailure.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Signals.ConnectionWithTracksFailure.BuildersetTrackIds(int index, java.lang.String value)repeated string track_ids = 2;Signals.ConnectionWithTracksFailure.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
clear
public Signals.ConnectionWithTracksFailure.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
getDefaultInstanceForType
public Signals.ConnectionWithTracksFailure getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Signals.ConnectionWithTracksFailure build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Signals.ConnectionWithTracksFailure buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Signals.ConnectionWithTracksFailure.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein 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:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
clearField
public Signals.ConnectionWithTracksFailure.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
clearOneof
public Signals.ConnectionWithTracksFailure.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin 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:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin 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:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
mergeFrom
public Signals.ConnectionWithTracksFailure.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
mergeFrom
public Signals.ConnectionWithTracksFailure.Builder mergeFrom(Signals.ConnectionWithTracksFailure other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Signals.ConnectionWithTracksFailure.Builder>- Throws:
java.io.IOException
-
getConnectionId
public java.lang.String getConnectionId()
string connection_id = 1;- Specified by:
getConnectionIdin interfaceSignals.ConnectionWithTracksFailureOrBuilder- Returns:
- The connectionId.
-
getConnectionIdBytes
public com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 1;- Specified by:
getConnectionIdBytesin 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:
getTrackIdsListin interfaceSignals.ConnectionWithTracksFailureOrBuilder- Returns:
- A list containing the trackIds.
-
getTrackIdsCount
public int getTrackIdsCount()
repeated string track_ids = 2;- Specified by:
getTrackIdsCountin interfaceSignals.ConnectionWithTracksFailureOrBuilder- Returns:
- The count of trackIds.
-
getTrackIds
public java.lang.String getTrackIds(int index)
repeated string track_ids = 2;- Specified by:
getTrackIdsin 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:
getTrackIdsBytesin 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:
hasErrorin interfaceSignals.ConnectionWithTracksFailureOrBuilder- Returns:
- Whether the error field is set.
-
getError
public Signals.Error getError()
.mux.spaces.api.Error error = 3;- Specified by:
getErrorin 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:
getErrorOrBuilderin interfaceSignals.ConnectionWithTracksFailureOrBuilder
-
setUnknownFields
public final Signals.ConnectionWithTracksFailure.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
mergeUnknownFields
public final Signals.ConnectionWithTracksFailure.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracksFailure.Builder>
-
-