Uses of Class
org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
Packages that use ListTaskPushNotificationConfigsResponse
-
Uses of ListTaskPushNotificationConfigsResponse in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return ListTaskPushNotificationConfigsResponseModifier and TypeMethodDescriptionListTaskPushNotificationConfigsResponse.Builder.build()ListTaskPushNotificationConfigsResponse.Builder.buildPartial()ListTaskPushNotificationConfigsResponse.getDefaultInstance()ListTaskPushNotificationConfigsResponse.Builder.getDefaultInstanceForType()ListTaskPushNotificationConfigsResponse.getDefaultInstanceForType()A2AServiceGrpc.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.ListTaskPushNotificationConfigsResponse.parseDelimitedFrom(InputStream input) ListTaskPushNotificationConfigsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsResponse.parseFrom(byte[] data) ListTaskPushNotificationConfigsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsResponse.parseFrom(com.google.protobuf.ByteString data) ListTaskPushNotificationConfigsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsResponse.parseFrom(com.google.protobuf.CodedInputStream input) ListTaskPushNotificationConfigsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsResponse.parseFrom(InputStream input) ListTaskPushNotificationConfigsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListTaskPushNotificationConfigsResponse.parseFrom(ByteBuffer data) ListTaskPushNotificationConfigsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type ListTaskPushNotificationConfigsResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ListTaskPushNotificationConfigsRequest,ListTaskPushNotificationConfigsResponse> A2AServiceGrpc.getListTaskPushNotificationConfigsMethod()com.google.protobuf.Parser<ListTaskPushNotificationConfigsResponse>ListTaskPushNotificationConfigsResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTaskPushNotificationConfigsResponse>A2AServiceGrpc.A2AServiceFutureStub.listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest request) Get a list of push notifications configured for a task.static com.google.protobuf.Parser<ListTaskPushNotificationConfigsResponse>ListTaskPushNotificationConfigsResponse.parser()Methods in org.a2aproject.sdk.grpc with parameters of type ListTaskPushNotificationConfigsResponseModifier and TypeMethodDescriptionListTaskPushNotificationConfigsResponse.Builder.mergeFrom(ListTaskPushNotificationConfigsResponse other) ListTaskPushNotificationConfigsResponse.newBuilder(ListTaskPushNotificationConfigsResponse prototype) Method parameters in org.a2aproject.sdk.grpc with type arguments of type ListTaskPushNotificationConfigsResponseModifier and TypeMethodDescriptionvoidA2AServiceGrpc.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. -
Uses of ListTaskPushNotificationConfigsResponse in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return ListTaskPushNotificationConfigsResponseModifier and TypeMethodDescriptionProtoUtils.ToProto.listTaskPushNotificationConfigsResponse(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult result)