All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.pushNotification.common.FirebaseCredentialsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/pushNotification/pushNotification.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.pushNotification.common;

public interface FirebaseCredentialsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.FirebaseCredentials)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];
   * @return Whether the account field is set.
   */
  boolean hasAccount();
  /**
   * .streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];
   * @return The account.
   */
  com.streamlayer.pushNotification.common.FirebaseAccount getAccount();

  /**
   * bool production = 2 [json_name = "production"];
   * @return The production.
   */
  boolean getProduction();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy