main.java.com.streamlayer.pushNotification.client.RemoveRequestOrBuilder 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/client/pushNotification.client.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.pushNotification.client;
public interface RemoveRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.client.RemoveRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string type = 1 [json_name = "type"];
* @return The type.
*/
java.lang.String getType();
/**
* string type = 1 [json_name = "type"];
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
}