Interface ListAnnotationSpecSetsResponseOrBuilder

    • Method Detail

      • getAnnotationSpecSetsList

        List<AnnotationSpecSet> getAnnotationSpecSetsList()
         The list of annotation spec sets.
         
        repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
      • getAnnotationSpecSets

        AnnotationSpecSet getAnnotationSpecSets​(int index)
         The list of annotation spec sets.
         
        repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
      • getAnnotationSpecSetsCount

        int getAnnotationSpecSetsCount()
         The list of annotation spec sets.
         
        repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
      • getAnnotationSpecSetsOrBuilderList

        List<? extends AnnotationSpecSetOrBuilder> getAnnotationSpecSetsOrBuilderList()
         The list of annotation spec sets.
         
        repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
      • getAnnotationSpecSetsOrBuilder

        AnnotationSpecSetOrBuilder getAnnotationSpecSetsOrBuilder​(int index)
         The list of annotation spec sets.
         
        repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.