Interface ListNotificationConfigsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListNotificationConfigsResponse, ListNotificationConfigsResponse.Builder

public interface ListNotificationConfigsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNotificationConfigsList

      List<NotificationConfig> getNotificationConfigsList()
       The list of items.
       
      repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    • getNotificationConfigs

      NotificationConfig getNotificationConfigs(int index)
       The list of items.
       
      repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    • getNotificationConfigsCount

      int getNotificationConfigsCount()
       The list of items.
       
      repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    • getNotificationConfigsOrBuilderList

      List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
       The list of items.
       
      repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    • getNotificationConfigsOrBuilder

      NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)
       The list of items.
       
      repeated .google.storage.v2.NotificationConfig notification_configs = 1;
    • getNextPageToken

      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:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.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:
      The bytes for nextPageToken.