Package org.a2aproject.sdk.grpc
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 Summary
Modifier and TypeMethodDescriptiongetConfigs(int index) The list of push notification configurations.intThe list of push notification configurations.The list of push notification configurations.getConfigsOrBuilder(int index) The list of push notification configurations.List<? extends TaskPushNotificationConfigOrBuilder>The list of push notification configurations.A token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteStringA token to retrieve the next page of results, or empty if there are no more results in the list.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConfigsList
List<TaskPushNotificationConfig> getConfigsList()The list of push notification configurations.
repeated .lf.a2a.v1.TaskPushNotificationConfig configs = 1; -
getConfigs
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
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.
-