public interface CreateInstructionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instruction |
getInstruction()
Required.
|
InstructionOrBuilder |
getInstructionOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasInstruction()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Instruction resource parent, format:
projects/{project_id}
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Instruction resource parent, format:
projects/{project_id}
string parent = 1;boolean hasInstruction()
Required. Instruction of how to perform the labeling task.
.google.cloud.datalabeling.v1beta1.Instruction instruction = 2;Instruction getInstruction()
Required. Instruction of how to perform the labeling task.
.google.cloud.datalabeling.v1beta1.Instruction instruction = 2;InstructionOrBuilder getInstructionOrBuilder()
Required. Instruction of how to perform the labeling task.
.google.cloud.datalabeling.v1beta1.Instruction instruction = 2;Copyright © 2019 Google LLC. All rights reserved.