Uses of Class
org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
Packages that use PushNotificationConfig.Builder
-
Uses of PushNotificationConfig.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return PushNotificationConfig.BuilderModifier and TypeMethodDescriptionPushNotificationConfig.Builder.clear()PushNotificationConfig.Builder.clearAuthentication()Information about the authentication to sent with the notificationPushNotificationConfig.Builder.clearId()A unique id for this push notification.PushNotificationConfig.Builder.clearToken()Token unique for this task/sessionPushNotificationConfig.Builder.clearUrl()Url to send the notification tooSendMessageConfiguration.Builder.getPushNotificationBuilder()A configuration of a webhook that can be used to receive updatesTaskPushNotificationConfig.Builder.getPushNotificationConfigBuilder().a2a.v1.PushNotificationConfig push_notification_config = 2;PushNotificationConfig.Builder.mergeAuthentication(AuthenticationInfo value) Information about the authentication to sent with the notificationPushNotificationConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PushNotificationConfig.Builder.mergeFrom(com.google.protobuf.Message other) PushNotificationConfig.Builder.mergeFrom(PushNotificationConfig other) PushNotificationConfig.newBuilder()PushNotificationConfig.newBuilder(PushNotificationConfig prototype) PushNotificationConfig.newBuilderForType()protected PushNotificationConfig.BuilderPushNotificationConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PushNotificationConfig.Builder.setAuthentication(AuthenticationInfo value) Information about the authentication to sent with the notificationPushNotificationConfig.Builder.setAuthentication(AuthenticationInfo.Builder builderForValue) Information about the authentication to sent with the notificationA unique id for this push notification.PushNotificationConfig.Builder.setIdBytes(com.google.protobuf.ByteString value) A unique id for this push notification.Token unique for this task/sessionPushNotificationConfig.Builder.setTokenBytes(com.google.protobuf.ByteString value) Token unique for this task/sessionUrl to send the notification tooPushNotificationConfig.Builder.setUrlBytes(com.google.protobuf.ByteString value) Url to send the notification tooPushNotificationConfig.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type PushNotificationConfig.BuilderModifier and TypeMethodDescriptionSendMessageConfiguration.Builder.setPushNotification(PushNotificationConfig.Builder builderForValue) A configuration of a webhook that can be used to receive updatesTaskPushNotificationConfig.Builder.setPushNotificationConfig(PushNotificationConfig.Builder builderForValue) .a2a.v1.PushNotificationConfig push_notification_config = 2;