Uses of Class
org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
Packages that use GetTaskPushNotificationConfigRequest
Package
Description
gRPC transport handler implementations for the A2A protocol.
-
Uses of GetTaskPushNotificationConfigRequest in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return GetTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionGetTaskPushNotificationConfigRequest.Builder.build()GetTaskPushNotificationConfigRequest.Builder.buildPartial()GetTaskPushNotificationConfigRequest.getDefaultInstance()GetTaskPushNotificationConfigRequest.Builder.getDefaultInstanceForType()GetTaskPushNotificationConfigRequest.getDefaultInstanceForType()GetTaskPushNotificationConfigRequest.parseDelimitedFrom(InputStream input) GetTaskPushNotificationConfigRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetTaskPushNotificationConfigRequest.parseFrom(byte[] data) GetTaskPushNotificationConfigRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.ByteString data) GetTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.CodedInputStream input) GetTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetTaskPushNotificationConfigRequest.parseFrom(InputStream input) GetTaskPushNotificationConfigRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetTaskPushNotificationConfigRequest.parseFrom(ByteBuffer data) GetTaskPushNotificationConfigRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type GetTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetTaskPushNotificationConfigRequest,TaskPushNotificationConfig> A2AServiceGrpc.getGetTaskPushNotificationConfigMethod()com.google.protobuf.Parser<GetTaskPushNotificationConfigRequest>GetTaskPushNotificationConfigRequest.getParserForType()static com.google.protobuf.Parser<GetTaskPushNotificationConfigRequest>GetTaskPushNotificationConfigRequest.parser()Methods in org.a2aproject.sdk.grpc with parameters of type GetTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionA2AServiceGrpc.A2AServiceBlockingStub.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request) Gets a push notification config for a task.A2AServiceGrpc.A2AServiceBlockingV2Stub.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request) Gets a push notification config for a task.com.google.common.util.concurrent.ListenableFuture<TaskPushNotificationConfig>A2AServiceGrpc.A2AServiceFutureStub.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request) Gets a push notification config for a task.voidA2AServiceGrpc.A2AServiceStub.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver) Gets a push notification config for a task.default voidA2AServiceGrpc.AsyncService.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver) Gets a push notification config for a task.GetTaskPushNotificationConfigRequest.Builder.mergeFrom(GetTaskPushNotificationConfigRequest other) GetTaskPushNotificationConfigRequest.newBuilder(GetTaskPushNotificationConfigRequest prototype) -
Uses of GetTaskPushNotificationConfigRequest in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return GetTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionGetTaskPushNotificationConfigParamsMapper.toProto(GetTaskPushNotificationConfigParams domain) Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.GetTaskPushNotificationConfigParamsMapperImpl.toProto(GetTaskPushNotificationConfigParams domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type GetTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionGetTaskPushNotificationConfigParamsMapper.fromProto(GetTaskPushNotificationConfigRequest proto) Converts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.GetTaskPushNotificationConfigParamsMapperImpl.fromProto(GetTaskPushNotificationConfigRequest proto) -
Uses of GetTaskPushNotificationConfigRequest in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return GetTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionProtoUtils.ToProto.getTaskPushNotificationConfigRequest(GetTaskPushNotificationConfigParams params) -
Uses of GetTaskPushNotificationConfigRequest in org.a2aproject.sdk.transport.grpc.handler
Methods in org.a2aproject.sdk.transport.grpc.handler with parameters of type GetTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionvoidGrpcHandler.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver)