Uses of Class
org.a2aproject.sdk.grpc.Task.Builder
Packages that use Task.Builder
-
Uses of Task.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return Task.BuilderModifier and TypeMethodDescriptionTask.Builder.addAllArtifacts(Iterable<? extends Artifact> values) A set of output artifacts for a `Task`.Task.Builder.addAllHistory(Iterable<? extends Message> values) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.addArtifacts(int index, Artifact value) A set of output artifacts for a `Task`.Task.Builder.addArtifacts(int index, Artifact.Builder builderForValue) A set of output artifacts for a `Task`.Task.Builder.addArtifacts(Artifact value) A set of output artifacts for a `Task`.Task.Builder.addArtifacts(Artifact.Builder builderForValue) A set of output artifacts for a `Task`.Task.Builder.addHistory(int index, Message value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.addHistory(int index, Message.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.addHistory(Message value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.addHistory(Message.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.ListTasksResponse.Builder.addTasksBuilder()Array of tasks matching the specified criteria.ListTasksResponse.Builder.addTasksBuilder(int index) Array of tasks matching the specified criteria.Task.Builder.clear()Task.Builder.clearArtifacts()A set of output artifacts for a `Task`.Task.Builder.clearContextId()Unique identifier (e.g.Task.Builder.clearHistory()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.clearId()Unique identifier (e.g.Task.Builder.clearMetadata()protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.Task.Builder.clearStatus()The current status of a `Task`, including `state` and a `message`.SendMessageResponse.Builder.getTaskBuilder()The task created or updated by the message.StreamResponse.Builder.getTaskBuilder()A Task object containing the current state of the task.ListTasksResponse.Builder.getTasksBuilder(int index) Array of tasks matching the specified criteria.Task.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Task.Builder.mergeFrom(com.google.protobuf.Message other) Task.Builder.mergeMetadata(com.google.protobuf.Struct value) protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.Task.Builder.mergeStatus(TaskStatus value) The current status of a `Task`, including `state` and a `message`.static Task.BuilderTask.newBuilder()static Task.BuilderTask.newBuilder(Task prototype) Task.newBuilderForType()protected Task.BuilderTask.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Task.Builder.removeArtifacts(int index) A set of output artifacts for a `Task`.Task.Builder.removeHistory(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.setArtifacts(int index, Artifact value) A set of output artifacts for a `Task`.Task.Builder.setArtifacts(int index, Artifact.Builder builderForValue) A set of output artifacts for a `Task`.Task.Builder.setContextId(String value) Unique identifier (e.g.Task.Builder.setContextIdBytes(com.google.protobuf.ByteString value) Unique identifier (e.g.Task.Builder.setHistory(int index, Message value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.setHistory(int index, Message.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Unique identifier (e.g.Task.Builder.setIdBytes(com.google.protobuf.ByteString value) Unique identifier (e.g.Task.Builder.setMetadata(com.google.protobuf.Struct value) protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.Task.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.Task.Builder.setStatus(TaskStatus value) The current status of a `Task`, including `state` and a `message`.Task.Builder.setStatus(TaskStatus.Builder builderForValue) The current status of a `Task`, including `state` and a `message`.Task.toBuilder()Methods in org.a2aproject.sdk.grpc that return types with arguments of type Task.BuilderModifier and TypeMethodDescriptionListTasksResponse.Builder.getTasksBuilderList()Array of tasks matching the specified criteria.Methods in org.a2aproject.sdk.grpc with parameters of type Task.BuilderModifier and TypeMethodDescriptionListTasksResponse.Builder.addTasks(int index, Task.Builder builderForValue) Array of tasks matching the specified criteria.ListTasksResponse.Builder.addTasks(Task.Builder builderForValue) Array of tasks matching the specified criteria.SendMessageResponse.Builder.setTask(Task.Builder builderForValue) The task created or updated by the message.StreamResponse.Builder.setTask(Task.Builder builderForValue) A Task object containing the current state of the task.ListTasksResponse.Builder.setTasks(int index, Task.Builder builderForValue) Array of tasks matching the specified criteria.