Class ListRequest.ListRequestFilter
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<ListRequest.ListRequestFilter,ListRequest.ListRequestFilter.Builder>
-
- com.streamlayer.interactive.leaderboard.admin.ListRequest.ListRequestFilter
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,ListRequest.ListRequestFilterOrBuilder
- Enclosing class:
- ListRequest
public static final class ListRequest.ListRequestFilter extends com.google.protobuf.GeneratedMessageLite<ListRequest.ListRequestFilter,ListRequest.ListRequestFilter.Builder> implements ListRequest.ListRequestFilterOrBuilder
Protobuf typestreamlayer.interactive.leaderboard.admin.ListRequest.ListRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListRequest.ListRequestFilter.BuilderProtobuf typestreamlayer.interactive.leaderboard.admin.ListRequest.ListRequestFilter-
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 intEVENT_IDS_FIELD_NUMBERstatic intTYPES_FIELD_NUMBERstatic intUSERNAME_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 ListRequest.ListRequestFiltergetDefaultInstance()java.lang.StringgetEventIds(int index)repeated string event_ids = 2 [json_name = "eventIds"];com.google.protobuf.ByteStringgetEventIdsBytes(int index)repeated string event_ids = 2 [json_name = "eventIds"];intgetEventIdsCount()repeated string event_ids = 2 [json_name = "eventIds"];java.util.List<java.lang.String>getEventIdsList()repeated string event_ids = 2 [json_name = "eventIds"];LeaderboardTypegetTypes(int index)repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];intgetTypesCount()repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];java.util.List<LeaderboardType>getTypesList()repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];intgetTypesValue(int index)repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];java.util.List<java.lang.Integer>getTypesValueList()repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];java.lang.StringgetUsername()string username = 3 [json_name = "username"];com.google.protobuf.ByteStringgetUsernameBytes()string username = 3 [json_name = "username"];static ListRequest.ListRequestFilter.BuildernewBuilder()static ListRequest.ListRequestFilter.BuildernewBuilder(ListRequest.ListRequestFilter prototype)static ListRequest.ListRequestFilterparseDelimitedFrom(java.io.InputStream input)static ListRequest.ListRequestFilterparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.ListRequestFilterparseFrom(byte[] data)static ListRequest.ListRequestFilterparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.ListRequestFilterparseFrom(com.google.protobuf.ByteString data)static ListRequest.ListRequestFilterparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.ListRequestFilterparseFrom(com.google.protobuf.CodedInputStream input)static ListRequest.ListRequestFilterparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.ListRequestFilterparseFrom(java.io.InputStream input)static ListRequest.ListRequestFilterparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRequest.ListRequestFilterparseFrom(java.nio.ByteBuffer data)static ListRequest.ListRequestFilterparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ListRequest.ListRequestFilter>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
-
TYPES_FIELD_NUMBER
public static final int TYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EVENT_IDS_FIELD_NUMBER
public static final int EVENT_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTypesList
public java.util.List<LeaderboardType> getTypesList()
repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];- Specified by:
getTypesListin interfaceListRequest.ListRequestFilterOrBuilder- Returns:
- A list containing the types.
-
getTypesCount
public int getTypesCount()
repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];- Specified by:
getTypesCountin interfaceListRequest.ListRequestFilterOrBuilder- Returns:
- The count of types.
-
getTypes
public LeaderboardType getTypes(int index)
repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];- Specified by:
getTypesin interfaceListRequest.ListRequestFilterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesValueList
public java.util.List<java.lang.Integer> getTypesValueList()
repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];- Specified by:
getTypesValueListin interfaceListRequest.ListRequestFilterOrBuilder- Returns:
- A list containing the enum numeric values on the wire for types.
-
getTypesValue
public int getTypesValue(int index)
repeated .streamlayer.interactive.leaderboard.LeaderboardType types = 1 [json_name = "types"];- Specified by:
getTypesValuein interfaceListRequest.ListRequestFilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of types at the given index.
-
getEventIdsList
public java.util.List<java.lang.String> getEventIdsList()
repeated string event_ids = 2 [json_name = "eventIds"];- Specified by:
getEventIdsListin interfaceListRequest.ListRequestFilterOrBuilder- Returns:
- A list containing the eventIds.
-
getEventIdsCount
public int getEventIdsCount()
repeated string event_ids = 2 [json_name = "eventIds"];- Specified by:
getEventIdsCountin interfaceListRequest.ListRequestFilterOrBuilder- Returns:
- The count of eventIds.
-
getEventIds
public java.lang.String getEventIds(int index)
repeated string event_ids = 2 [json_name = "eventIds"];- Specified by:
getEventIdsin interfaceListRequest.ListRequestFilterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getEventIdsBytes
public com.google.protobuf.ByteString getEventIdsBytes(int index)
repeated string event_ids = 2 [json_name = "eventIds"];- Specified by:
getEventIdsBytesin interfaceListRequest.ListRequestFilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the eventIds at the given index.
-
getUsername
public java.lang.String getUsername()
string username = 3 [json_name = "username"];- Specified by:
getUsernamein interfaceListRequest.ListRequestFilterOrBuilder- Returns:
- The username.
-
getUsernameBytes
public com.google.protobuf.ByteString getUsernameBytes()
string username = 3 [json_name = "username"];- Specified by:
getUsernameBytesin interfaceListRequest.ListRequestFilterOrBuilder- Returns:
- The bytes for username.
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ListRequest.ListRequestFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ListRequest.ListRequestFilter parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ListRequest.ListRequestFilter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static ListRequest.ListRequestFilter.Builder newBuilder()
-
newBuilder
public static ListRequest.ListRequestFilter.Builder newBuilder(ListRequest.ListRequestFilter 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<ListRequest.ListRequestFilter,ListRequest.ListRequestFilter.Builder>
-
getDefaultInstance
public static ListRequest.ListRequestFilter getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ListRequest.ListRequestFilter> parser()
-
-