main.java.com.streamlayer.pushNotification.common.SentNotificationOrBuilder 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 SentNotificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.SentNotification)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string device = 1 [json_name = "device"];
* @return The device.
*/
java.lang.String getDevice();
/**
* string device = 1 [json_name = "device"];
* @return The bytes for device.
*/
com.google.protobuf.ByteString
getDeviceBytes();
}