Interface SegmentationConfigOrBuilder

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

    public interface SegmentationConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAnnotationSpecSet()
      Required.
      com.google.protobuf.ByteString getAnnotationSpecSetBytes()
      Required.
      String getInstructionMessage()
      Instruction message showed on labelers UI.
      com.google.protobuf.ByteString getInstructionMessageBytes()
      Instruction message showed on labelers UI.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAnnotationSpecSet

        String getAnnotationSpecSet()
         Required. Annotation spec set resource name. format:
         projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
         
        string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The annotationSpecSet.
      • getAnnotationSpecSetBytes

        com.google.protobuf.ByteString getAnnotationSpecSetBytes()
         Required. Annotation spec set resource name. format:
         projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
         
        string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for annotationSpecSet.
      • getInstructionMessage

        String getInstructionMessage()
         Instruction message showed on labelers UI.
         
        string instruction_message = 2;
        Returns:
        The instructionMessage.
      • getInstructionMessageBytes

        com.google.protobuf.ByteString getInstructionMessageBytes()
         Instruction message showed on labelers UI.
         
        string instruction_message = 2;
        Returns:
        The bytes for instructionMessage.