Uses of Class
com.google.cloud.datalabeling.v1beta1.PdfInstruction.Builder
-
Packages that use PdfInstruction.Builder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of PdfInstruction.Builder in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return PdfInstruction.Builder Modifier and Type Method Description PdfInstruction.Builder
PdfInstruction.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfInstruction.Builder
PdfInstruction.Builder. clear()
PdfInstruction.Builder
PdfInstruction.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PdfInstruction.Builder
PdfInstruction.Builder. clearGcsFileUri()
PDF file for the instruction.PdfInstruction.Builder
PdfInstruction.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PdfInstruction.Builder
PdfInstruction.Builder. clone()
PdfInstruction.Builder
Instruction.Builder. getPdfInstructionBuilder()
Instruction from a PDF document.PdfInstruction.Builder
PdfInstruction.Builder. mergeFrom(PdfInstruction other)
PdfInstruction.Builder
PdfInstruction.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfInstruction.Builder
PdfInstruction.Builder. mergeFrom(com.google.protobuf.Message other)
PdfInstruction.Builder
PdfInstruction.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static PdfInstruction.Builder
PdfInstruction. newBuilder()
static PdfInstruction.Builder
PdfInstruction. newBuilder(PdfInstruction prototype)
PdfInstruction.Builder
PdfInstruction. newBuilderForType()
protected PdfInstruction.Builder
PdfInstruction. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
PdfInstruction.Builder
PdfInstruction.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PdfInstruction.Builder
PdfInstruction.Builder. setGcsFileUri(String value)
PDF file for the instruction.PdfInstruction.Builder
PdfInstruction.Builder. setGcsFileUriBytes(com.google.protobuf.ByteString value)
PDF file for the instruction.PdfInstruction.Builder
PdfInstruction.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PdfInstruction.Builder
PdfInstruction.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfInstruction.Builder
PdfInstruction. toBuilder()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type PdfInstruction.Builder Modifier and Type Method Description Instruction.Builder
Instruction.Builder. setPdfInstruction(PdfInstruction.Builder builderForValue)
Instruction from a PDF document.
-