Class ListNotificationConfigsResponse.Builder (2.34.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.34.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  ListNotificationConfigsResponse . Builder   extends   GeneratedMessageV3 . Builder<ListNotificationConfigsResponse . Builder >  implements   ListNotificationConfigsResponseOrBuilder  
   The result of a call to ListNotificationConfigs
 Protobuf type google.storage.v2.ListNotificationConfigsResponse
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addAllNotificationConfigs(Iterable<? extends NotificationConfig> values) 
  
    
public   ListNotificationConfigsResponse . Builder   addAllNotificationConfigs ( Iterable <?   extends   NotificationConfig >  values )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Parameter  
      
        Name Description  
      
        valuesIterable <? extends com.google.storage.v2.NotificationConfig > 
     
  
  
  addNotificationConfigs(NotificationConfig value) 
  
    
public   ListNotificationConfigsResponse . Builder   addNotificationConfigs ( NotificationConfig   value )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
addNotificationConfigs(NotificationConfig.Builder builderForValue) 
  
    
public   ListNotificationConfigsResponse . Builder   addNotificationConfigs ( NotificationConfig . Builder   builderForValue )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
addNotificationConfigs(int index, NotificationConfig value) 
  
    
public   ListNotificationConfigsResponse . Builder   addNotificationConfigs ( int   index ,   NotificationConfig   value )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
addNotificationConfigs(int index, NotificationConfig.Builder builderForValue) 
  
    
public   ListNotificationConfigsResponse . Builder   addNotificationConfigs ( int   index ,   NotificationConfig . Builder   builderForValue )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
addNotificationConfigsBuilder() 
  
    
public   NotificationConfig . Builder   addNotificationConfigsBuilder ()  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
addNotificationConfigsBuilder(int index) 
  
    
public   NotificationConfig . Builder   addNotificationConfigsBuilder ( int   index )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ListNotificationConfigsResponse . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   ListNotificationConfigsResponse   build ()  
  
  buildPartial() 
  
    
public   ListNotificationConfigsResponse   buildPartial ()  
  
  clear() 
  
    
public   ListNotificationConfigsResponse . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ListNotificationConfigsResponse . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearNextPageToken() 
  
    
public   ListNotificationConfigsResponse . Builder   clearNextPageToken ()  
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
clearNotificationConfigs() 
  
    
public   ListNotificationConfigsResponse . Builder   clearNotificationConfigs ()  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ListNotificationConfigsResponse . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   ListNotificationConfigsResponse . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ListNotificationConfigsResponse   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getNextPageToken() 
  
    
public   String   getNextPageToken ()  
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        Returns  
      
        Type Description  
      
        String The nextPageToken.
 
     
  
  getNextPageTokenBytes() 
  
    
public   ByteString   getNextPageTokenBytes ()  
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for nextPageToken.
 
     
  
  getNotificationConfigs(int index) 
  
    
public   NotificationConfig   getNotificationConfigs ( int   index )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getNotificationConfigsBuilder(int index) 
  
    
public   NotificationConfig . Builder   getNotificationConfigsBuilder ( int   index )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getNotificationConfigsBuilderList() 
  
    
public   List<NotificationConfig . Builder >  getNotificationConfigsBuilderList ()  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
getNotificationConfigsCount() 
  
    
public   int   getNotificationConfigsCount ()  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getNotificationConfigsList() 
  
    
public   List<NotificationConfig>   getNotificationConfigsList ()  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
getNotificationConfigsOrBuilder(int index) 
  
    
public   NotificationConfigOrBuilder   getNotificationConfigsOrBuilder ( int   index )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getNotificationConfigsOrBuilderList() 
  
    
public   List <?   extends   NotificationConfigOrBuilder >  getNotificationConfigsOrBuilderList ()  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.storage.v2.NotificationConfigOrBuilder > 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   ListNotificationConfigsResponse . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   ListNotificationConfigsResponse . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeFrom(ListNotificationConfigsResponse other) 
  
    
public   ListNotificationConfigsResponse . Builder   mergeFrom ( ListNotificationConfigsResponse   other )  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ListNotificationConfigsResponse . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  removeNotificationConfigs(int index) 
  
    
public   ListNotificationConfigsResponse . Builder   removeNotificationConfigs ( int   index )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ListNotificationConfigsResponse . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setNextPageToken(String value) 
  
    
public   ListNotificationConfigsResponse . Builder   setNextPageToken ( String   value )  
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        Parameter  
      
        Name Description  
      
        valueString The nextPageToken to set.
 
     
  
  
  setNextPageTokenBytes(ByteString value) 
  
    
public   ListNotificationConfigsResponse . Builder   setNextPageTokenBytes ( ByteString   value )  
   A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for nextPageToken to set.
 
     
  
  
  setNotificationConfigs(int index, NotificationConfig value) 
  
    
public   ListNotificationConfigsResponse . Builder   setNotificationConfigs ( int   index ,   NotificationConfig   value )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
setNotificationConfigs(int index, NotificationConfig.Builder builderForValue) 
  
    
public   ListNotificationConfigsResponse . Builder   setNotificationConfigs ( int   index ,   NotificationConfig . Builder   builderForValue )  
   The list of items.
 repeated .google.storage.v2.NotificationConfig notification_configs = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ListNotificationConfigsResponse . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ListNotificationConfigsResponse . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  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-29 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-29 UTC."],[],[]]