Interface APNSCredentialsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    APNSCredentials, APNSCredentials.Builder

    public interface APNSCredentialsOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getProduction()
      bool production = 2 [json_name = "production"];
      APNSCredentials.APNSCredentialsToken getToken()
      .streamlayer.pushNotification.APNSCredentials.APNSCredentialsToken token = 1 [json_name = "token"];
      java.lang.String getTopic()
      string topic = 3 [json_name = "topic"];
      com.google.protobuf.ByteString getTopicBytes()
      string topic = 3 [json_name = "topic"];
      boolean hasToken()
      .streamlayer.pushNotification.APNSCredentials.APNSCredentialsToken token = 1 [json_name = "token"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasToken

        boolean hasToken()
        .streamlayer.pushNotification.APNSCredentials.APNSCredentialsToken token = 1 [json_name = "token"];
        Returns:
        Whether the token field is set.
      • getProduction

        boolean getProduction()
        bool production = 2 [json_name = "production"];
        Returns:
        The production.
      • getTopic

        java.lang.String getTopic()
        string topic = 3 [json_name = "topic"];
        Returns:
        The topic.
      • getTopicBytes

        com.google.protobuf.ByteString getTopicBytes()
        string topic = 3 [json_name = "topic"];
        Returns:
        The bytes for topic.