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 Summary
Modifier and TypeMethodDescriptionoptional string owner_password = 2;
com.google.protobuf.ByteString
optional string owner_password = 2;
optional string user_password = 1;
com.google.protobuf.ByteString
optional string user_password = 1;
boolean
optional string owner_password = 2;
boolean
optional string user_password = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUserPassword
boolean hasUserPassword()optional string user_password = 1;
- Returns:
- Whether the userPassword field is set.
-
getUserPassword
String getUserPassword()optional string user_password = 1;
- Returns:
- The userPassword.
-
getUserPasswordBytes
com.google.protobuf.ByteString getUserPasswordBytes()optional string user_password = 1;
- Returns:
- The bytes for userPassword.
-
hasOwnerPassword
boolean hasOwnerPassword()optional string owner_password = 2;
- Returns:
- Whether the ownerPassword field is set.
-
getOwnerPassword
String getOwnerPassword()optional string owner_password = 2;
- Returns:
- The ownerPassword.
-
getOwnerPasswordBytes
com.google.protobuf.ByteString getOwnerPasswordBytes()optional string owner_password = 2;
- Returns:
- The bytes for ownerPassword.
-