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