Uses of Class
org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
Packages that use DeleteTaskPushNotificationConfigRequest
Package
Description
-
Uses of DeleteTaskPushNotificationConfigRequest in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.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.compat03.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.compat03.grpc with parameters of type DeleteTaskPushNotificationConfigRequestModifier and TypeMethodDescriptioncom.google.protobuf.EmptyA2AServiceGrpc.A2AServiceBlockingStub.deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest request) Delete a push notification config for a task.com.google.protobuf.EmptyA2AServiceGrpc.A2AServiceBlockingV2Stub.deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest request) Delete a push notification config for a task.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>A2AServiceGrpc.A2AServiceFutureStub.deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest request) Delete a push notification config for a task.voidA2AServiceGrpc.A2AServiceStub.deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Delete a push notification config for a task.default voidA2AServiceGrpc.AsyncService.deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Delete a push notification config for a task.DeleteTaskPushNotificationConfigRequest.Builder.mergeFrom(DeleteTaskPushNotificationConfigRequest other) DeleteTaskPushNotificationConfigRequest.newBuilder(DeleteTaskPushNotificationConfigRequest prototype) -
Uses of DeleteTaskPushNotificationConfigRequest in org.a2aproject.sdk.compat03.transport.grpc.handler
Methods in org.a2aproject.sdk.compat03.transport.grpc.handler with parameters of type DeleteTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)