Uses of Class
org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
Packages that use TaskPushNotificationConfig
Package
Description
-
Uses of TaskPushNotificationConfig in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return TaskPushNotificationConfigModifier and TypeMethodDescriptionTaskPushNotificationConfig.Builder.build()TaskPushNotificationConfig.Builder.buildPartial()A2AServiceGrpc.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.CreateTaskPushNotificationConfigRequest.Builder.getConfig().a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];CreateTaskPushNotificationConfigRequest.getConfig().a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];CreateTaskPushNotificationConfigRequestOrBuilder.getConfig().a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];ListTaskPushNotificationConfigResponse.Builder.getConfigs(int index) repeated .a2a.v1.TaskPushNotificationConfig configs = 1;ListTaskPushNotificationConfigResponse.getConfigs(int index) repeated .a2a.v1.TaskPushNotificationConfig configs = 1;ListTaskPushNotificationConfigResponseOrBuilder.getConfigs(int index) repeated .a2a.v1.TaskPushNotificationConfig configs = 1;static TaskPushNotificationConfigTaskPushNotificationConfig.getDefaultInstance()TaskPushNotificationConfig.Builder.getDefaultInstanceForType()TaskPushNotificationConfig.getDefaultInstanceForType()A2AServiceGrpc.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.static TaskPushNotificationConfigTaskPushNotificationConfig.parseDelimitedFrom(InputStream input) static TaskPushNotificationConfigTaskPushNotificationConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(byte[] data) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(com.google.protobuf.ByteString data) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(com.google.protobuf.CodedInputStream input) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(InputStream input) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(ByteBuffer data) static TaskPushNotificationConfigTaskPushNotificationConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type TaskPushNotificationConfigModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<TaskPushNotificationConfig>A2AServiceGrpc.A2AServiceFutureStub.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request) Set a push notification config for a task.ListTaskPushNotificationConfigResponse.Builder.getConfigsList()repeated .a2a.v1.TaskPushNotificationConfig configs = 1;ListTaskPushNotificationConfigResponse.getConfigsList()repeated .a2a.v1.TaskPushNotificationConfig configs = 1;ListTaskPushNotificationConfigResponseOrBuilder.getConfigsList()repeated .a2a.v1.TaskPushNotificationConfig configs = 1;static io.grpc.MethodDescriptor<CreateTaskPushNotificationConfigRequest,TaskPushNotificationConfig> A2AServiceGrpc.getCreateTaskPushNotificationConfigMethod()static io.grpc.MethodDescriptor<GetTaskPushNotificationConfigRequest,TaskPushNotificationConfig> A2AServiceGrpc.getGetTaskPushNotificationConfigMethod()com.google.protobuf.Parser<TaskPushNotificationConfig>TaskPushNotificationConfig.getParserForType()com.google.common.util.concurrent.ListenableFuture<TaskPushNotificationConfig>A2AServiceGrpc.A2AServiceFutureStub.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request) Get a push notification config for a task.static com.google.protobuf.Parser<TaskPushNotificationConfig>TaskPushNotificationConfig.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type TaskPushNotificationConfigModifier and TypeMethodDescriptionListTaskPushNotificationConfigResponse.Builder.addConfigs(int index, TaskPushNotificationConfig value) repeated .a2a.v1.TaskPushNotificationConfig configs = 1;ListTaskPushNotificationConfigResponse.Builder.addConfigs(TaskPushNotificationConfig value) repeated .a2a.v1.TaskPushNotificationConfig configs = 1;CreateTaskPushNotificationConfigRequest.Builder.mergeConfig(TaskPushNotificationConfig value) .a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];TaskPushNotificationConfig.Builder.mergeFrom(TaskPushNotificationConfig other) TaskPushNotificationConfig.newBuilder(TaskPushNotificationConfig prototype) CreateTaskPushNotificationConfigRequest.Builder.setConfig(TaskPushNotificationConfig value) .a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED];ListTaskPushNotificationConfigResponse.Builder.setConfigs(int index, TaskPushNotificationConfig value) repeated .a2a.v1.TaskPushNotificationConfig configs = 1;Method parameters in org.a2aproject.sdk.compat03.grpc with type arguments of type TaskPushNotificationConfigModifier and TypeMethodDescriptionListTaskPushNotificationConfigResponse.Builder.addAllConfigs(Iterable<? extends TaskPushNotificationConfig> values) repeated .a2a.v1.TaskPushNotificationConfig configs = 1;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.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. -
Uses of TaskPushNotificationConfig in org.a2aproject.sdk.compat03.grpc.utils
Methods in org.a2aproject.sdk.compat03.grpc.utils that return TaskPushNotificationConfigModifier and TypeMethodDescriptionstatic TaskPushNotificationConfigProtoUtils_v0_3.ToProto.taskPushNotificationConfig(TaskPushNotificationConfig_v0_3 config) -
Uses of TaskPushNotificationConfig in org.a2aproject.sdk.compat03.transport.grpc.handler
Method parameters in org.a2aproject.sdk.compat03.transport.grpc.handler with type arguments of type TaskPushNotificationConfigModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver) voidGrpcHandler_v0_3.getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest request, io.grpc.stub.StreamObserver<TaskPushNotificationConfig> responseObserver)