Uses of Class
org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
Packages that use ListTaskPushNotificationConfigsResponse.Builder
-
Uses of ListTaskPushNotificationConfigsResponse.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return ListTaskPushNotificationConfigsResponse.BuilderModifier and TypeMethodDescriptionListTaskPushNotificationConfigsResponse.Builder.addAllConfigs(Iterable<? extends TaskPushNotificationConfig> values) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.addConfigs(int index, TaskPushNotificationConfig value) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.addConfigs(int index, TaskPushNotificationConfig.Builder builderForValue) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.addConfigs(TaskPushNotificationConfig value) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.addConfigs(TaskPushNotificationConfig.Builder builderForValue) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.clear()ListTaskPushNotificationConfigsResponse.Builder.clearConfigs()The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.clearNextPageToken()A token to retrieve the next page of results, or empty if there are no more results in the list.ListTaskPushNotificationConfigsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListTaskPushNotificationConfigsResponse.Builder.mergeFrom(ListTaskPushNotificationConfigsResponse other) ListTaskPushNotificationConfigsResponse.newBuilder()ListTaskPushNotificationConfigsResponse.newBuilder(ListTaskPushNotificationConfigsResponse prototype) ListTaskPushNotificationConfigsResponse.newBuilderForType()ListTaskPushNotificationConfigsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListTaskPushNotificationConfigsResponse.Builder.removeConfigs(int index) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.setConfigs(int index, TaskPushNotificationConfig value) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.setConfigs(int index, TaskPushNotificationConfig.Builder builderForValue) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.setNextPageToken(String value) A token to retrieve the next page of results, or empty if there are no more results in the list.ListTaskPushNotificationConfigsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token to retrieve the next page of results, or empty if there are no more results in the list.ListTaskPushNotificationConfigsResponse.toBuilder()