Interface FirebaseCredentialsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FirebaseAccount getAccount()
      .streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];
      boolean getProduction()
      bool production = 2 [json_name = "production"];
      boolean hasAccount()
      .streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasAccount

        boolean hasAccount()
        .streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];
        Returns:
        Whether the account field is set.
      • getAccount

        FirebaseAccount getAccount()
        .streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];
        Returns:
        The account.
      • getProduction

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