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