main.java.com.streamlayer.users.InviteRequestOrBuilder 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/users/users.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.users;
public interface InviteRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.InviteRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* invited user phone
*
*
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
*
* invited user phone
*
*
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* .streamlayer.users.InviteRequest.InviteReferral referral = 2 [json_name = "referral"];
* @return Whether the referral field is set.
*/
boolean hasReferral();
/**
* .streamlayer.users.InviteRequest.InviteReferral referral = 2 [json_name = "referral"];
* @return The referral.
*/
com.streamlayer.users.InviteRequest.InviteReferral getReferral();
}