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

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

There is a newer version: 5.133.1
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 FirebaseAccountOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.FirebaseAccount)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string private_key = 1 [json_name = "privateKey"];
   * @return The privateKey.
   */
  java.lang.String getPrivateKey();
  /**
   * string private_key = 1 [json_name = "privateKey"];
   * @return The bytes for privateKey.
   */
  com.google.protobuf.ByteString
      getPrivateKeyBytes();

  /**
   * string client_email = 2 [json_name = "clientEmail"];
   * @return The clientEmail.
   */
  java.lang.String getClientEmail();
  /**
   * string client_email = 2 [json_name = "clientEmail"];
   * @return The bytes for clientEmail.
   */
  com.google.protobuf.ByteString
      getClientEmailBytes();

  /**
   * string project_id = 3 [json_name = "projectId"];
   * @return The projectId.
   */
  java.lang.String getProjectId();
  /**
   * string project_id = 3 [json_name = "projectId"];
   * @return The bytes for projectId.
   */
  com.google.protobuf.ByteString
      getProjectIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy