Package pbx
Class Model.ClientExtra
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<Model.ClientExtra,Model.ClientExtra.Builder>
-
- pbx.Model.ClientExtra
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Model.ClientExtraOrBuilder
- Enclosing class:
- Model
public static final class Model.ClientExtra extends com.google.protobuf.GeneratedMessageLite<Model.ClientExtra,Model.ClientExtra.Builder> implements Model.ClientExtraOrBuilder
Protobuf typepbx.ClientExtra
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModel.ClientExtra.BuilderProtobuf typepbx.ClientExtra-
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 intATTACHMENTS_FIELD_NUMBERstatic intAUTH_LEVEL_FIELD_NUMBERstatic intON_BEHALF_OF_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)java.lang.StringgetAttachments(int index)repeated string attachments = 1 [json_name = "attachments"];com.google.protobuf.ByteStringgetAttachmentsBytes(int index)repeated string attachments = 1 [json_name = "attachments"];intgetAttachmentsCount()repeated string attachments = 1 [json_name = "attachments"];java.util.List<java.lang.String>getAttachmentsList()repeated string attachments = 1 [json_name = "attachments"];Model.AuthLevelgetAuthLevel().pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];intgetAuthLevelValue().pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];static Model.ClientExtragetDefaultInstance()java.lang.StringgetOnBehalfOf()Root user may send messages on behalf of other users.com.google.protobuf.ByteStringgetOnBehalfOfBytes()Root user may send messages on behalf of other users.static Model.ClientExtra.BuildernewBuilder()static Model.ClientExtra.BuildernewBuilder(Model.ClientExtra prototype)static Model.ClientExtraparseDelimitedFrom(java.io.InputStream input)static Model.ClientExtraparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientExtraparseFrom(byte[] data)static Model.ClientExtraparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientExtraparseFrom(com.google.protobuf.ByteString data)static Model.ClientExtraparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientExtraparseFrom(com.google.protobuf.CodedInputStream input)static Model.ClientExtraparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientExtraparseFrom(java.io.InputStream input)static Model.ClientExtraparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientExtraparseFrom(java.nio.ByteBuffer data)static Model.ClientExtraparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Model.ClientExtra>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
-
ATTACHMENTS_FIELD_NUMBER
public static final int ATTACHMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ON_BEHALF_OF_FIELD_NUMBER
public static final int ON_BEHALF_OF_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUTH_LEVEL_FIELD_NUMBER
public static final int AUTH_LEVEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttachmentsList
public java.util.List<java.lang.String> getAttachmentsList()
repeated string attachments = 1 [json_name = "attachments"];- Specified by:
getAttachmentsListin interfaceModel.ClientExtraOrBuilder- Returns:
- A list containing the attachments.
-
getAttachmentsCount
public int getAttachmentsCount()
repeated string attachments = 1 [json_name = "attachments"];- Specified by:
getAttachmentsCountin interfaceModel.ClientExtraOrBuilder- Returns:
- The count of attachments.
-
getAttachments
public java.lang.String getAttachments(int index)
repeated string attachments = 1 [json_name = "attachments"];- Specified by:
getAttachmentsin interfaceModel.ClientExtraOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The attachments at the given index.
-
getAttachmentsBytes
public com.google.protobuf.ByteString getAttachmentsBytes(int index)
repeated string attachments = 1 [json_name = "attachments"];- Specified by:
getAttachmentsBytesin interfaceModel.ClientExtraOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the attachments at the given index.
-
getOnBehalfOf
public java.lang.String getOnBehalfOf()
Root user may send messages on behalf of other users.
string on_behalf_of = 2 [json_name = "onBehalfOf"];- Specified by:
getOnBehalfOfin interfaceModel.ClientExtraOrBuilder- Returns:
- The onBehalfOf.
-
getOnBehalfOfBytes
public com.google.protobuf.ByteString getOnBehalfOfBytes()
Root user may send messages on behalf of other users.
string on_behalf_of = 2 [json_name = "onBehalfOf"];- Specified by:
getOnBehalfOfBytesin interfaceModel.ClientExtraOrBuilder- Returns:
- The bytes for onBehalfOf.
-
getAuthLevelValue
public int getAuthLevelValue()
.pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];- Specified by:
getAuthLevelValuein interfaceModel.ClientExtraOrBuilder- Returns:
- The enum numeric value on the wire for authLevel.
-
getAuthLevel
public Model.AuthLevel getAuthLevel()
.pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];- Specified by:
getAuthLevelin interfaceModel.ClientExtraOrBuilder- Returns:
- The authLevel.
-
parseFrom
public static Model.ClientExtra parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientExtra parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientExtra parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientExtra parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientExtra parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientExtra parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientExtra parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Model.ClientExtra parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Model.ClientExtra parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Model.ClientExtra parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Model.ClientExtra parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Model.ClientExtra parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static Model.ClientExtra.Builder newBuilder()
-
newBuilder
public static Model.ClientExtra.Builder newBuilder(Model.ClientExtra 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<Model.ClientExtra,Model.ClientExtra.Builder>
-
getDefaultInstance
public static Model.ClientExtra getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Model.ClientExtra> parser()
-
-