Class EventLeaderboardRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<EventLeaderboardRequest,EventLeaderboardRequest.Builder>
-
- com.streamlayer.interactive.leaderboard.EventLeaderboardRequest
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,EventLeaderboardRequestOrBuilder
public final class EventLeaderboardRequest extends com.google.protobuf.GeneratedMessageLite<EventLeaderboardRequest,EventLeaderboardRequest.Builder> implements EventLeaderboardRequestOrBuilder
Protobuf typestreamlayer.interactive.leaderboard.EventLeaderboardRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventLeaderboardRequest.BuilderProtobuf typestreamlayer.interactive.leaderboard.EventLeaderboardRequest-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intID_FIELD_NUMBERstatic intORGANIZATION_ID_FIELD_NUMBERstatic intPAGINATION_FIELD_NUMBERstatic intSORT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static EventLeaderboardRequestgetDefaultInstance()java.lang.StringgetId()leaderboard idcom.google.protobuf.ByteStringgetIdBytes()leaderboard idjava.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];PaginationgetPagination().streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];SortgetSort().streamlayer.interactive.Sort sort = 4 [json_name = "sort"];booleanhasPagination().streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];booleanhasSort().streamlayer.interactive.Sort sort = 4 [json_name = "sort"];static EventLeaderboardRequest.BuildernewBuilder()static EventLeaderboardRequest.BuildernewBuilder(EventLeaderboardRequest prototype)static EventLeaderboardRequestparseDelimitedFrom(java.io.InputStream input)static EventLeaderboardRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventLeaderboardRequestparseFrom(byte[] data)static EventLeaderboardRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventLeaderboardRequestparseFrom(com.google.protobuf.ByteString data)static EventLeaderboardRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventLeaderboardRequestparseFrom(com.google.protobuf.CodedInputStream input)static EventLeaderboardRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventLeaderboardRequestparseFrom(java.io.InputStream input)static EventLeaderboardRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EventLeaderboardRequestparseFrom(java.nio.ByteBuffer data)static EventLeaderboardRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<EventLeaderboardRequest>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ORGANIZATION_ID_FIELD_NUMBER
public static final int ORGANIZATION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PAGINATION_FIELD_NUMBER
public static final int PAGINATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SORT_FIELD_NUMBER
public static final int SORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public java.lang.String getId()
leaderboard id
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceEventLeaderboardRequestOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
leaderboard id
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceEventLeaderboardRequestOrBuilder- Returns:
- The bytes for id.
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceEventLeaderboardRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceEventLeaderboardRequestOrBuilder- Returns:
- The bytes for organizationId.
-
hasPagination
public boolean hasPagination()
.streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];- Specified by:
hasPaginationin interfaceEventLeaderboardRequestOrBuilder- Returns:
- Whether the pagination field is set.
-
getPagination
public Pagination getPagination()
.streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];- Specified by:
getPaginationin interfaceEventLeaderboardRequestOrBuilder- Returns:
- The pagination.
-
hasSort
public boolean hasSort()
.streamlayer.interactive.Sort sort = 4 [json_name = "sort"];- Specified by:
hasSortin interfaceEventLeaderboardRequestOrBuilder- Returns:
- Whether the sort field is set.
-
getSort
public Sort getSort()
.streamlayer.interactive.Sort sort = 4 [json_name = "sort"];- Specified by:
getSortin interfaceEventLeaderboardRequestOrBuilder- Returns:
- The sort.
-
parseFrom
public static EventLeaderboardRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EventLeaderboardRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EventLeaderboardRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EventLeaderboardRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EventLeaderboardRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EventLeaderboardRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EventLeaderboardRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static EventLeaderboardRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static EventLeaderboardRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static EventLeaderboardRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static EventLeaderboardRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static EventLeaderboardRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static EventLeaderboardRequest.Builder newBuilder()
-
newBuilder
public static EventLeaderboardRequest.Builder newBuilder(EventLeaderboardRequest prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<EventLeaderboardRequest,EventLeaderboardRequest.Builder>
-
getDefaultInstance
public static EventLeaderboardRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<EventLeaderboardRequest> parser()
-
-