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