public static final class ListNotificationConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder> implements ListNotificationConfigsResponseOrBuilder
   
   Response message for listing notification configs.
 Protobuf type google.cloud.securitycenter.v1.ListNotificationConfigsResponse
Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  Methods
  
  
  addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
  
    public ListNotificationConfigsResponse.Builder addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
    
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.securitycenter.v1.NotificationConfig>
 | 
    
  
  Returns
  
  
  addNotificationConfigs(NotificationConfig value)
  
    public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig value)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
addNotificationConfigs(NotificationConfig.Builder builderForValue)
  
    public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig.Builder builderForValue)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
addNotificationConfigs(int index, NotificationConfig value)
  
    public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig value)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
addNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
  
    public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
addNotificationConfigsBuilder()
  
    public NotificationConfig.Builder addNotificationConfigsBuilder()
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
addNotificationConfigsBuilder(int index)
  
    public NotificationConfig.Builder addNotificationConfigsBuilder(int index)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListNotificationConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public ListNotificationConfigsResponse build()
   
  Returns
  
  
  buildPartial()
  
    public ListNotificationConfigsResponse buildPartial()
   
  Returns
  
  
  clear()
  
    public ListNotificationConfigsResponse.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListNotificationConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListNotificationConfigsResponse.Builder clearNextPageToken()
   
   Token to retrieve the next page of results, or empty if there are no more
 results.
 string next_page_token = 2;
clearNotificationConfigs()
  
    public ListNotificationConfigsResponse.Builder clearNotificationConfigs()
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListNotificationConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clone()
  
    public ListNotificationConfigsResponse.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListNotificationConfigsResponse getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   Token to retrieve the next page of results, or empty if there are no more
 results.
 string next_page_token = 2;
    
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   Token to retrieve the next page of results, or empty if there are no more
 results.
 string next_page_token = 2;
    
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getNotificationConfigs(int index)
  
    public NotificationConfig getNotificationConfigs(int index)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getNotificationConfigsBuilder(int index)
  
    public NotificationConfig.Builder getNotificationConfigsBuilder(int index)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getNotificationConfigsBuilderList()
  
    public List<NotificationConfig.Builder> getNotificationConfigsBuilderList()
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
getNotificationConfigsCount()
  
    public int getNotificationConfigsCount()
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
getNotificationConfigsList()
  
    public List<NotificationConfig> getNotificationConfigsList()
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
getNotificationConfigsOrBuilder(int index)
  
    public NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getNotificationConfigsOrBuilderList()
  
    public List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
    
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.securitycenter.v1.NotificationConfigOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ListNotificationConfigsResponse other)
  
    public ListNotificationConfigsResponse.Builder mergeFrom(ListNotificationConfigsResponse other)
   
  Parameter
  
  Returns
  
  
  
  
    public ListNotificationConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ListNotificationConfigsResponse.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListNotificationConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeNotificationConfigs(int index)
  
    public ListNotificationConfigsResponse.Builder removeNotificationConfigs(int index)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListNotificationConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListNotificationConfigsResponse.Builder setNextPageToken(String value)
   
   Token to retrieve the next page of results, or empty if there are no more
 results.
 string next_page_token = 2;
    
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  Returns
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListNotificationConfigsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   Token to retrieve the next page of results, or empty if there are no more
 results.
 string next_page_token = 2;
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  Returns
  
  
  setNotificationConfigs(int index, NotificationConfig value)
  
    public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig value)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
setNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
  
    public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
   
   Notification configs belonging to the requested parent.
 repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListNotificationConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListNotificationConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides