Class ListNoteOccurrencesResponse.Builder (2.2.16) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.2.16keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ListNoteOccurrencesResponse . Builder   extends   GeneratedMessageV3 . Builder<ListNoteOccurrencesResponse . Builder >  implements   ListNoteOccurrencesResponseOrBuilder  
   Response for listing occurrences for a note.
 Protobuf type grafeas.v1beta1.ListNoteOccurrencesResponse
Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  Methods
   
  addAllOccurrences(Iterable<? extends Occurrence> values) 
  
    
public   ListNoteOccurrencesResponse . Builder   addAllOccurrences ( Iterable <?   extends   Occurrence >  values )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
    
      
        Name Description  
      
        values Iterable <? extends io.grafeas.v1beta1.Occurrence > 
     
  
  Returns 
  
  addOccurrences(int index, Occurrence value) 
  
    
public   ListNoteOccurrencesResponse . Builder   addOccurrences ( int   index ,   Occurrence   value )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameters 
  
  Returns 
  
  addOccurrences(int index, Occurrence.Builder builderForValue) 
  
    
public   ListNoteOccurrencesResponse . Builder   addOccurrences ( int   index ,   Occurrence . Builder   builderForValue )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameters 
  
  Returns 
  
  addOccurrences(Occurrence value) 
  
    
public   ListNoteOccurrencesResponse . Builder   addOccurrences ( Occurrence   value )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
  Returns 
  
  addOccurrences(Occurrence.Builder builderForValue) 
  
    
public   ListNoteOccurrencesResponse . Builder   addOccurrences ( Occurrence . Builder   builderForValue )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
  Returns 
  
  addOccurrencesBuilder() 
  
    
public   Occurrence . Builder   addOccurrencesBuilder ()  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Returns 
  
  addOccurrencesBuilder(int index) 
  
    
public   Occurrence . Builder   addOccurrencesBuilder ( int   index )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ListNoteOccurrencesResponse . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   ListNoteOccurrencesResponse   build ()  
  Returns 
  
  buildPartial() 
  
    
public   ListNoteOccurrencesResponse   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   ListNoteOccurrencesResponse . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ListNoteOccurrencesResponse . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearNextPageToken() 
  
    
public   ListNoteOccurrencesResponse . Builder   clearNextPageToken ()  
   Token to provide to skip to a particular spot in the list.
 string next_page_token = 2;
Returns 
  
  clearOccurrences() 
  
    
public   ListNoteOccurrencesResponse . Builder   clearOccurrences ()  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Returns 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ListNoteOccurrencesResponse . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clone() 
  
    
public   ListNoteOccurrencesResponse . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ListNoteOccurrencesResponse   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getNextPageToken() 
  
    
public   String   getNextPageToken ()  
   Token to provide to skip to a particular spot in the list.
 string next_page_token = 2;
Returns 
  
    
      
        Type Description  
      
        String The nextPageToken.
 
     
  
  getNextPageTokenBytes() 
  
    
public   ByteString   getNextPageTokenBytes ()  
   Token to provide to skip to a particular spot in the list.
 string next_page_token = 2;
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for nextPageToken.
 
     
  
  getOccurrences(int index) 
  
    
public   Occurrence   getOccurrences ( int   index )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  getOccurrencesBuilder(int index) 
  
    
public   Occurrence . Builder   getOccurrencesBuilder ( int   index )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  getOccurrencesBuilderList() 
  
    
public   List<Occurrence . Builder >  getOccurrencesBuilderList ()  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Returns 
  
  getOccurrencesCount() 
  
    
public   int   getOccurrencesCount ()  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Returns 
  
  getOccurrencesList() 
  
    
public   List<Occurrence>   getOccurrencesList ()  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Returns 
  
  getOccurrencesOrBuilder(int index) 
  
    
public   OccurrenceOrBuilder   getOccurrencesOrBuilder ( int   index )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  getOccurrencesOrBuilderList() 
  
    
public   List <?   extends   OccurrenceOrBuilder >  getOccurrencesOrBuilderList ()  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Returns 
  
    
      
        Type Description  
      
        List <? extends io.grafeas.v1beta1.OccurrenceOrBuilder > 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  
    
public   ListNoteOccurrencesResponse . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   ListNoteOccurrencesResponse . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeFrom(ListNoteOccurrencesResponse other) 
  
    
public   ListNoteOccurrencesResponse . Builder   mergeFrom ( ListNoteOccurrencesResponse   other )  
  Parameter 
  
  Returns 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ListNoteOccurrencesResponse . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  removeOccurrences(int index) 
  
    
public   ListNoteOccurrencesResponse . Builder   removeOccurrences ( int   index )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameter 
  
    
      
        Name Description  
      
        index int  
     
  
  Returns 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ListNoteOccurrencesResponse . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setNextPageToken(String value) 
  
    
public   ListNoteOccurrencesResponse . Builder   setNextPageToken ( String   value )  
   Token to provide to skip to a particular spot in the list.
 string next_page_token = 2;
Parameter 
  
    
      
        Name Description  
      
        value String The nextPageToken to set.
 
     
  
  Returns 
  
  setNextPageTokenBytes(ByteString value) 
  
    
public   ListNoteOccurrencesResponse . Builder   setNextPageTokenBytes ( ByteString   value )  
   Token to provide to skip to a particular spot in the list.
 string next_page_token = 2;
Parameter 
  
    
      
        Name Description  
      
        value ByteString The bytes for nextPageToken to set.
 
     
  
  Returns 
  
  setOccurrences(int index, Occurrence value) 
  
    
public   ListNoteOccurrencesResponse . Builder   setOccurrences ( int   index ,   Occurrence   value )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameters 
  
  Returns 
  
  setOccurrences(int index, Occurrence.Builder builderForValue) 
  
    
public   ListNoteOccurrencesResponse . Builder   setOccurrences ( int   index ,   Occurrence . Builder   builderForValue )  
   The occurrences attached to the specified note.
 repeated .grafeas.v1beta1.Occurrence occurrences = 1;
Parameters 
  
  Returns 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ListNoteOccurrencesResponse . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ListNoteOccurrencesResponse . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]