main.java.com.streamlayer.pushNotification.common.SendTestRequestOrBuilder 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 SendTestRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.SendTestRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string device_token = 1 [json_name = "deviceToken"];
* @return The deviceToken.
*/
java.lang.String getDeviceToken();
/**
* string device_token = 1 [json_name = "deviceToken"];
* @return The bytes for deviceToken.
*/
com.google.protobuf.ByteString
getDeviceTokenBytes();
/**
* string username = 2 [json_name = "username"];
* @return The username.
*/
java.lang.String getUsername();
/**
* string username = 2 [json_name = "username"];
* @return The bytes for username.
*/
com.google.protobuf.ByteString
getUsernameBytes();
/**
* string type = 3 [json_name = "type"];
* @return The type.
*/
java.lang.String getType();
/**
* string type = 3 [json_name = "type"];
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* .streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];
* @return Whether the notification field is set.
*/
boolean hasNotification();
/**
* .streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];
* @return The notification.
*/
com.streamlayer.pushNotification.common.TestPushNotification getNotification();
/**
* string organization_id = 5 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 5 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
}