Class ListEntryGroupsResponse.Builder 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 1.5.4keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ListEntryGroupsResponse . Builder   extends   GeneratedMessageV3 . Builder<ListEntryGroupsResponse . Builder >  implements   ListEntryGroupsResponseOrBuilder  
   
  
Response message for
 [ListEntryGroups][google.cloud.datacatalog.v1beta1.DataCatalog.ListEntryGroups].
Protobuf type google.cloud.datacatalog.v1beta1.ListEntryGroupsResponse
 
  
  
  
  Methods
   
   
  addAllEntryGroups(Iterable<? extends EntryGroup> values) 
  
    
public   ListEntryGroupsResponse . Builder   addAllEntryGroups ( Iterable <?   extends   EntryGroup >  values )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        values  
        Iterable <? extends com.google.cloud.datacatalog.v1beta1.EntryGroup > 
       
     
  
  Returns 
  
   
  addEntryGroups(EntryGroup value) 
  
    
public   ListEntryGroupsResponse . Builder   addEntryGroups ( EntryGroup   value )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
  Returns 
  
   
  addEntryGroups(EntryGroup.Builder builderForValue) 
  
    
public   ListEntryGroupsResponse . Builder   addEntryGroups ( EntryGroup . Builder   builderForValue )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
  Returns 
  
   
  addEntryGroups(int index, EntryGroup value) 
  
    
public   ListEntryGroupsResponse . Builder   addEntryGroups ( int   index ,   EntryGroup   value )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameters 
  
  Returns 
  
   
  addEntryGroups(int index, EntryGroup.Builder builderForValue) 
  
    
public   ListEntryGroupsResponse . Builder   addEntryGroups ( int   index ,   EntryGroup . Builder   builderForValue )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameters 
  
  Returns 
  
   
  addEntryGroupsBuilder() 
  
    
public   EntryGroup . Builder   addEntryGroupsBuilder ()  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Returns 
  
   
  addEntryGroupsBuilder(int index) 
  
    
public   EntryGroup . Builder   addEntryGroupsBuilder ( int   index )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int  
       
     
  
  Returns 
  
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ListEntryGroupsResponse . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  build() 
  
    
public   ListEntryGroupsResponse   build ()  
   
  Returns 
  
   
  buildPartial() 
  
    
public   ListEntryGroupsResponse   buildPartial ()  
   
  Returns 
  
   
  clear() 
  
    
public   ListEntryGroupsResponse . Builder   clear ()  
   
  Returns 
  
  Overrides 
  
   
  clearEntryGroups() 
  
    
public   ListEntryGroupsResponse . Builder   clearEntryGroups ()  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Returns 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ListEntryGroupsResponse . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clearNextPageToken() 
  
    
public   ListEntryGroupsResponse . Builder   clearNextPageToken ()  
   
  
Token to retrieve the next page of results. It is set to empty if no items
 remain in results.
string next_page_token = 2;
 
  Returns 
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ListEntryGroupsResponse . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  clone() 
  
    
public   ListEntryGroupsResponse . Builder   clone ()  
   
  Returns 
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   ListEntryGroupsResponse   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  Returns 
  
  Overrides 
  
   
  getEntryGroups(int index) 
  
    
public   EntryGroup   getEntryGroups ( int   index )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int  
       
     
  
  Returns 
  
   
  getEntryGroupsBuilder(int index) 
  
    
public   EntryGroup . Builder   getEntryGroupsBuilder ( int   index )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int  
       
     
  
  Returns 
  
   
  getEntryGroupsBuilderList() 
  
    
public   List<EntryGroup . Builder >  getEntryGroupsBuilderList ()  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Returns 
  
   
  getEntryGroupsCount() 
  
    
public   int   getEntryGroupsCount ()  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Returns 
  
   
  getEntryGroupsList() 
  
    
public   List<EntryGroup>   getEntryGroupsList ()  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Returns 
  
   
  getEntryGroupsOrBuilder(int index) 
  
    
public   EntryGroupOrBuilder   getEntryGroupsOrBuilder ( int   index )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int  
       
     
  
  Returns 
  
   
  getEntryGroupsOrBuilderList() 
  
    
public   List <?   extends   EntryGroupOrBuilder >  getEntryGroupsOrBuilderList ()  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        List <? extends com.google.cloud.datacatalog.v1beta1.EntryGroupOrBuilder > 
         
       
     
  
   
  getNextPageToken() 
  
    
public   String   getNextPageToken ()  
   
  
Token to retrieve the next page of results. It is set to empty if no items
 remain in results.
string next_page_token = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The nextPageToken.
 
       
     
  
   
  getNextPageTokenBytes() 
  
    
public   ByteString   getNextPageTokenBytes ()  
   
  
Token to retrieve the next page of results. It is set to empty if no items
 remain in results.
string next_page_token = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for nextPageToken.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  mergeFrom(ListEntryGroupsResponse other) 
  
    
public   ListEntryGroupsResponse . Builder   mergeFrom ( ListEntryGroupsResponse   other )  
   
  Parameter 
  
  Returns 
  
   
  mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   ListEntryGroupsResponse . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
   
  mergeFrom(Message other) 
  
    
public   ListEntryGroupsResponse . Builder   mergeFrom ( Message   other )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ListEntryGroupsResponse . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  removeEntryGroups(int index) 
  
    
public   ListEntryGroupsResponse . Builder   removeEntryGroups ( int   index )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int  
       
     
  
  Returns 
  
   
  setEntryGroups(int index, EntryGroup value) 
  
    
public   ListEntryGroupsResponse . Builder   setEntryGroups ( int   index ,   EntryGroup   value )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameters 
  
  Returns 
  
   
  setEntryGroups(int index, EntryGroup.Builder builderForValue) 
  
    
public   ListEntryGroupsResponse . Builder   setEntryGroups ( int   index ,   EntryGroup . Builder   builderForValue )  
   
  
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
 
  Parameters 
  
  Returns 
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ListEntryGroupsResponse . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setNextPageToken(String value) 
  
    
public   ListEntryGroupsResponse . Builder   setNextPageToken ( String   value )  
   
  
Token to retrieve the next page of results. It is set to empty if no items
 remain in results.
string next_page_token = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        String The nextPageToken to set.
 
       
     
  
  Returns 
  
   
  setNextPageTokenBytes(ByteString value) 
  
    
public   ListEntryGroupsResponse . Builder   setNextPageTokenBytes ( ByteString   value )  
   
  
Token to retrieve the next page of results. It is set to empty if no items
 remain in results.
string next_page_token = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        value  
        ByteString The bytes for nextPageToken to set.
 
       
     
  
  Returns 
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ListEntryGroupsResponse . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  Parameters 
  
  Returns 
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ListEntryGroupsResponse . 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-30 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-30 UTC."],[],[]]