Uses of Class
org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
Packages that use CreateTaskPushNotificationConfigRequest
Package
Description
-
Uses of CreateTaskPushNotificationConfigRequest in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return CreateTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionCreateTaskPushNotificationConfigRequest.Builder.build()CreateTaskPushNotificationConfigRequest.Builder.buildPartial()CreateTaskPushNotificationConfigRequest.getDefaultInstance()CreateTaskPushNotificationConfigRequest.Builder.getDefaultInstanceForType()CreateTaskPushNotificationConfigRequest.getDefaultInstanceForType()CreateTaskPushNotificationConfigRequest.parseDelimitedFrom(InputStream input) CreateTaskPushNotificationConfigRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CreateTaskPushNotificationConfigRequest.parseFrom(byte[] data) CreateTaskPushNotificationConfigRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CreateTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.ByteString data) CreateTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CreateTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.CodedInputStream input) CreateTaskPushNotificationConfigRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CreateTaskPushNotificationConfigRequest.parseFrom(InputStream input) CreateTaskPushNotificationConfigRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CreateTaskPushNotificationConfigRequest.parseFrom(ByteBuffer data) CreateTaskPushNotificationConfigRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type CreateTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CreateTaskPushNotificationConfigRequest,TaskPushNotificationConfig> A2AServiceGrpc.getCreateTaskPushNotificationConfigMethod()com.google.protobuf.Parser<CreateTaskPushNotificationConfigRequest>CreateTaskPushNotificationConfigRequest.getParserForType()static com.google.protobuf.Parser<CreateTaskPushNotificationConfigRequest>CreateTaskPushNotificationConfigRequest.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type CreateTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionA2AServiceGrpc.A2AServiceBlockingStub.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request) Set a push notification config for a task.A2AServiceGrpc.A2AServiceBlockingV2Stub.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request) Set a push notification config for a task.com.google.common.util.concurrent.ListenableFuture<TaskPushNotificationConfig>A2AServiceGrpc.A2AServiceFutureStub.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request) Set a push notification config for a task.voidA2AServiceGrpc.A2AServiceStub.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver) Set a push notification config for a task.default voidA2AServiceGrpc.AsyncService.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver) Set a push notification config for a task.CreateTaskPushNotificationConfigRequest.Builder.mergeFrom(CreateTaskPushNotificationConfigRequest other) CreateTaskPushNotificationConfigRequest.newBuilder(CreateTaskPushNotificationConfigRequest prototype) -
Uses of CreateTaskPushNotificationConfigRequest in org.a2aproject.sdk.compat03.transport.grpc.handler
Methods in org.a2aproject.sdk.compat03.transport.grpc.handler with parameters of type CreateTaskPushNotificationConfigRequestModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver)