Uses of Class
org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
Packages that use TaskPushNotificationConfig.Builder
-
Uses of TaskPushNotificationConfig.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return TaskPushNotificationConfig.BuilderModifier and TypeMethodDescriptionListTaskPushNotificationConfigsResponse.Builder.addConfigsBuilder()The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.addConfigsBuilder(int index) The list of push notification configurations.TaskPushNotificationConfig.Builder.clear()TaskPushNotificationConfig.Builder.clearAuthentication()Authentication information required to send the notification.TaskPushNotificationConfig.Builder.clearId()The push notification configuration details.TaskPushNotificationConfig.Builder.clearTaskId()The ID of the task this configuration is associated with.TaskPushNotificationConfig.Builder.clearTenant()Optional.TaskPushNotificationConfig.Builder.clearToken()A token unique for this task or session.TaskPushNotificationConfig.Builder.clearUrl()The URL where the notification should be sent.ListTaskPushNotificationConfigsResponse.Builder.getConfigsBuilder(int index) The list of push notification configurations.SendMessageConfiguration.Builder.getTaskPushNotificationConfigBuilder()Configuration for the agent to send push notifications for task updates.TaskPushNotificationConfig.Builder.mergeAuthentication(AuthenticationInfo value) Authentication information required to send the notification.TaskPushNotificationConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TaskPushNotificationConfig.Builder.mergeFrom(com.google.protobuf.Message other) TaskPushNotificationConfig.Builder.mergeFrom(TaskPushNotificationConfig other) TaskPushNotificationConfig.newBuilder()TaskPushNotificationConfig.newBuilder(TaskPushNotificationConfig prototype) TaskPushNotificationConfig.newBuilderForType()protected TaskPushNotificationConfig.BuilderTaskPushNotificationConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TaskPushNotificationConfig.Builder.setAuthentication(AuthenticationInfo value) Authentication information required to send the notification.TaskPushNotificationConfig.Builder.setAuthentication(AuthenticationInfo.Builder builderForValue) Authentication information required to send the notification.The push notification configuration details.TaskPushNotificationConfig.Builder.setIdBytes(com.google.protobuf.ByteString value) The push notification configuration details.The ID of the task this configuration is associated with.TaskPushNotificationConfig.Builder.setTaskIdBytes(com.google.protobuf.ByteString value) The ID of the task this configuration is associated with.Optional.TaskPushNotificationConfig.Builder.setTenantBytes(com.google.protobuf.ByteString value) Optional.A token unique for this task or session.TaskPushNotificationConfig.Builder.setTokenBytes(com.google.protobuf.ByteString value) A token unique for this task or session.The URL where the notification should be sent.TaskPushNotificationConfig.Builder.setUrlBytes(com.google.protobuf.ByteString value) The URL where the notification should be sent.TaskPushNotificationConfig.toBuilder()Methods in org.a2aproject.sdk.grpc that return types with arguments of type TaskPushNotificationConfig.BuilderModifier and TypeMethodDescriptionListTaskPushNotificationConfigsResponse.Builder.getConfigsBuilderList()The list of push notification configurations.Methods in org.a2aproject.sdk.grpc with parameters of type TaskPushNotificationConfig.BuilderModifier and TypeMethodDescriptionListTaskPushNotificationConfigsResponse.Builder.addConfigs(int index, TaskPushNotificationConfig.Builder builderForValue) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.addConfigs(TaskPushNotificationConfig.Builder builderForValue) The list of push notification configurations.ListTaskPushNotificationConfigsResponse.Builder.setConfigs(int index, TaskPushNotificationConfig.Builder builderForValue) The list of push notification configurations.SendMessageConfiguration.Builder.setTaskPushNotificationConfig(TaskPushNotificationConfig.Builder builderForValue) Configuration for the agent to send push notifications for task updates.