main.java.com.streamlayer.users.ReferralOrBuilder 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 ReferralOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.users.Referral)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string name = 2 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string watching_game = 3 [json_name = "watchingGame"];
* @return The watchingGame.
*/
java.lang.String getWatchingGame();
/**
* string watching_game = 3 [json_name = "watchingGame"];
* @return The bytes for watchingGame.
*/
com.google.protobuf.ByteString
getWatchingGameBytes();
}