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 Detail

      • getTypeValue

        int getTypeValue()
        .protocol.Push.PushType type = 1;
        Returns:
        The enum numeric value on the wire for 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.