Package com.streamlayer.users
Interface InviteRequest.InviteReferralOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
InviteRequest.InviteReferral,InviteRequest.InviteReferral.Builder
- Enclosing class:
- InviteRequest
public static interface InviteRequest.InviteReferralOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetWatchingGame()string watching_game = 1 [json_name = "watchingGame"];com.google.protobuf.ByteStringgetWatchingGameBytes()string watching_game = 1 [json_name = "watchingGame"];
-
-
-
Method Detail
-
getWatchingGame
java.lang.String getWatchingGame()
string watching_game = 1 [json_name = "watchingGame"];- Returns:
- The watchingGame.
-
getWatchingGameBytes
com.google.protobuf.ByteString getWatchingGameBytes()
string watching_game = 1 [json_name = "watchingGame"];- Returns:
- The bytes for watchingGame.
-
-