Interface ListNoteOccurrencesResponseOrBuilder

    • Method Detail

      • getOccurrencesList

        List<Occurrence> getOccurrencesList()
         The occurrences attached to the specified note.
         
        repeated .grafeas.v1beta1.Occurrence occurrences = 1;
      • getOccurrences

        Occurrence getOccurrences​(int index)
         The occurrences attached to the specified note.
         
        repeated .grafeas.v1beta1.Occurrence occurrences = 1;
      • getOccurrencesCount

        int getOccurrencesCount()
         The occurrences attached to the specified note.
         
        repeated .grafeas.v1beta1.Occurrence occurrences = 1;
      • getOccurrencesOrBuilderList

        List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()
         The occurrences attached to the specified note.
         
        repeated .grafeas.v1beta1.Occurrence occurrences = 1;
      • getOccurrencesOrBuilder

        OccurrenceOrBuilder getOccurrencesOrBuilder​(int index)
         The occurrences attached to the specified note.
         
        repeated .grafeas.v1beta1.Occurrence occurrences = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to provide to skip to a particular spot in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to provide to skip to a particular spot in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.