Class GetFilePDFDataProtoBuff.viewerPdfData
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- com.blackberry.workspaces.api.sdk.protobuf.GetFilePDFDataProtoBuff.viewerPdfData
-
- All Implemented Interfaces:
GetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- GetFilePDFDataProtoBuff
public static final class GetFilePDFDataProtoBuff.viewerPdfData extends com.google.protobuf.GeneratedMessage implements GetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
Protobuf typeviewerPdfData
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFilePDFDataProtoBuff.viewerPdfData.Builder
Protobuf typeviewerPdfData
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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 extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENCRYPTEDKEY_FIELD_NUMBER
static int
ENCRYPTEDPERMISSIONS_FIELD_NUMBER
static int
FILEDATA_FIELD_NUMBER
static int
HASH_FIELD_NUMBER
static com.google.protobuf.Parser<GetFilePDFDataProtoBuff.viewerPdfData>
PARSER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFilePDFDataProtoBuff.viewerPdfData
getDefaultInstance()
GetFilePDFDataProtoBuff.viewerPdfData
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.ByteString
getEncryptedKey()
required bytes encryptedKey = 1;
com.google.protobuf.ByteString
getEncryptedPermissions()
required bytes encryptedPermissions = 2;
com.google.protobuf.ByteString
getFileData()
required bytes fileData = 4;
com.google.protobuf.ByteString
getHash()
required bytes hash = 3;
com.google.protobuf.Parser<GetFilePDFDataProtoBuff.viewerPdfData>
getParserForType()
int
getSerializedSize()
com.google.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasEncryptedKey()
required bytes encryptedKey = 1;
boolean
hasEncryptedPermissions()
required bytes encryptedPermissions = 2;
boolean
hasFileData()
required bytes fileData = 4;
boolean
hasHash()
required bytes hash = 3;
boolean
isInitialized()
static GetFilePDFDataProtoBuff.viewerPdfData.Builder
newBuilder()
static GetFilePDFDataProtoBuff.viewerPdfData.Builder
newBuilder(GetFilePDFDataProtoBuff.viewerPdfData prototype)
GetFilePDFDataProtoBuff.viewerPdfData.Builder
newBuilderForType()
static GetFilePDFDataProtoBuff.viewerPdfData
parseDelimitedFrom(InputStream input)
static GetFilePDFDataProtoBuff.viewerPdfData
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(byte[] data)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(com.google.protobuf.ByteString data)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(com.google.protobuf.CodedInputStream input)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(InputStream input)
static GetFilePDFDataProtoBuff.viewerPdfData
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GetFilePDFDataProtoBuff.viewerPdfData.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension
-
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
PARSER
public static com.google.protobuf.Parser<GetFilePDFDataProtoBuff.viewerPdfData> PARSER
-
ENCRYPTEDKEY_FIELD_NUMBER
public static final int ENCRYPTEDKEY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENCRYPTEDPERMISSIONS_FIELD_NUMBER
public static final int ENCRYPTEDPERMISSIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HASH_FIELD_NUMBER
public static final int HASH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILEDATA_FIELD_NUMBER
public static final int FILEDATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static GetFilePDFDataProtoBuff.viewerPdfData getDefaultInstance()
-
getDefaultInstanceForType
public GetFilePDFDataProtoBuff.viewerPdfData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessage
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
getParserForType
public com.google.protobuf.Parser<GetFilePDFDataProtoBuff.viewerPdfData> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
hasEncryptedKey
public boolean hasEncryptedKey()
required bytes encryptedKey = 1;
- Specified by:
hasEncryptedKey
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- true iff has encrypted key
-
getEncryptedKey
public com.google.protobuf.ByteString getEncryptedKey()
required bytes encryptedKey = 1;
- Specified by:
getEncryptedKey
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- ByteString
-
hasEncryptedPermissions
public boolean hasEncryptedPermissions()
required bytes encryptedPermissions = 2;
- Specified by:
hasEncryptedPermissions
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- true iff has encrypted permissions
-
getEncryptedPermissions
public com.google.protobuf.ByteString getEncryptedPermissions()
required bytes encryptedPermissions = 2;
- Specified by:
getEncryptedPermissions
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- ByteString
-
hasHash
public boolean hasHash()
required bytes hash = 3;
- Specified by:
hasHash
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- true iff has hash
-
getHash
public com.google.protobuf.ByteString getHash()
required bytes hash = 3;
- Specified by:
getHash
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- ByteString
-
hasFileData
public boolean hasFileData()
required bytes fileData = 4;
- Specified by:
hasFileData
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- true iff has file data
-
getFileData
public com.google.protobuf.ByteString getFileData()
required bytes fileData = 4;
- Specified by:
getFileData
in interfaceGetFilePDFDataProtoBuff.viewerPdfDataOrBuilder
- Returns:
- ByteString
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.AbstractMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GetFilePDFDataProtoBuff.viewerPdfData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilder
public static GetFilePDFDataProtoBuff.viewerPdfData.Builder newBuilder()
-
newBuilderForType
public GetFilePDFDataProtoBuff.viewerPdfData.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GetFilePDFDataProtoBuff.viewerPdfData.Builder newBuilder(GetFilePDFDataProtoBuff.viewerPdfData prototype)
-
toBuilder
public GetFilePDFDataProtoBuff.viewerPdfData.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
-