Class OrganizationListRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<OrganizationListRequest,OrganizationListRequest.Builder>
-
- com.streamlayer.pushNotification.common.OrganizationListRequest
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,OrganizationListRequestOrBuilder
public final class OrganizationListRequest extends com.google.protobuf.GeneratedMessageLite<OrganizationListRequest,OrganizationListRequest.Builder> implements OrganizationListRequestOrBuilder
Protobuf typestreamlayer.pushNotification.OrganizationListRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrganizationListRequest.BuilderProtobuf typestreamlayer.pushNotification.OrganizationListRequest-
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 intIDS_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 OrganizationListRequestgetDefaultInstance()java.lang.StringgetIds(int index)repeated string ids = 1 [json_name = "ids"];com.google.protobuf.ByteStringgetIdsBytes(int index)repeated string ids = 1 [json_name = "ids"];intgetIdsCount()repeated string ids = 1 [json_name = "ids"];java.util.List<java.lang.String>getIdsList()repeated string ids = 1 [json_name = "ids"];static OrganizationListRequest.BuildernewBuilder()static OrganizationListRequest.BuildernewBuilder(OrganizationListRequest prototype)static OrganizationListRequestparseDelimitedFrom(java.io.InputStream input)static OrganizationListRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrganizationListRequestparseFrom(byte[] data)static OrganizationListRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrganizationListRequestparseFrom(com.google.protobuf.ByteString data)static OrganizationListRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrganizationListRequestparseFrom(com.google.protobuf.CodedInputStream input)static OrganizationListRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrganizationListRequestparseFrom(java.io.InputStream input)static OrganizationListRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrganizationListRequestparseFrom(java.nio.ByteBuffer data)static OrganizationListRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<OrganizationListRequest>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
-
IDS_FIELD_NUMBER
public static final int IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIdsList
public java.util.List<java.lang.String> getIdsList()
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsListin interfaceOrganizationListRequestOrBuilder- Returns:
- A list containing the ids.
-
getIdsCount
public int getIdsCount()
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsCountin interfaceOrganizationListRequestOrBuilder- Returns:
- The count of ids.
-
getIds
public java.lang.String getIds(int index)
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsin interfaceOrganizationListRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
public com.google.protobuf.ByteString getIdsBytes(int index)
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsBytesin interfaceOrganizationListRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ids at the given index.
-
parseFrom
public static OrganizationListRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrganizationListRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrganizationListRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrganizationListRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrganizationListRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrganizationListRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrganizationListRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OrganizationListRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static OrganizationListRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static OrganizationListRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OrganizationListRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OrganizationListRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static OrganizationListRequest.Builder newBuilder()
-
newBuilder
public static OrganizationListRequest.Builder newBuilder(OrganizationListRequest 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<OrganizationListRequest,OrganizationListRequest.Builder>
-
getDefaultInstance
public static OrganizationListRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<OrganizationListRequest> parser()
-
-