main.java.com.streamlayer.pushNotification.common.SendTestResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}