Interface ListTaskPushNotificationConfigsResponseOrBuilder

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

@Generated public interface ListTaskPushNotificationConfigsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getConfigsList

      List<TaskPushNotificationConfig> getConfigsList()
       The list of push notification configurations.
       
      repeated .lf.a2a.v1.TaskPushNotificationConfig configs = 1;
    • getConfigs

      TaskPushNotificationConfig getConfigs(int index)
       The list of push notification configurations.
       
      repeated .lf.a2a.v1.TaskPushNotificationConfig configs = 1;
    • getConfigsCount

      int getConfigsCount()
       The list of push notification configurations.
       
      repeated .lf.a2a.v1.TaskPushNotificationConfig configs = 1;
    • getConfigsOrBuilderList

      List<? extends TaskPushNotificationConfigOrBuilder> getConfigsOrBuilderList()
       The list of push notification configurations.
       
      repeated .lf.a2a.v1.TaskPushNotificationConfig configs = 1;
    • getConfigsOrBuilder

      TaskPushNotificationConfigOrBuilder getConfigsOrBuilder(int index)
       The list of push notification configurations.
       
      repeated .lf.a2a.v1.TaskPushNotificationConfig configs = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of results, or empty if there are no more results in the list.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token to retrieve the next page of results, or empty if there are no more results in the list.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.