- 0.198.0 (latest)
 - 0.196.0
 - 0.195.0
 - 0.194.0
 - 0.193.0
 - 0.192.0
 - 0.190.0
 - 0.188.0
 - 0.187.0
 - 0.184.0
 - 0.183.0
 - 0.182.0
 - 0.180.0
 - 0.179.0
 - 0.178.0
 - 0.177.0
 - 0.176.0
 - 0.175.0
 - 0.174.0
 - 0.173.0
 - 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 interface InstructionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBlockingResources(int index)
public abstract String getBlockingResources(int index)Output only. The names of any related resources that are blocking changes to the instruction.
 repeated string blocking_resources = 10;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The blockingResources at the given index.  | 
      
getBlockingResourcesBytes(int index)
public abstract ByteString getBlockingResourcesBytes(int index)Output only. The names of any related resources that are blocking changes to the instruction.
 repeated string blocking_resources = 10;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the blockingResources at the given index.  | 
      
getBlockingResourcesCount()
public abstract int getBlockingResourcesCount()Output only. The names of any related resources that are blocking changes to the instruction.
 repeated string blocking_resources = 10;
| Type | Description | 
| int | The count of blockingResources.  | 
      
getBlockingResourcesList()
public abstract List<String> getBlockingResourcesList()Output only. The names of any related resources that are blocking changes to the instruction.
 repeated string blocking_resources = 10;
| Type | Description | 
| List<String> | A list containing the blockingResources.  | 
      
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Creation time of instruction.
 .google.protobuf.Timestamp create_time = 4;
| Type | Description | 
| Timestamp | The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Creation time of instruction.
 .google.protobuf.Timestamp create_time = 4;
| Type | Description | 
| TimestampOrBuilder | 
getCsvInstruction() (deprecated)
public abstract CsvInstruction getCsvInstruction()Deprecated. google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated. See google/cloud/datalabeling/v1beta1/instruction.proto;l=64
Deprecated: this instruction format is not supported any more. 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 [deprecated = true];
 
| Type | Description | 
| CsvInstruction | The csvInstruction.  | 
      
getCsvInstructionOrBuilder()
public abstract CsvInstructionOrBuilder getCsvInstructionOrBuilder()Deprecated: this instruction format is not supported any more. 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 [deprecated = true];
 
| Type | Description | 
| CsvInstructionOrBuilder | 
getDataType()
public abstract DataType getDataType()Required. The data type of this instruction.
 .google.cloud.datalabeling.v1beta1.DataType data_type = 6;
| Type | Description | 
| DataType | The dataType.  | 
      
getDataTypeValue()
public abstract int getDataTypeValue()Required. The data type of this instruction.
 .google.cloud.datalabeling.v1beta1.DataType data_type = 6;
| Type | Description | 
| int | The enum numeric value on the wire for dataType.  | 
      
getDescription()
public abstract String getDescription()Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
 string description = 3;
| Type | Description | 
| String | The description.  | 
      
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
 string description = 3;
| Type | Description | 
| ByteString | The bytes for description.  | 
      
getDisplayName()
public abstract String getDisplayName()Required. The display name of the instruction. Maximum of 64 characters.
 string display_name = 2;
| Type | Description | 
| String | The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. The display name of the instruction. Maximum of 64 characters.
 string display_name = 2;
| Type | Description | 
| ByteString | The bytes for displayName.  | 
      
getName()
public abstract String getName()Output only. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}
 string name = 1;
| Type | Description | 
| String | The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()Output only. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}
 string name = 1;
| Type | Description | 
| ByteString | The bytes for name.  | 
      
getPdfInstruction()
public abstract PdfInstruction getPdfInstruction()Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
 .google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;
| Type | Description | 
| PdfInstruction | The pdfInstruction.  | 
      
getPdfInstructionOrBuilder()
public abstract PdfInstructionOrBuilder getPdfInstructionOrBuilder()Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
 .google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;
| Type | Description | 
| PdfInstructionOrBuilder | 
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. Last update time of instruction.
 .google.protobuf.Timestamp update_time = 5;
| Type | Description | 
| Timestamp | The updateTime.  | 
      
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Last update time of instruction.
 .google.protobuf.Timestamp update_time = 5;
| Type | Description | 
| TimestampOrBuilder | 
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Creation time of instruction.
 .google.protobuf.Timestamp create_time = 4;
| Type | Description | 
| boolean | Whether the createTime field is set.  | 
      
hasCsvInstruction() (deprecated)
public abstract boolean hasCsvInstruction()Deprecated. google.cloud.datalabeling.v1beta1.Instruction.csv_instruction is deprecated. See google/cloud/datalabeling/v1beta1/instruction.proto;l=64
Deprecated: this instruction format is not supported any more. 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 [deprecated = true];
 
| Type | Description | 
| boolean | Whether the csvInstruction field is set.  | 
      
hasPdfInstruction()
public abstract boolean hasPdfInstruction()Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
 .google.cloud.datalabeling.v1beta1.PdfInstruction pdf_instruction = 9;
| Type | Description | 
| boolean | Whether the pdfInstruction field is set.  | 
      
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. Last update time of instruction.
 .google.protobuf.Timestamp update_time = 5;
| Type | Description | 
| boolean | Whether the updateTime field is set.  |