Uses of Class
org.a2aproject.sdk.grpc.Message.Builder
Packages that use Message.Builder
-
Uses of Message.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return Message.BuilderModifier and TypeMethodDescriptionMessage.Builder.addAllExtensions(Iterable<String> values) The URIs of extensions that are present or contributed to this Message.Message.Builder.addAllParts(Iterable<? extends Part> values) Parts is the container of the message content.Message.Builder.addAllReferenceTaskIds(Iterable<String> values) A list of task IDs that this message references for additional context.Message.Builder.addExtensions(String value) The URIs of extensions that are present or contributed to this Message.Message.Builder.addExtensionsBytes(com.google.protobuf.ByteString value) The URIs of extensions that are present or contributed to this Message.Task.Builder.addHistoryBuilder()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Task.Builder.addHistoryBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Parts is the container of the message content.Message.Builder.addParts(int index, Part.Builder builderForValue) Parts is the container of the message content.Parts is the container of the message content.Message.Builder.addParts(Part.Builder builderForValue) Parts is the container of the message content.Message.Builder.addReferenceTaskIds(String value) A list of task IDs that this message references for additional context.Message.Builder.addReferenceTaskIdsBytes(com.google.protobuf.ByteString value) A list of task IDs that this message references for additional context.Message.Builder.clear()Message.Builder.clearContextId()Optional.Message.Builder.clearExtensions()The URIs of extensions that are present or contributed to this Message.Message.Builder.clearMessageId()The unique identifier (e.g.Message.Builder.clearMetadata()Optional.Message.Builder.clearParts()Parts is the container of the message content.Message.Builder.clearReferenceTaskIds()A list of task IDs that this message references for additional context.Message.Builder.clearRole()Identifies the sender of the message.Message.Builder.clearTaskId()Optional.Task.Builder.getHistoryBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.SendMessageRequest.Builder.getMessageBuilder()The message to send to the agent.SendMessageResponse.Builder.getMessageBuilder()A message from the agent.StreamResponse.Builder.getMessageBuilder()A Message object containing a message from the agent.TaskStatus.Builder.getMessageBuilder()A message associated with the status.Message.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom(com.google.protobuf.Message other) Message.Builder.mergeMetadata(com.google.protobuf.Struct value) Optional.static Message.BuilderMessage.newBuilder()static Message.BuilderMessage.newBuilder(Message prototype) Message.newBuilderForType()protected Message.BuilderMessage.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Message.Builder.removeParts(int index) Parts is the container of the message content.Message.Builder.setContextId(String value) Optional.Message.Builder.setContextIdBytes(com.google.protobuf.ByteString value) Optional.Message.Builder.setExtensions(int index, String value) The URIs of extensions that are present or contributed to this Message.Message.Builder.setMessageId(String value) The unique identifier (e.g.Message.Builder.setMessageIdBytes(com.google.protobuf.ByteString value) The unique identifier (e.g.Message.Builder.setMetadata(com.google.protobuf.Struct value) Optional.Message.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Optional.Parts is the container of the message content.Message.Builder.setParts(int index, Part.Builder builderForValue) Parts is the container of the message content.Message.Builder.setReferenceTaskIds(int index, String value) A list of task IDs that this message references for additional context.Identifies the sender of the message.Message.Builder.setRoleValue(int value) Identifies the sender of the message.Optional.Message.Builder.setTaskIdBytes(com.google.protobuf.ByteString value) Optional.Message.toBuilder()Methods in org.a2aproject.sdk.grpc that return types with arguments of type Message.BuilderModifier and TypeMethodDescriptionTask.Builder.getHistoryBuilderList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.Methods in org.a2aproject.sdk.grpc with parameters of type Message.BuilderModifier and TypeMethodDescriptionTask.Builder.addHistory(int index, Message.Builder builderForValue) 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`.Task.Builder.setHistory(int index, Message.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.SendMessageRequest.Builder.setMessage(Message.Builder builderForValue) The message to send to the agent.SendMessageResponse.Builder.setMessage(Message.Builder builderForValue) A message from the agent.StreamResponse.Builder.setMessage(Message.Builder builderForValue) A Message object containing a message from the agent.TaskStatus.Builder.setMessage(Message.Builder builderForValue) A message associated with the status.