Interface PdfInstructionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfInstruction
,PdfInstruction.Builder
public interface PdfInstructionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGcsFileUri()
PDF file for the instruction.com.google.protobuf.ByteString
getGcsFileUriBytes()
PDF file for the instruction.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcsFileUri
String getGcsFileUri()
PDF file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
- Returns:
- The gcsFileUri.
-
getGcsFileUriBytes
com.google.protobuf.ByteString getGcsFileUriBytes()
PDF file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
- Returns:
- The bytes for gcsFileUri.
-
-