Class Protocol.PresenceStatsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Protocol.PresenceStatsRequest,Protocol.PresenceStatsRequest.Builder>
io.github.centrifugal.centrifuge.internal.protocol.Protocol.PresenceStatsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Protocol.PresenceStatsRequestOrBuilder
,Cloneable
- Enclosing class:
- Protocol.PresenceStatsRequest
public static final class Protocol.PresenceStatsRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Protocol.PresenceStatsRequest,Protocol.PresenceStatsRequest.Builder>
implements Protocol.PresenceStatsRequestOrBuilder
Protobuf type
protocol.PresenceStatsRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance, isBuilt
-
Method Summary
Modifier and TypeMethodDescriptionstring channel = 1;
string channel = 1;
com.google.protobuf.ByteString
string channel = 1;
setChannel(String value)
string channel = 1;
setChannelBytes(com.google.protobuf.ByteString value)
string channel = 1;
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getChannel
string channel = 1;
- Specified by:
getChannel
in interfaceProtocol.PresenceStatsRequestOrBuilder
- Returns:
- The channel.
-
getChannelBytes
public com.google.protobuf.ByteString getChannelBytes()string channel = 1;
- Specified by:
getChannelBytes
in interfaceProtocol.PresenceStatsRequestOrBuilder
- Returns:
- The bytes for channel.
-
setChannel
string channel = 1;
- Parameters:
value
- The channel to set.- Returns:
- This builder for chaining.
-
clearChannel
string channel = 1;
- Returns:
- This builder for chaining.
-
setChannelBytes
string channel = 1;
- Parameters:
value
- The bytes for channel to set.- Returns:
- This builder for chaining.
-