Interface Protocol.PushOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.Push
,Protocol.Push.Builder
- Enclosing class:
- Protocol
public static interface Protocol.PushOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannel()
string channel = 2;
com.google.protobuf.ByteString
getChannelBytes()
string channel = 2;
com.google.protobuf.ByteString
getData()
bytes data = 3;
Protocol.Push.PushType
getType()
.protocol.Push.PushType type = 1;
int
getTypeValue()
.protocol.Push.PushType type = 1;
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
.protocol.Push.PushType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
Protocol.Push.PushType getType()
.protocol.Push.PushType type = 1;
- Returns:
- The type.
-
getChannel
java.lang.String getChannel()
string channel = 2;
- Returns:
- The channel.
-
getChannelBytes
com.google.protobuf.ByteString getChannelBytes()
string channel = 2;
- Returns:
- The bytes for channel.
-
getData
com.google.protobuf.ByteString getData()
bytes data = 3;
- Returns:
- The data.
-
-