public static final class CsvInstruction.Builder extends GeneratedMessageV3.Builder<CsvInstruction.Builder> implements CsvInstructionOrBuilder
Deprecated: this instruction format is not supported any more.
Instruction from a CSV file.
Protobuf type google.cloud.datalabeling.v1beta1.CsvInstruction
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CsvInstruction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CsvInstruction build()
buildPartial()
public CsvInstruction buildPartial()
clear()
public CsvInstruction.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CsvInstruction.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGcsFileUri()
public CsvInstruction.Builder clearGcsFileUri()
CSV file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public CsvInstruction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public CsvInstruction.Builder clone()
Overrides
getDefaultInstanceForType()
public CsvInstruction getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGcsFileUri()
public String getGcsFileUri()
CSV file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
Returns |
Type |
Description |
String |
The gcsFileUri.
|
getGcsFileUriBytes()
public ByteString getGcsFileUriBytes()
CSV file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
Returns |
Type |
Description |
ByteString |
The bytes for gcsFileUri.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CsvInstruction other)
public CsvInstruction.Builder mergeFrom(CsvInstruction other)
public CsvInstruction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CsvInstruction.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CsvInstruction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CsvInstruction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGcsFileUri(String value)
public CsvInstruction.Builder setGcsFileUri(String value)
CSV file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
Parameter |
Name |
Description |
value |
String
The gcsFileUri to set.
|
setGcsFileUriBytes(ByteString value)
public CsvInstruction.Builder setGcsFileUriBytes(ByteString value)
CSV file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for gcsFileUri to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CsvInstruction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CsvInstruction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides