Package com.mux.spaces.api.proto.signals
Class Signals.ConnectionWithTracks.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracks.Builder>
-
- com.mux.spaces.api.proto.signals.Signals.ConnectionWithTracks.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Signals.ConnectionWithTracksOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Signals.ConnectionWithTracks
public static final class Signals.ConnectionWithTracks.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracks.Builder> implements Signals.ConnectionWithTracksOrBuilder
Protobuf typemux.spaces.api.ConnectionWithTracks
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Signals.ConnectionWithTracks.Builder
addAllTrackIds(java.lang.Iterable<java.lang.String> values)
repeated string track_ids = 2;
Signals.ConnectionWithTracks.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Signals.ConnectionWithTracks.Builder
addTrackIds(java.lang.String value)
repeated string track_ids = 2;
Signals.ConnectionWithTracks.Builder
addTrackIdsBytes(com.google.protobuf.ByteString value)
repeated string track_ids = 2;
Signals.ConnectionWithTracks
build()
Signals.ConnectionWithTracks
buildPartial()
Signals.ConnectionWithTracks.Builder
clear()
Signals.ConnectionWithTracks.Builder
clearConnectionId()
string connection_id = 1;
Signals.ConnectionWithTracks.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Signals.ConnectionWithTracks.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Signals.ConnectionWithTracks.Builder
clearTrackIds()
repeated string track_ids = 2;
Signals.ConnectionWithTracks.Builder
clone()
java.lang.String
getConnectionId()
string connection_id = 1;
com.google.protobuf.ByteString
getConnectionIdBytes()
string connection_id = 1;
Signals.ConnectionWithTracks
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
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;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Signals.ConnectionWithTracks.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Signals.ConnectionWithTracks.Builder
mergeFrom(com.google.protobuf.Message other)
Signals.ConnectionWithTracks.Builder
mergeFrom(Signals.ConnectionWithTracks other)
Signals.ConnectionWithTracks.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Signals.ConnectionWithTracks.Builder
setConnectionId(java.lang.String value)
string connection_id = 1;
Signals.ConnectionWithTracks.Builder
setConnectionIdBytes(com.google.protobuf.ByteString value)
string connection_id = 1;
Signals.ConnectionWithTracks.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Signals.ConnectionWithTracks.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Signals.ConnectionWithTracks.Builder
setTrackIds(int index, java.lang.String value)
repeated string track_ids = 2;
Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
clear
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
getDefaultInstanceForType
public Signals.ConnectionWithTracks getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Signals.ConnectionWithTracks build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Signals.ConnectionWithTracks buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
setField
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
clearField
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
clearOneof
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
setRepeatedField
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
addRepeatedField
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
mergeFrom
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
mergeFrom
public Signals.ConnectionWithTracks.Builder mergeFrom(Signals.ConnectionWithTracks other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Signals.ConnectionWithTracks.Builder>
-
mergeFrom
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
- Throws:
java.io.IOException
-
getConnectionId
public java.lang.String getConnectionId()
string connection_id = 1;
- Specified by:
getConnectionId
in interfaceSignals.ConnectionWithTracksOrBuilder
- Returns:
- The connectionId.
-
getConnectionIdBytes
public com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 1;
- Specified by:
getConnectionIdBytes
in interfaceSignals.ConnectionWithTracksOrBuilder
- Returns:
- The bytes for connectionId.
-
setConnectionId
public Signals.ConnectionWithTracks.Builder setConnectionId(java.lang.String value)
string connection_id = 1;
- Parameters:
value
- The connectionId to set.- Returns:
- This builder for chaining.
-
clearConnectionId
public Signals.ConnectionWithTracks.Builder clearConnectionId()
string connection_id = 1;
- Returns:
- This builder for chaining.
-
setConnectionIdBytes
public Signals.ConnectionWithTracks.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.ConnectionWithTracksOrBuilder
- Returns:
- A list containing the trackIds.
-
getTrackIdsCount
public int getTrackIdsCount()
repeated string track_ids = 2;
- Specified by:
getTrackIdsCount
in interfaceSignals.ConnectionWithTracksOrBuilder
- Returns:
- The count of trackIds.
-
getTrackIds
public java.lang.String getTrackIds(int index)
repeated string track_ids = 2;
- Specified by:
getTrackIds
in interfaceSignals.ConnectionWithTracksOrBuilder
- 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.ConnectionWithTracksOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the trackIds at the given index.
-
setTrackIds
public Signals.ConnectionWithTracks.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.ConnectionWithTracks.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.ConnectionWithTracks.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.ConnectionWithTracks.Builder clearTrackIds()
repeated string track_ids = 2;
- Returns:
- This builder for chaining.
-
addTrackIdsBytes
public Signals.ConnectionWithTracks.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.
-
setUnknownFields
public final Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
mergeUnknownFields
public final Signals.ConnectionWithTracks.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.ConnectionWithTracks.Builder>
-
-