- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CsvInstruction.BuilderImplements
CsvInstructionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CsvInstruction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
build()
public CsvInstruction build()
Returns | |
---|---|
Type | Description |
CsvInstruction |
buildPartial()
public CsvInstruction buildPartial()
Returns | |
---|---|
Type | Description |
CsvInstruction |
clear()
public CsvInstruction.Builder clear()
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
clearField(Descriptors.FieldDescriptor field)
public CsvInstruction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
clearGcsFileUri()
public CsvInstruction.Builder clearGcsFileUri()
CSV file for the instruction. Only gcs path is allowed.
string gcs_file_uri = 1;
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CsvInstruction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
clone()
public CsvInstruction.Builder clone()
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
getDefaultInstanceForType()
public CsvInstruction getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CsvInstruction |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CsvInstruction other)
public CsvInstruction.Builder mergeFrom(CsvInstruction other)
Parameter | |
---|---|
Name | Description |
other |
CsvInstruction |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CsvInstruction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CsvInstruction.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CsvInstruction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CsvInstruction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
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. |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
This builder for chaining. |
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. |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CsvInstruction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CsvInstruction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CsvInstruction.Builder |