Uses of Class
com.google.cloud.datalabeling.v1beta1.CsvInstruction
-
Packages that use CsvInstruction Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of CsvInstruction in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return CsvInstruction Modifier and Type Method Description CsvInstructionCsvInstruction.Builder. build()CsvInstructionCsvInstruction.Builder. buildPartial()CsvInstructionInstruction.Builder. getCsvInstruction()Deprecated.google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated.CsvInstructionInstruction. getCsvInstruction()Deprecated.google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated.CsvInstructionInstructionOrBuilder. getCsvInstruction()Deprecated.google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated.static CsvInstructionCsvInstruction. getDefaultInstance()CsvInstructionCsvInstruction.Builder. getDefaultInstanceForType()CsvInstructionCsvInstruction. getDefaultInstanceForType()static CsvInstructionCsvInstruction. parseDelimitedFrom(InputStream input)static CsvInstructionCsvInstruction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CsvInstructionCsvInstruction. parseFrom(byte[] data)static CsvInstructionCsvInstruction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CsvInstructionCsvInstruction. parseFrom(com.google.protobuf.ByteString data)static CsvInstructionCsvInstruction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CsvInstructionCsvInstruction. parseFrom(com.google.protobuf.CodedInputStream input)static CsvInstructionCsvInstruction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CsvInstructionCsvInstruction. parseFrom(InputStream input)static CsvInstructionCsvInstruction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CsvInstructionCsvInstruction. parseFrom(ByteBuffer data)static CsvInstructionCsvInstruction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type CsvInstruction Modifier and Type Method Description com.google.protobuf.Parser<CsvInstruction>CsvInstruction. getParserForType()static com.google.protobuf.Parser<CsvInstruction>CsvInstruction. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type CsvInstruction Modifier and Type Method Description Instruction.BuilderInstruction.Builder. mergeCsvInstruction(CsvInstruction value)Deprecated.CsvInstruction.BuilderCsvInstruction.Builder. mergeFrom(CsvInstruction other)static CsvInstruction.BuilderCsvInstruction. newBuilder(CsvInstruction prototype)Instruction.BuilderInstruction.Builder. setCsvInstruction(CsvInstruction value)Deprecated.
-