public static final class Instruction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder> implements InstructionOrBuilder
Instruction of how to perform the labeling task for human operators. Currently two types of instruction are supported - CSV file and PDF. One of the two types instruction must be provided. CSV file is only supported for image classification task. Instructions for other task should be provided as PDF. For image classification, CSV and PDF can be provided at the same time.Protobuf type
google.cloud.datalabeling.v1beta1.Instruction| Modifier and Type | Method and Description |
|---|---|
Instruction.Builder |
addAllBlockingResources(Iterable<String> values)
Output only.
|
Instruction.Builder |
addBlockingResources(String value)
Output only.
|
Instruction.Builder |
addBlockingResourcesBytes(com.google.protobuf.ByteString value)
Output only.
|
Instruction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Instruction |
build() |
Instruction |
buildPartial() |
Instruction.Builder |
clear() |
Instruction.Builder |
clearBlockingResources()
Output only.
|
Instruction.Builder |
clearCreateTime()
Output only.
|
Instruction.Builder |
clearCsvInstruction()
One of CSV or PDF instruction is required.
|
Instruction.Builder |
clearDataType()
Required.
|
Instruction.Builder |
clearDescription()
Optional.
|
Instruction.Builder |
clearDisplayName()
Required.
|
Instruction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Instruction.Builder |
clearName()
Output only.
|
Instruction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Instruction.Builder |
clearPdfInstruction()
One of CSV or PDF instruction is required.
|
Instruction.Builder |
clearUpdateTime()
Output only.
|
Instruction.Builder |
clone() |
String |
getBlockingResources(int index)
Output only.
|
com.google.protobuf.ByteString |
getBlockingResourcesBytes(int index)
Output only.
|
int |
getBlockingResourcesCount()
Output only.
|
com.google.protobuf.ProtocolStringList |
getBlockingResourcesList()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
CsvInstruction |
getCsvInstruction()
One of CSV or PDF instruction is required.
|
CsvInstruction.Builder |
getCsvInstructionBuilder()
One of CSV or PDF instruction is required.
|
CsvInstructionOrBuilder |
getCsvInstructionOrBuilder()
One of CSV or PDF instruction is required.
|
DataType |
getDataType()
Required.
|
int |
getDataTypeValue()
Required.
|
Instruction |
getDefaultInstanceForType() |
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
PdfInstruction |
getPdfInstruction()
One of CSV or PDF instruction is required.
|
PdfInstruction.Builder |
getPdfInstructionBuilder()
One of CSV or PDF instruction is required.
|
PdfInstructionOrBuilder |
getPdfInstructionOrBuilder()
One of CSV or PDF instruction is required.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasCsvInstruction()
One of CSV or PDF instruction is required.
|
boolean |
hasPdfInstruction()
One of CSV or PDF instruction is required.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Instruction.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Instruction.Builder |
mergeCsvInstruction(CsvInstruction value)
One of CSV or PDF instruction is required.
|
Instruction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Instruction.Builder |
mergeFrom(Instruction other) |
Instruction.Builder |
mergeFrom(com.google.protobuf.Message other) |
Instruction.Builder |
mergePdfInstruction(PdfInstruction value)
One of CSV or PDF instruction is required.
|
Instruction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Instruction.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Instruction.Builder |
setBlockingResources(int index,
String value)
Output only.
|
Instruction.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Instruction.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Instruction.Builder |
setCsvInstruction(CsvInstruction.Builder builderForValue)
One of CSV or PDF instruction is required.
|
Instruction.Builder |
setCsvInstruction(CsvInstruction value)
One of CSV or PDF instruction is required.
|
Instruction.Builder |
setDataType(DataType value)
Required.
|
Instruction.Builder |
setDataTypeValue(int value)
Required.
|
Instruction.Builder |
setDescription(String value)
Optional.
|
Instruction.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
Optional.
|
Instruction.Builder |
setDisplayName(String value)
Required.
|
Instruction.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
Required.
|
Instruction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Instruction.Builder |
setName(String value)
Output only.
|
Instruction.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
Instruction.Builder |
setPdfInstruction(PdfInstruction.Builder builderForValue)
One of CSV or PDF instruction is required.
|
Instruction.Builder |
setPdfInstruction(PdfInstruction value)
One of CSV or PDF instruction is required.
|
Instruction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Instruction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Instruction.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Instruction.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Instruction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Instruction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Instruction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Instruction.Builder>public Instruction.Builder mergeFrom(Instruction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public Instruction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Instruction.Builder>IOExceptionpublic String getName()
Output only. Instruction resource name, format:
projects/{project_id}/instructions/{instruction_id}
string name = 1;getName in interface InstructionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. Instruction resource name, format:
projects/{project_id}/instructions/{instruction_id}
string name = 1;getNameBytes in interface InstructionOrBuilderpublic Instruction.Builder setName(String value)
Output only. Instruction resource name, format:
projects/{project_id}/instructions/{instruction_id}
string name = 1;public Instruction.Builder clearName()
Output only. Instruction resource name, format:
projects/{project_id}/instructions/{instruction_id}
string name = 1;public Instruction.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. Instruction resource name, format:
projects/{project_id}/instructions/{instruction_id}
string name = 1;public String getDisplayName()
Required. The display name of the instruction. Maximum of 64 characters.
string display_name = 2;getDisplayName in interface InstructionOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the instruction. Maximum of 64 characters.
string display_name = 2;getDisplayNameBytes in interface InstructionOrBuilderpublic Instruction.Builder setDisplayName(String value)
Required. The display name of the instruction. Maximum of 64 characters.
string display_name = 2;public Instruction.Builder clearDisplayName()
Required. The display name of the instruction. Maximum of 64 characters.
string display_name = 2;public Instruction.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
Required. The display name of the instruction. Maximum of 64 characters.
string display_name = 2;public String getDescription()
Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
string description = 3;getDescription in interface InstructionOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
string description = 3;getDescriptionBytes in interface InstructionOrBuilderpublic Instruction.Builder setDescription(String value)
Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
string description = 3;public Instruction.Builder clearDescription()
Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
string description = 3;public Instruction.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
string description = 3;public boolean hasCreateTime()
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;hasCreateTime in interface InstructionOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;getCreateTime in interface InstructionOrBuilderpublic Instruction.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;public Instruction.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;public Instruction.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;public Instruction.Builder clearCreateTime()
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Creation time of instruction.
.google.protobuf.Timestamp create_time = 4;getCreateTimeOrBuilder in interface InstructionOrBuilderpublic boolean hasUpdateTime()
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;hasUpdateTime in interface InstructionOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;getUpdateTime in interface InstructionOrBuilderpublic Instruction.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;public Instruction.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;public Instruction.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;public Instruction.Builder clearUpdateTime()
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Last update time of instruction.
.google.protobuf.Timestamp update_time = 5;getUpdateTimeOrBuilder in interface InstructionOrBuilderpublic int getDataTypeValue()
Required. The data type of this instruction.
.google.cloud.datalabeling.v1beta1.DataType data_type = 6;getDataTypeValue in interface InstructionOrBuilderpublic Instruction.Builder setDataTypeValue(int value)
Required. The data type of this instruction.
.google.cloud.datalabeling.v1beta1.DataType data_type = 6;public DataType getDataType()
Required. The data type of this instruction.
.google.cloud.datalabeling.v1beta1.DataType data_type = 6;getDataType in interface InstructionOrBuilderpublic Instruction.Builder setDataType(DataType value)
Required. The data type of this instruction.
.google.cloud.datalabeling.v1beta1.DataType data_type = 6;public Instruction.Builder clearDataType()
Required. The data type of this instruction.
.google.cloud.datalabeling.v1beta1.DataType data_type = 6;public boolean hasCsvInstruction()
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;hasCsvInstruction in interface InstructionOrBuilderpublic CsvInstruction getCsvInstruction()
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;getCsvInstruction in interface InstructionOrBuilderpublic Instruction.Builder setCsvInstruction(CsvInstruction value)
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;public Instruction.Builder setCsvInstruction(CsvInstruction.Builder builderForValue)
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;public Instruction.Builder mergeCsvInstruction(CsvInstruction value)
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;public Instruction.Builder clearCsvInstruction()
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;public CsvInstruction.Builder getCsvInstructionBuilder()
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;public CsvInstructionOrBuilder getCsvInstructionOrBuilder()
One of CSV or PDF instruction is required. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.
.google.cloud.datalabeling.v1beta1.CsvInstruction csv_instruction = 7;getCsvInstructionOrBuilder in interface InstructionOrBuilderpublic boolean hasPdfInstruction()
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;hasPdfInstruction in interface InstructionOrBuilderpublic PdfInstruction getPdfInstruction()
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;getPdfInstruction in interface InstructionOrBuilderpublic Instruction.Builder setPdfInstruction(PdfInstruction value)
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;public Instruction.Builder setPdfInstruction(PdfInstruction.Builder builderForValue)
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;public Instruction.Builder mergePdfInstruction(PdfInstruction value)
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;public Instruction.Builder clearPdfInstruction()
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;public PdfInstruction.Builder getPdfInstructionBuilder()
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;public PdfInstructionOrBuilder getPdfInstructionOrBuilder()
One of CSV or PDF instruction is required. Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
.google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;getPdfInstructionOrBuilder in interface InstructionOrBuilderpublic com.google.protobuf.ProtocolStringList getBlockingResourcesList()
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;getBlockingResourcesList in interface InstructionOrBuilderpublic int getBlockingResourcesCount()
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;getBlockingResourcesCount in interface InstructionOrBuilderpublic String getBlockingResources(int index)
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;getBlockingResources in interface InstructionOrBuilderpublic com.google.protobuf.ByteString getBlockingResourcesBytes(int index)
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;getBlockingResourcesBytes in interface InstructionOrBuilderpublic Instruction.Builder setBlockingResources(int index, String value)
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;public Instruction.Builder addBlockingResources(String value)
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;public Instruction.Builder addAllBlockingResources(Iterable<String> values)
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;public Instruction.Builder clearBlockingResources()
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;public Instruction.Builder addBlockingResourcesBytes(com.google.protobuf.ByteString value)
Output only. The names of any related resources that are blocking changes to the instruction.
repeated string blocking_resources = 10;public final Instruction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>public final Instruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Instruction.Builder>Copyright © 2019 Google LLC. All rights reserved.