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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
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
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.
-