Uses of Class
org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
Packages that use ListTaskPushNotificationConfigsRequest
Package
Description
-
Uses of ListTaskPushNotificationConfigsRequest in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return ListTaskPushNotificationConfigsRequestModifier and TypeMethodDescriptionListTaskPushNotificationConfigsRequest.Builder.build()ListTaskPushNotificationConfigsRequest.Builder.buildPartial()ListTaskPushNotificationConfigsRequest.getDefaultInstance()ListTaskPushNotificationConfigsRequest.Builder.getDefaultInstanceForType()ListTaskPushNotificationConfigsRequest.getDefaultInstanceForType()ListTaskPushNotificationConfigsRequest.parseDelimitedFrom(InputStream input) ListTaskPushNotificationConfigsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsRequest.parseFrom(byte[] data) ListTaskPushNotificationConfigsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsRequest.parseFrom(com.google.protobuf.ByteString data) ListTaskPushNotificationConfigsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsRequest.parseFrom(com.google.protobuf.CodedInputStream input) ListTaskPushNotificationConfigsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsRequest.parseFrom(InputStream input) ListTaskPushNotificationConfigsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsRequest.parseFrom(ByteBuffer data) ListTaskPushNotificationConfigsRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type ListTaskPushNotificationConfigsRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ListTaskPushNotificationConfigsRequest,ListTaskPushNotificationConfigsResponse> A2AServiceGrpc.getListTaskPushNotificationConfigsMethod()com.google.protobuf.Parser<ListTaskPushNotificationConfigsRequest>ListTaskPushNotificationConfigsRequest.getParserForType()static com.google.protobuf.Parser<ListTaskPushNotificationConfigsRequest>ListTaskPushNotificationConfigsRequest.parser()Methods in org.a2aproject.sdk.grpc with parameters of type ListTaskPushNotificationConfigsRequestModifier and TypeMethodDescriptionA2AServiceGrpc.A2AServiceBlockingStub.listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest request) Get a list of push notifications configured for a task.A2AServiceGrpc.A2AServiceBlockingV2Stub.listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest request) Get a list of push notifications configured for a task.com.google.common.util.concurrent.ListenableFuture<ListTaskPushNotificationConfigsResponse>A2AServiceGrpc.A2AServiceFutureStub.listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest request) Get a list of push notifications configured for a task.voidA2AServiceGrpc.A2AServiceStub.listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest request, io.grpc.stub.StreamObserver<ListTaskPushNotificationConfigsResponse> responseObserver) Get a list of push notifications configured for a task.default voidA2AServiceGrpc.AsyncService.listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest request, io.grpc.stub.StreamObserver<ListTaskPushNotificationConfigsResponse> responseObserver) Get a list of push notifications configured for a task.ListTaskPushNotificationConfigsRequest.Builder.mergeFrom(ListTaskPushNotificationConfigsRequest other) ListTaskPushNotificationConfigsRequest.newBuilder(ListTaskPushNotificationConfigsRequest prototype) -
Uses of ListTaskPushNotificationConfigsRequest in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return ListTaskPushNotificationConfigsRequestModifier and TypeMethodDescriptionListTaskPushNotificationConfigsParamsMapper.toProto(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams domain) Converts domain ListTaskPushNotificationConfigsParams to proto ListTaskPushNotificationConfigsRequest.ListTaskPushNotificationConfigsParamsMapperImpl.toProto(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type ListTaskPushNotificationConfigsRequestModifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParamsListTaskPushNotificationConfigsParamsMapper.fromProto(ListTaskPushNotificationConfigsRequest proto) Converts proto ListTaskPushNotificationConfigsRequest to domain ListTaskPushNotificationConfigsParams.org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParamsListTaskPushNotificationConfigsParamsMapperImpl.fromProto(ListTaskPushNotificationConfigsRequest proto) -
Uses of ListTaskPushNotificationConfigsRequest in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return ListTaskPushNotificationConfigsRequestModifier and TypeMethodDescriptionProtoUtils.ToProto.listTaskPushNotificationConfigsRequest(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams params)