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

main.java.com.streamlayer.pushNotification.common.UserPushCredentialsOrBuilder 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 UserPushCredentialsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.UserPushCredentials)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
   * @return Whether the apns field is set.
   */
  boolean hasApns();
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
   * @return The apns.
   */
  com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData getApns();

  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
   * @return Whether the firebase field is set.
   */
  boolean hasFirebase();
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
   * @return The firebase.
   */
  com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData getFirebase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy