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 CsvInstruction
CsvInstruction.Builder. build()
CsvInstruction
CsvInstruction.Builder. buildPartial()
CsvInstruction
Instruction.Builder. getCsvInstruction()
Deprecated.google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated.CsvInstruction
Instruction. getCsvInstruction()
Deprecated.google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated.CsvInstruction
InstructionOrBuilder. getCsvInstruction()
Deprecated.google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated.static CsvInstruction
CsvInstruction. getDefaultInstance()
CsvInstruction
CsvInstruction.Builder. getDefaultInstanceForType()
CsvInstruction
CsvInstruction. getDefaultInstanceForType()
static CsvInstruction
CsvInstruction. parseDelimitedFrom(InputStream input)
static CsvInstruction
CsvInstruction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvInstruction
CsvInstruction. parseFrom(byte[] data)
static CsvInstruction
CsvInstruction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvInstruction
CsvInstruction. parseFrom(com.google.protobuf.ByteString data)
static CsvInstruction
CsvInstruction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvInstruction
CsvInstruction. parseFrom(com.google.protobuf.CodedInputStream input)
static CsvInstruction
CsvInstruction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvInstruction
CsvInstruction. parseFrom(InputStream input)
static CsvInstruction
CsvInstruction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CsvInstruction
CsvInstruction. parseFrom(ByteBuffer data)
static CsvInstruction
CsvInstruction. 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.Builder
Instruction.Builder. mergeCsvInstruction(CsvInstruction value)
Deprecated.CsvInstruction.Builder
CsvInstruction.Builder. mergeFrom(CsvInstruction other)
static CsvInstruction.Builder
CsvInstruction. newBuilder(CsvInstruction prototype)
Instruction.Builder
Instruction.Builder. setCsvInstruction(CsvInstruction value)
Deprecated.
-