Uses of Class
org.a2aproject.sdk.grpc.ListTasksResponse
Packages that use ListTasksResponse
Package
Description
-
Uses of ListTasksResponse in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return ListTasksResponseModifier and TypeMethodDescriptionListTasksResponse.Builder.build()ListTasksResponse.Builder.buildPartial()static ListTasksResponseListTasksResponse.getDefaultInstance()ListTasksResponse.Builder.getDefaultInstanceForType()ListTasksResponse.getDefaultInstanceForType()A2AServiceGrpc.A2AServiceBlockingStub.listTasks(ListTasksRequest request) Lists tasks that match the specified filter.A2AServiceGrpc.A2AServiceBlockingV2Stub.listTasks(ListTasksRequest request) Lists tasks that match the specified filter.static ListTasksResponseListTasksResponse.parseDelimitedFrom(InputStream input) static ListTasksResponseListTasksResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListTasksResponseListTasksResponse.parseFrom(byte[] data) static ListTasksResponseListTasksResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListTasksResponseListTasksResponse.parseFrom(com.google.protobuf.ByteString data) static ListTasksResponseListTasksResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListTasksResponseListTasksResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ListTasksResponseListTasksResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListTasksResponseListTasksResponse.parseFrom(InputStream input) static ListTasksResponseListTasksResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListTasksResponseListTasksResponse.parseFrom(ByteBuffer data) static ListTasksResponseListTasksResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type ListTasksResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> A2AServiceGrpc.getListTasksMethod()com.google.protobuf.Parser<ListTasksResponse>ListTasksResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTasksResponse>A2AServiceGrpc.A2AServiceFutureStub.listTasks(ListTasksRequest request) Lists tasks that match the specified filter.static com.google.protobuf.Parser<ListTasksResponse>ListTasksResponse.parser()Methods in org.a2aproject.sdk.grpc with parameters of type ListTasksResponseModifier and TypeMethodDescriptionListTasksResponse.Builder.mergeFrom(ListTasksResponse other) static ListTasksResponse.BuilderListTasksResponse.newBuilder(ListTasksResponse prototype) Method parameters in org.a2aproject.sdk.grpc with type arguments of type ListTasksResponseModifier and TypeMethodDescriptionvoidA2AServiceGrpc.A2AServiceStub.listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver) Lists tasks that match the specified filter.default voidA2AServiceGrpc.AsyncService.listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver) Lists tasks that match the specified filter. -
Uses of ListTasksResponse in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return ListTasksResponseModifier and TypeMethodDescriptionListTasksResultMapper.toProto(org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult domain) Converts domain ListTasksResult to proto ListTasksResponse.ListTasksResultMapperImpl.toProto(org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type ListTasksResponseModifier and TypeMethodDescriptionorg.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResultListTasksResultMapper.fromProto(ListTasksResponse proto) org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResultListTasksResultMapperImpl.fromProto(ListTasksResponse proto) -
Uses of ListTasksResponse in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return ListTasksResponseModifier and TypeMethodDescriptionstatic ListTasksResponseProtoUtils.ToProto.listTasksResult(org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult result)