public static final class SignalServiceProtos.GroupContext extends com.google.protobuf.GeneratedMessage implements SignalServiceProtos.GroupContextOrBuilder
signalservice.GroupContext| Modifier and Type | Class and Description |
|---|---|
static class |
SignalServiceProtos.GroupContext.Builder
Protobuf type
signalservice.GroupContext |
static class |
SignalServiceProtos.GroupContext.Type
Protobuf enum
signalservice.GroupContext.Type |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
AVATAR_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
MEMBERS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<SignalServiceProtos.GroupContext> |
PARSER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
SignalServiceProtos.AttachmentPointer |
getAvatar()
optional .signalservice.AttachmentPointer avatar = 5; |
SignalServiceProtos.AttachmentPointerOrBuilder |
getAvatarOrBuilder()
optional .signalservice.AttachmentPointer avatar = 5; |
static SignalServiceProtos.GroupContext |
getDefaultInstance() |
SignalServiceProtos.GroupContext |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getId()
optional bytes id = 1; |
java.lang.String |
getMembers(int index)
repeated string members = 4; |
com.google.protobuf.ByteString |
getMembersBytes(int index)
repeated string members = 4; |
int |
getMembersCount()
repeated string members = 4; |
java.util.List<java.lang.String> |
getMembersList()
repeated string members = 4; |
java.lang.String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
com.google.protobuf.Parser<SignalServiceProtos.GroupContext> |
getParserForType() |
int |
getSerializedSize() |
SignalServiceProtos.GroupContext.Type |
getType()
optional .signalservice.GroupContext.Type type = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAvatar()
optional .signalservice.AttachmentPointer avatar = 5; |
boolean |
hasId()
optional bytes id = 1; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasType()
optional .signalservice.GroupContext.Type type = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SignalServiceProtos.GroupContext.Builder |
newBuilder() |
static SignalServiceProtos.GroupContext.Builder |
newBuilder(SignalServiceProtos.GroupContext prototype) |
SignalServiceProtos.GroupContext.Builder |
newBuilderForType() |
protected SignalServiceProtos.GroupContext.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static SignalServiceProtos.GroupContext |
parseDelimitedFrom(java.io.InputStream input) |
static SignalServiceProtos.GroupContext |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SignalServiceProtos.GroupContext |
parseFrom(byte[] data) |
static SignalServiceProtos.GroupContext |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SignalServiceProtos.GroupContext |
parseFrom(com.google.protobuf.ByteString data) |
static SignalServiceProtos.GroupContext |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SignalServiceProtos.GroupContext |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SignalServiceProtos.GroupContext |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SignalServiceProtos.GroupContext |
parseFrom(java.io.InputStream input) |
static SignalServiceProtos.GroupContext |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SignalServiceProtos.GroupContext.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<SignalServiceProtos.GroupContext> PARSER
public static final int ID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int MEMBERS_FIELD_NUMBER
public static final int AVATAR_FIELD_NUMBER
public static SignalServiceProtos.GroupContext getDefaultInstance()
public SignalServiceProtos.GroupContext getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<SignalServiceProtos.GroupContext> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasId()
optional bytes id = 1;hasId in interface SignalServiceProtos.GroupContextOrBuilderpublic com.google.protobuf.ByteString getId()
optional bytes id = 1;getId in interface SignalServiceProtos.GroupContextOrBuilderpublic boolean hasType()
optional .signalservice.GroupContext.Type type = 2;hasType in interface SignalServiceProtos.GroupContextOrBuilderpublic SignalServiceProtos.GroupContext.Type getType()
optional .signalservice.GroupContext.Type type = 2;getType in interface SignalServiceProtos.GroupContextOrBuilderpublic boolean hasName()
optional string name = 3;hasName in interface SignalServiceProtos.GroupContextOrBuilderpublic java.lang.String getName()
optional string name = 3;getName in interface SignalServiceProtos.GroupContextOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 3;getNameBytes in interface SignalServiceProtos.GroupContextOrBuilderpublic java.util.List<java.lang.String> getMembersList()
repeated string members = 4;getMembersList in interface SignalServiceProtos.GroupContextOrBuilderpublic int getMembersCount()
repeated string members = 4;getMembersCount in interface SignalServiceProtos.GroupContextOrBuilderpublic java.lang.String getMembers(int index)
repeated string members = 4;getMembers in interface SignalServiceProtos.GroupContextOrBuilderpublic com.google.protobuf.ByteString getMembersBytes(int index)
repeated string members = 4;getMembersBytes in interface SignalServiceProtos.GroupContextOrBuilderpublic boolean hasAvatar()
optional .signalservice.AttachmentPointer avatar = 5;hasAvatar in interface SignalServiceProtos.GroupContextOrBuilderpublic SignalServiceProtos.AttachmentPointer getAvatar()
optional .signalservice.AttachmentPointer avatar = 5;getAvatar in interface SignalServiceProtos.GroupContextOrBuilderpublic SignalServiceProtos.AttachmentPointerOrBuilder getAvatarOrBuilder()
optional .signalservice.AttachmentPointer avatar = 5;getAvatarOrBuilder in interface SignalServiceProtos.GroupContextOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static SignalServiceProtos.GroupContext parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SignalServiceProtos.GroupContext parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SignalServiceProtos.GroupContext parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SignalServiceProtos.GroupContext parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SignalServiceProtos.GroupContext parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SignalServiceProtos.GroupContext parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SignalServiceProtos.GroupContext parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SignalServiceProtos.GroupContext parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SignalServiceProtos.GroupContext parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SignalServiceProtos.GroupContext parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SignalServiceProtos.GroupContext.Builder newBuilder()
public SignalServiceProtos.GroupContext.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SignalServiceProtos.GroupContext.Builder newBuilder(SignalServiceProtos.GroupContext prototype)
public SignalServiceProtos.GroupContext.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SignalServiceProtos.GroupContext.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage