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.BuilderCsvInstruction.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CsvInstruction.BuilderCsvInstruction.Builder. clear()CsvInstruction.BuilderCsvInstruction.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)CsvInstruction.BuilderCsvInstruction.Builder. clearGcsFileUri()CSV file for the instruction.CsvInstruction.BuilderCsvInstruction.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CsvInstruction.BuilderCsvInstruction.Builder. clone()CsvInstruction.BuilderInstruction.Builder. getCsvInstructionBuilder()Deprecated.CsvInstruction.BuilderCsvInstruction.Builder. mergeFrom(CsvInstruction other)CsvInstruction.BuilderCsvInstruction.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CsvInstruction.BuilderCsvInstruction.Builder. mergeFrom(com.google.protobuf.Message other)CsvInstruction.BuilderCsvInstruction.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static CsvInstruction.BuilderCsvInstruction. newBuilder()static CsvInstruction.BuilderCsvInstruction. newBuilder(CsvInstruction prototype)CsvInstruction.BuilderCsvInstruction. newBuilderForType()protected CsvInstruction.BuilderCsvInstruction. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)CsvInstruction.BuilderCsvInstruction.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CsvInstruction.BuilderCsvInstruction.Builder. setGcsFileUri(String value)CSV file for the instruction.CsvInstruction.BuilderCsvInstruction.Builder. setGcsFileUriBytes(com.google.protobuf.ByteString value)CSV file for the instruction.CsvInstruction.BuilderCsvInstruction.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CsvInstruction.BuilderCsvInstruction.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CsvInstruction.BuilderCsvInstruction. toBuilder()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type CsvInstruction.Builder Modifier and Type Method Description Instruction.BuilderInstruction.Builder. setCsvInstruction(CsvInstruction.Builder builderForValue)Deprecated.
-