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

    Modifier and Type
    Method
    Description
    string channel = 2;
    com.google.protobuf.ByteString
    string channel = 2;
    com.google.protobuf.ByteString
    bytes data = 3;
    .protocol.Push.PushType type = 1;
    int
    .protocol.Push.PushType type = 1;

    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 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.