Interface PdfDocumentConstructorStream.InfoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- PdfDocumentConstructorStream.Info,- PdfDocumentConstructorStream.Info.Builder
- Enclosing class:
- PdfDocumentConstructorStream
public static interface PdfDocumentConstructorStream.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionoptional string owner_password = 2;com.google.protobuf.ByteStringoptional string owner_password = 2;optional string user_password = 1;com.google.protobuf.ByteStringoptional string user_password = 1;booleanoptional string owner_password = 2;booleanoptional string user_password = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasUserPasswordboolean hasUserPassword()optional string user_password = 1;- Returns:
- Whether the userPassword field is set.
 
- 
getUserPasswordString getUserPassword()optional string user_password = 1;- Returns:
- The userPassword.
 
- 
getUserPasswordBytescom.google.protobuf.ByteString getUserPasswordBytes()optional string user_password = 1;- Returns:
- The bytes for userPassword.
 
- 
hasOwnerPasswordboolean hasOwnerPassword()optional string owner_password = 2;- Returns:
- Whether the ownerPassword field is set.
 
- 
getOwnerPasswordString getOwnerPassword()optional string owner_password = 2;- Returns:
- The ownerPassword.
 
- 
getOwnerPasswordBytescom.google.protobuf.ByteString getOwnerPasswordBytes()optional string owner_password = 2;- Returns:
- The bytes for ownerPassword.
 
 
-