Uses of Class
org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
Packages that use SendMessageConfiguration.Builder
-
Uses of SendMessageConfiguration.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return SendMessageConfiguration.BuilderModifier and TypeMethodDescriptionSendMessageConfiguration.Builder.addAcceptedOutputModes(String value) A list of media types the client is prepared to accept for response parts.SendMessageConfiguration.Builder.addAcceptedOutputModesBytes(com.google.protobuf.ByteString value) A list of media types the client is prepared to accept for response parts.SendMessageConfiguration.Builder.addAllAcceptedOutputModes(Iterable<String> values) A list of media types the client is prepared to accept for response parts.SendMessageConfiguration.Builder.clear()SendMessageConfiguration.Builder.clearAcceptedOutputModes()A list of media types the client is prepared to accept for response parts.SendMessageConfiguration.Builder.clearHistoryLength()The maximum number of most recent messages from the task's history to retrieve in the response.SendMessageConfiguration.Builder.clearReturnImmediately()If `true`, the operation returns immediately after creating the task, even if processing is still in progress.SendMessageConfiguration.Builder.clearTaskPushNotificationConfig()Configuration for the agent to send push notifications for task updates.SendMessageRequest.Builder.getConfigurationBuilder()Configuration for the send request.SendMessageConfiguration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SendMessageConfiguration.Builder.mergeFrom(com.google.protobuf.Message other) SendMessageConfiguration.Builder.mergeFrom(SendMessageConfiguration other) SendMessageConfiguration.Builder.mergeTaskPushNotificationConfig(TaskPushNotificationConfig value) Configuration for the agent to send push notifications for task updates.SendMessageConfiguration.newBuilder()SendMessageConfiguration.newBuilder(SendMessageConfiguration prototype) SendMessageConfiguration.newBuilderForType()protected SendMessageConfiguration.BuilderSendMessageConfiguration.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SendMessageConfiguration.Builder.setAcceptedOutputModes(int index, String value) A list of media types the client is prepared to accept for response parts.SendMessageConfiguration.Builder.setHistoryLength(int value) The maximum number of most recent messages from the task's history to retrieve in the response.SendMessageConfiguration.Builder.setReturnImmediately(boolean value) If `true`, the operation returns immediately after creating the task, even if processing is still in progress.SendMessageConfiguration.Builder.setTaskPushNotificationConfig(TaskPushNotificationConfig value) Configuration for the agent to send push notifications for task updates.SendMessageConfiguration.Builder.setTaskPushNotificationConfig(TaskPushNotificationConfig.Builder builderForValue) Configuration for the agent to send push notifications for task updates.SendMessageConfiguration.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type SendMessageConfiguration.BuilderModifier and TypeMethodDescriptionSendMessageRequest.Builder.setConfiguration(SendMessageConfiguration.Builder builderForValue) Configuration for the send request.