Interface CreateInstructionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateInstructionRequest, CreateInstructionRequest.Builder

    public interface CreateInstructionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParent

        String getParent()
         Required. Instruction resource parent, format:
         projects/{project_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Instruction resource parent, format:
         projects/{project_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasInstruction

        boolean hasInstruction()
         Required. Instruction of how to perform the labeling task.
         
        .google.cloud.datalabeling.v1beta1.Instruction instruction = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the instruction field is set.
      • getInstruction

        Instruction getInstruction()
         Required. Instruction of how to perform the labeling task.
         
        .google.cloud.datalabeling.v1beta1.Instruction instruction = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The instruction.
      • getInstructionOrBuilder

        InstructionOrBuilder getInstructionOrBuilder()
         Required. Instruction of how to perform the labeling task.
         
        .google.cloud.datalabeling.v1beta1.Instruction instruction = 2 [(.google.api.field_behavior) = REQUIRED];