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

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

  /**
   * repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
   */
  java.util.List 
      getSentList();
  /**
   * repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
   */
  com.streamlayer.pushNotification.common.SentNotification getSent(int index);
  /**
   * repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
   */
  int getSentCount();

  /**
   * repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
   */
  java.util.List 
      getFailedList();
  /**
   * repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
   */
  com.streamlayer.pushNotification.common.FailNotification getFailed(int index);
  /**
   * repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
   */
  int getFailedCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy