Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A03ToV10MapperConfig - Interface in org.a2aproject.sdk.compat03.conversion.mappers.config
-
Global MapStruct configuration for converting between A2A Protocol v0.3 and v1.0 types.
- A2A - Class in org.a2aproject.sdk
-
Utility class providing convenience methods for working with the A2A Protocol.
- A2A - Class in org.a2aproject.sdk.compat03.grpc
- A2A - Class in org.a2aproject.sdk.grpc
- A2A() - Constructor for class org.a2aproject.sdk.A2A
- A2A_EXTENSIONS - Static variable in class org.a2aproject.sdk.common.A2AHeaders
-
HTTP header name for A2A extensions.
- A2A_v0_3 - Class in org.a2aproject.sdk.compat03
-
Constants and utility methods related to the A2A protocol.
- A2A_v0_3() - Constructor for class org.a2aproject.sdk.compat03.A2A_v0_3
- A2A_VERSION - Static variable in class org.a2aproject.sdk.common.A2AHeaders
-
HTTP header name for A2A protocol version.
- A2ACardResolver - Class in org.a2aproject.sdk.client.http
-
Utility for fetching agent cards from A2A agents.
- A2ACardResolver_v0_3 - Class in org.a2aproject.sdk.compat03.client.http
- A2ACardResolver_v0_3(String) - Constructor for class org.a2aproject.sdk.compat03.client.http.A2ACardResolver_v0_3
-
Get the agent card for an A2A agent.
- A2ACardResolver_v0_3(A2AHttpClient, String) - Constructor for class org.a2aproject.sdk.compat03.client.http.A2ACardResolver_v0_3
-
Constructs an A2ACardResolver with a specific HTTP client and base URL.
- A2ACardResolver_v0_3(A2AHttpClient, String, String, Map<String, String>) - Constructor for class org.a2aproject.sdk.compat03.client.http.A2ACardResolver_v0_3
- A2ACardResolver_v0_3(A2AHttpClient, String, String) - Constructor for class org.a2aproject.sdk.compat03.client.http.A2ACardResolver_v0_3
- A2ACardResolver.Builder - Class in org.a2aproject.sdk.client.http
-
Builder for creating A2ACardResolver instances with a fluent API.
- A2AClientError - Exception in org.a2aproject.sdk.spec
-
Base exception for A2A client-specific error conditions.
- A2AClientError() - Constructor for exception org.a2aproject.sdk.spec.A2AClientError
-
Constructs a new A2AClientError with no detail message.
- A2AClientError(String) - Constructor for exception org.a2aproject.sdk.spec.A2AClientError
-
Constructs a new A2AClientError with the specified detail message.
- A2AClientError(String, Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AClientError
-
Constructs a new A2AClientError with the specified detail message and cause.
- A2AClientError_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
-
Base exception for A2A Client errors.
- A2AClientError_v0_3() - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientError_v0_3
- A2AClientError_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientError_v0_3
- A2AClientError_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientError_v0_3
- A2AClientException - Exception in org.a2aproject.sdk.spec
-
Exception indicating a client-side failure in A2A Protocol operations.
- A2AClientException() - Constructor for exception org.a2aproject.sdk.spec.A2AClientException
-
Constructs a new A2AClientException with no detail message or cause.
- A2AClientException(String) - Constructor for exception org.a2aproject.sdk.spec.A2AClientException
-
Constructs a new A2AClientException with the specified detail message.
- A2AClientException(String, Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AClientException
-
Constructs a new A2AClientException with the specified detail message and cause.
- A2AClientException(Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AClientException
-
Constructs a new A2AClientException with the specified cause.
- A2AClientException_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
-
Exception to indicate a general failure related to an A2A client.
- A2AClientException_v0_3() - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientException_v0_3
- A2AClientException_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientException_v0_3
- A2AClientException_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientException_v0_3
- A2AClientException_v0_3(Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientException_v0_3
- A2AClientHTTPError - Exception in org.a2aproject.sdk.spec
-
Client exception indicating an HTTP transport error with a specific status code.
- A2AClientHTTPError(int, String, String, Map<String, List<String>>) - Constructor for exception org.a2aproject.sdk.spec.A2AClientHTTPError
-
Creates a new HTTP client error with the specified status code, message, response body, and headers.
- A2AClientHTTPError_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
- A2AClientHTTPError_v0_3(int, String, Object) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientHTTPError_v0_3
- A2AClientInvalidArgsError - Exception in org.a2aproject.sdk.spec
-
Client exception indicating invalid arguments provided to a client operation.
- A2AClientInvalidArgsError() - Constructor for exception org.a2aproject.sdk.spec.A2AClientInvalidArgsError
-
Creates a new invalid arguments error with no message.
- A2AClientInvalidArgsError(String) - Constructor for exception org.a2aproject.sdk.spec.A2AClientInvalidArgsError
-
Creates a new invalid arguments error with the specified message.
- A2AClientInvalidArgsError(String, Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AClientInvalidArgsError
-
Creates a new invalid arguments error with the specified message and cause.
- A2AClientInvalidArgsError_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
- A2AClientInvalidArgsError_v0_3() - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientInvalidArgsError_v0_3
- A2AClientInvalidArgsError_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientInvalidArgsError_v0_3
- A2AClientInvalidArgsError_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientInvalidArgsError_v0_3
- A2AClientInvalidStateError - Exception in org.a2aproject.sdk.spec
-
Client exception indicating an invalid state for the requested operation.
- A2AClientInvalidStateError() - Constructor for exception org.a2aproject.sdk.spec.A2AClientInvalidStateError
-
Creates a new invalid state error with no message.
- A2AClientInvalidStateError(String) - Constructor for exception org.a2aproject.sdk.spec.A2AClientInvalidStateError
-
Creates a new invalid state error with the specified message.
- A2AClientInvalidStateError(String, Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AClientInvalidStateError
-
Creates a new invalid state error with the specified message and cause.
- A2AClientInvalidStateError_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
- A2AClientInvalidStateError_v0_3() - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientInvalidStateError_v0_3
- A2AClientInvalidStateError_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientInvalidStateError_v0_3
- A2AClientInvalidStateError_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientInvalidStateError_v0_3
- A2AClientJSONError - Exception in org.a2aproject.sdk.spec
-
Client exception indicating a JSON serialization or deserialization error.
- A2AClientJSONError() - Constructor for exception org.a2aproject.sdk.spec.A2AClientJSONError
-
Creates a new JSON error with no message.
- A2AClientJSONError(String) - Constructor for exception org.a2aproject.sdk.spec.A2AClientJSONError
-
Creates a new JSON error with the specified message.
- A2AClientJSONError(String, Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AClientJSONError
-
Creates a new JSON error with the specified message and cause.
- A2AClientJSONError_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
-
Client exception indicating a JSON serialization or deserialization error.
- A2AClientJSONError_v0_3() - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientJSONError_v0_3
- A2AClientJSONError_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientJSONError_v0_3
- A2AClientJSONError_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AClientJSONError_v0_3
- A2ACommonFieldMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Common field mapping utilities shared across all mappers.
- A2ACommonFieldMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- A2ACommonFieldMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapperImpl
- A2AConfigProvider - Interface in org.a2aproject.sdk.server.config
-
Configuration provider interface for A2A SDK configuration values.
- A2AError - Exception in org.a2aproject.sdk.spec
-
Marker interface for A2A Protocol error events.
- A2AError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.A2AError
-
Constructs a JSON-RPC error with the specified code, message, and optional details.
- A2AError_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
- A2AErrorCodes - Enum Class in org.a2aproject.sdk.spec
-
All the error codes for A2A errors.
- A2AErrorCodes_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
-
All the error codes for A2A errors.
- A2AErrorMessages - Class in org.a2aproject.sdk.common
-
Standard error message constants for A2A authentication and authorization failures.
- A2AErrorResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Represents a JSON-RPC 2.0 error response.
- A2AErrorResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AErrorResponse
-
Constructs a JSON-RPC error response with a request ID and error.
- A2AErrorResponse(String, Object, Void, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AErrorResponse
-
Constructs a JSON-RPC error response with all fields.
- A2AErrorResponse(A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AErrorResponse
-
Constructs a JSON-RPC error response without a request ID.
- A2AException - Exception in org.a2aproject.sdk.spec
-
Base exception for A2A Protocol-related failures.
- A2AException() - Constructor for exception org.a2aproject.sdk.spec.A2AException
-
Constructs a new
A2AExceptioninstance. - A2AException(String) - Constructor for exception org.a2aproject.sdk.spec.A2AException
-
Constructs a new
A2AExceptioninstance with an initial message. - A2AException(String, Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AException
-
Constructs a new
A2AExceptioninstance with an initial message and cause. - A2AException(Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AException
-
Constructs a new
A2AExceptioninstance with an initial cause. - A2AException_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
-
Exception to indicate a general failure related to the A2A protocol.
- A2AException_v0_3() - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AException_v0_3
-
Constructs a new
A2AExceptioninstance. - A2AException_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AException_v0_3
-
Constructs a new
A2AExceptioninstance with an initial message. - A2AException_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AException_v0_3
-
Constructs a new
A2AExceptioninstance with an initial message and cause. - A2AException_v0_3(Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AException_v0_3
-
Constructs a new
A2AExceptioninstance with an initial cause. - A2AExtensions - Class in org.a2aproject.sdk.server.extensions
- A2AExtensions() - Constructor for class org.a2aproject.sdk.server.extensions.A2AExtensions
- A2AExtensionsInterceptor - Class in org.a2aproject.sdk.server.grpc.quarkus
-
gRPC server interceptor that captures request metadata and context information, providing equivalent functionality to Python's
grpc.aio.ServicerContext. - A2AExtensionsInterceptor() - Constructor for class org.a2aproject.sdk.server.grpc.quarkus.A2AExtensionsInterceptor
- A2AExtensionsInterceptor_v0_3 - Class in org.a2aproject.sdk.compat03.server.grpc.quarkus
-
gRPC server interceptor that captures request metadata and context information, providing equivalent functionality to Python's grpc.aio.ServicerContext.
- A2AExtensionsInterceptor_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.grpc.quarkus.A2AExtensionsInterceptor_v0_3
- A2AHeaders - Class in org.a2aproject.sdk.common
-
Common A2A protocol headers and constants.
- A2AHeaders_v0_3 - Class in org.a2aproject.sdk.compat03.common
-
A2A Protocol v0.3 specific headers.
- A2AHttpClient - Interface in org.a2aproject.sdk.client.http
-
HTTP client interface for making HTTP requests to A2A agents.
- A2AHttpClient.Builder<T extends A2AHttpClient.Builder<T>> - Interface in org.a2aproject.sdk.client.http
-
Base builder interface for HTTP requests.
- A2AHttpClient.DeleteBuilder - Interface in org.a2aproject.sdk.client.http
-
Builder for HTTP DELETE requests.
- A2AHttpClient.GetBuilder - Interface in org.a2aproject.sdk.client.http
-
Builder for HTTP GET requests.
- A2AHttpClient.PostBuilder - Interface in org.a2aproject.sdk.client.http
-
Builder for HTTP POST requests.
- A2AHttpClientFactory - Class in org.a2aproject.sdk.client.http
-
Factory for creating
A2AHttpClientinstances using the ServiceLoader mechanism. - A2AHttpClientProvider - Interface in org.a2aproject.sdk.client.http
-
Service provider interface for creating
A2AHttpClientinstances. - A2AHttpHeaders - Interface in org.a2aproject.sdk.client.http
-
Read-only abstraction over HTTP response headers.
- A2AHttpResponse - Interface in org.a2aproject.sdk.client.http
-
HTTP response wrapper containing status code and response body.
- A2AMappers - Class in org.a2aproject.sdk.grpc.mapper
- A2AMappers() - Constructor for class org.a2aproject.sdk.grpc.mapper.A2AMappers
- A2AMappers_v0_3 - Class in org.a2aproject.sdk.compat03.conversion.mappers.config
-
Singleton factory for MapStruct mapper instances in the v0.3 to v1.0 conversion layer.
- A2AMessage - Interface in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Base interface for all JSON-RPC 2.0 protocol messages in the A2A Protocol.
- A2AMethods - Interface in org.a2aproject.sdk.spec
-
Constants defining the A2A protocol method names.
- A2AObservabilityNames - Interface in org.a2aproject.sdk.extras.opentelemetry
- A2AProtocol_v0_3 - Class in org.a2aproject.sdk.compat03.conversion
- A2AProtocolError - Exception in org.a2aproject.sdk.spec
-
Represents a protocol-level error in the A2A Protocol.
- A2AProtocolError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.A2AProtocolError
-
Constructs a protocol error with the specified code, message, and details.
- A2AProtoMapperConfig - Interface in org.a2aproject.sdk.grpc.mapper
- A2ARequest<T> - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Base class for JSON-RPC 2.0 requests in the A2A Protocol.
- A2ARequest() - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
Default constructor for JSON deserialization.
- A2AResponse<T> - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Represents a JSONRPC response.
- A2AResponse() - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
Default constructor for deserialization.
- A2AResponse(String, Object, T, A2AError, Class<T>) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
Constructs a JSON-RPC response.
- A2AServerException - Exception in org.a2aproject.sdk.spec
-
Exception indicating a server-side failure in A2A Protocol operations.
- A2AServerException() - Constructor for exception org.a2aproject.sdk.spec.A2AServerException
-
Creates a new A2AServerException with no message.
- A2AServerException(String) - Constructor for exception org.a2aproject.sdk.spec.A2AServerException
-
Creates a new A2AServerException with the specified message.
- A2AServerException(String, Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AServerException
-
Creates a new A2AServerException with the specified message and cause.
- A2AServerException(Throwable) - Constructor for exception org.a2aproject.sdk.spec.A2AServerException
-
Creates a new A2AServerException with the specified cause.
- A2AServerException_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
-
Exception to indicate a general failure related to an A2A server.
- A2AServerException_v0_3() - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AServerException_v0_3
- A2AServerException_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AServerException_v0_3
- A2AServerException_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AServerException_v0_3
- A2AServerException_v0_3(Throwable) - Constructor for exception org.a2aproject.sdk.compat03.spec.A2AServerException_v0_3
- A2AServerRoutes - Class in org.a2aproject.sdk.server.apps.quarkus
-
Quarkus routing configuration for JSON-RPC A2A protocol requests.
- A2AServerRoutes - Class in org.a2aproject.sdk.server.rest.quarkus
-
Vert.x Web Router routes for A2A protocol REST endpoints.
- A2AServerRoutes() - Constructor for class org.a2aproject.sdk.server.apps.quarkus.A2AServerRoutes
- A2AServerRoutes() - Constructor for class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
- A2AServerRoutes_v0_3 - Class in org.a2aproject.sdk.compat03.server.apps.quarkus
- A2AServerRoutes_v0_3 - Class in org.a2aproject.sdk.compat03.server.rest.quarkus
- A2AServerRoutes_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.apps.quarkus.A2AServerRoutes_v0_3
- A2AServerRoutes_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- A2AServiceGrpc - Class in org.a2aproject.sdk.compat03.grpc
-
A2AService defines the gRPC version of the A2A protocol.
- A2AServiceGrpc - Class in org.a2aproject.sdk.grpc
-
Provides operations for interacting with agents using the A2A protocol.
- A2AServiceGrpc.A2AServiceBlockingStub - Class in org.a2aproject.sdk.compat03.grpc
-
A stub to allow clients to do limited synchronous rpc calls to service A2AService.
- A2AServiceGrpc.A2AServiceBlockingStub - Class in org.a2aproject.sdk.grpc
-
A stub to allow clients to do limited synchronous rpc calls to service A2AService.
- A2AServiceGrpc.A2AServiceBlockingV2Stub - Class in org.a2aproject.sdk.compat03.grpc
-
A stub to allow clients to do synchronous rpc calls to service A2AService.
- A2AServiceGrpc.A2AServiceBlockingV2Stub - Class in org.a2aproject.sdk.grpc
-
A stub to allow clients to do synchronous rpc calls to service A2AService.
- A2AServiceGrpc.A2AServiceFutureStub - Class in org.a2aproject.sdk.compat03.grpc
-
A stub to allow clients to do ListenableFuture-style rpc calls to service A2AService.
- A2AServiceGrpc.A2AServiceFutureStub - Class in org.a2aproject.sdk.grpc
-
A stub to allow clients to do ListenableFuture-style rpc calls to service A2AService.
- A2AServiceGrpc.A2AServiceImplBase - Class in org.a2aproject.sdk.compat03.grpc
-
Base class for the server implementation of the service A2AService.
- A2AServiceGrpc.A2AServiceImplBase - Class in org.a2aproject.sdk.grpc
-
Base class for the server implementation of the service A2AService.
- A2AServiceGrpc.A2AServiceStub - Class in org.a2aproject.sdk.compat03.grpc
-
A stub to allow clients to do asynchronous rpc calls to service A2AService.
- A2AServiceGrpc.A2AServiceStub - Class in org.a2aproject.sdk.grpc
-
A stub to allow clients to do asynchronous rpc calls to service A2AService.
- A2AServiceGrpc.AsyncService - Interface in org.a2aproject.sdk.compat03.grpc
-
A2AService defines the gRPC version of the A2A protocol.
- A2AServiceGrpc.AsyncService - Interface in org.a2aproject.sdk.grpc
-
Provides operations for interacting with agents using the A2A protocol.
- A2AServiceImplBase() - Constructor for class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceImplBase
- A2AServiceImplBase() - Constructor for class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceImplBase
- A2ATestRoutes - Class in org.a2aproject.sdk.extras.opentelemetry.it
-
Test routes for OpenTelemetry integration testing.
- A2ATestRoutes() - Constructor for class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- A2AVersionValidator - Class in org.a2aproject.sdk.server.version
-
Utility class for validating A2A protocol version compatibility between clients and agents.
- A2AVersionValidator() - Constructor for class org.a2aproject.sdk.server.version.A2AVersionValidator
- AbstractClient - Class in org.a2aproject.sdk.client
-
Abstract class representing an A2A client.
- AbstractClient(List<BiConsumer<ClientEvent, AgentCard>>) - Constructor for class org.a2aproject.sdk.client.AbstractClient
- AbstractClient(List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.client.AbstractClient
- AbstractClient_v0_3 - Class in org.a2aproject.sdk.compat03.client
-
Abstract class representing an A2A client.
- AbstractClient_v0_3(List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
- AbstractClient_v0_3(List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>) - Constructor for class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
- AbstractSSEEventListener - Class in org.a2aproject.sdk.client.transport.spi.sse
-
Abstract base class for SSE event listeners that provides common functionality for handling Server-Sent Events across different transport implementations.
- AbstractSSEEventListener(Consumer<StreamingEventKind>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.client.transport.spi.sse.AbstractSSEEventListener
-
Creates a new SSE event listener with the specified handlers.
- ACCEPT - Static variable in interface org.a2aproject.sdk.client.http.A2AHttpClient
-
HTTP Accept header name.
- ACCEPTED_OUTPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- ACCEPTED_OUTPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- acceptedOutputModes() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Returns the value of the
acceptedOutputModesrecord component. - acceptedOutputModes() - Method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Returns the value of the
acceptedOutputModesrecord component. - acceptedOutputModes(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3.Builder
- acceptedOutputModes(List<String>) - Method in class org.a2aproject.sdk.spec.MessageSendConfiguration.Builder
-
Sets the accepted output modes.
- activateExtension(String) - Method in class org.a2aproject.sdk.server.ServerCallContext
- add(String, EventQueue) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- add(String, EventQueue) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- add(String, EventQueue) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Adds a queue to the manager with the given task ID.
- addAcceptedOutputModes(String) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- addAcceptedOutputModes(String) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- addAcceptedOutputModesBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- addAcceptedOutputModesBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- addAdditionalInterfaces(int, AgentInterface) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- addAdditionalInterfaces(int, AgentInterface.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- addAdditionalInterfaces(AgentInterface) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- addAdditionalInterfaces(AgentInterface.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- addAdditionalInterfacesBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- addAdditionalInterfacesBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- addAllAcceptedOutputModes(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- addAllAcceptedOutputModes(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- addAllAdditionalInterfaces(Iterable<? extends AgentInterface>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- addAllArtifacts(Iterable<? extends Artifact>) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- addAllArtifacts(Iterable<? extends Artifact>) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- addAllConfigs(Iterable<? extends TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - addAllConfigs(Iterable<? extends TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- addAllContent(Iterable<? extends Part>) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- addAllDefaultInputModes(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- addAllDefaultInputModes(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- addAllDefaultOutputModes(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- addAllDefaultOutputModes(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- addAllExamples(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- addAllExamples(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- addAllExtensions(Iterable<? extends AgentExtension>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- addAllExtensions(Iterable<? extends AgentExtension>) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- addAllExtensions(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- addAllExtensions(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- addAllExtensions(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- addAllExtensions(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- addAllHistory(Iterable<? extends Message>) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- addAllHistory(Iterable<? extends Message>) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- addAllInputModes(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- addAllInputModes(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- addAllInstructions(Iterable<? extends InstructionOuterClass.Instruction>) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - addAllList(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - addAllList(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- addAllOutputModes(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- addAllOutputModes(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- addAllParts(Iterable<? extends Part>) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- addAllParts(Iterable<? extends Part>) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- addAllParts(Iterable<? extends Part>) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- addAllReferenceTaskIds(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- addAllSchemes(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- addAllSecurity(Iterable<? extends Security>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- addAllSecurity(Iterable<? extends Security>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- addAllSecurityRequirements(Iterable<? extends SecurityRequirement>) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- addAllSecurityRequirements(Iterable<? extends SecurityRequirement>) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- addAllSignatures(Iterable<? extends AgentCardSignature>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- addAllSignatures(Iterable<? extends AgentCardSignature>) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- addAllSkills(Iterable<? extends AgentSkill>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- addAllSkills(Iterable<? extends AgentSkill>) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- addAllSupportedInterfaces(Iterable<? extends AgentInterface>) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- addAllTags(Iterable<String>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- addAllTags(Iterable<String>) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- addAllTasks(Iterable<? extends Task>) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- addArtifact(List<Part<?>>) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Adds an artifact with the given parts to the task.
- addArtifact(List<Part<?>>, String, String, Map<String, Object>) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Adds an artifact with the given parts, artifact ID, name, and metadata.
- addArtifact(List<Part<?>>, String, String, Map<String, Object>, Boolean, Boolean) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Adds an artifact with all optional parameters.
- addArtifacts(int, Artifact) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- addArtifacts(int, Artifact.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- addArtifacts(int, Artifact) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- addArtifacts(int, Artifact.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- addArtifacts(Artifact) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- addArtifacts(Artifact.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- addArtifacts(Artifact) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- addArtifacts(Artifact.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- addArtifactsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- addArtifactsBuilder() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- addArtifactsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- addArtifactsBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- addCompat03FieldsIfAvailable(AgentCard.Builder, List<AgentInterface>, String, String) - Static method in class org.a2aproject.sdk.spec.Compat03Fields
- addConfigs(int, TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - addConfigs(int, TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - addConfigs(int, TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- addConfigs(int, TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- addConfigs(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - addConfigs(TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - addConfigs(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- addConfigs(TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- addConfigsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - addConfigsBuilder() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- addConfigsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - addConfigsBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- addConsumer(BiConsumer<ClientEvent, AgentCard>) - Method in class org.a2aproject.sdk.client.ClientBuilder
-
Add a single event consumer to process events from the agent.
- addConsumer(BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>) - Method in class org.a2aproject.sdk.compat03.client.ClientBuilder_v0_3
- addConsumers(List<BiConsumer<ClientEvent, AgentCard>>) - Method in class org.a2aproject.sdk.client.ClientBuilder
-
Add multiple event consumers to process events from the agent.
- addConsumers(List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>) - Method in class org.a2aproject.sdk.compat03.client.ClientBuilder_v0_3
- addContent(int, Part) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- addContent(int, Part.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- addContent(Part) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- addContent(Part.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- addContentBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- addContentBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- addDefaultInputModes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- addDefaultInputModes(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- addDefaultInputModesBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- addDefaultInputModesBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- addDefaultOutputModes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- addDefaultOutputModes(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- addDefaultOutputModesBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- addDefaultOutputModesBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- addDoneCallback(EnhancedRunnable.DoneCallback) - Method in class org.a2aproject.sdk.server.events.EnhancedRunnable
- addExamples(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- addExamples(String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- addExamplesBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- addExamplesBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- addExtensions(int, AgentExtension) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- addExtensions(int, AgentExtension.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- addExtensions(int, AgentExtension) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- addExtensions(int, AgentExtension.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- addExtensions(String) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- addExtensions(String) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- addExtensions(String) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- addExtensions(String) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- addExtensions(AgentExtension) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- addExtensions(AgentExtension.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- addExtensions(AgentExtension) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- addExtensions(AgentExtension.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- addExtensionsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- addExtensionsBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- addExtensionsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- addExtensionsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- addExtensionsBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- addExtensionsBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- addExtensionsBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- addExtensionsBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- addHeader(String, String) - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.Builder
-
Adds a single HTTP header to the request.
- addHeaders(Map<String, String>) - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.Builder
-
Adds multiple HTTP headers to the request.
- addHistory(int, Message) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- addHistory(int, Message.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- addHistory(int, Message) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- addHistory(int, Message.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- addHistory(Message) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- addHistory(Message.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- addHistory(Message) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- addHistory(Message.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- addHistoryBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- addHistoryBuilder() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- addHistoryBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- addHistoryBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- addInputModes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- addInputModes(String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- addInputModesBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- addInputModesBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- addInstructions(int, InstructionOuterClass.Instruction) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - addInstructions(int, InstructionOuterClass.Instruction.Builder) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - addInstructions(InstructionOuterClass.Instruction) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - addInstructions(InstructionOuterClass.Instruction.Builder) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - addInstructionsBuilder() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - addInstructionsBuilder(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - addInterceptor(ClientCallInterceptor) - Method in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfigBuilder
-
Add a request/response interceptor to this transport configuration.
- addInterceptor(ClientCallInterceptor_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfigBuilder_v0_3
- ADDITIONAL_INTERFACES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- additionalInterfaces() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
additionalInterfacesrecord component. - additionalInterfaces() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
additionalInterfacesrecord component. - additionalInterfaces(List<AgentInterface_v0_3>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- additionalInterfaces(List<Legacy_0_3_AgentInterface>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
- AdditionalRoutes - Class in org.a2aproject.sdk.itk
- AdditionalRoutes() - Constructor for class org.a2aproject.sdk.itk.AdditionalRoutes
- addList(String) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - addList(String) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- addListBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - addListBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- addOnCloseCallback(Runnable) - Method in class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
-
Adds a callback to be executed when the queue is closed.
- addOutputModes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- addOutputModes(String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- addOutputModesBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- addOutputModesBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- addParts(int, Part) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(int, Part.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(int, Part) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(int, Part) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- addParts(int, Part.Builder) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(int, Part.Builder) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- addParts(Part) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(Part.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(Part) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(Part) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- addParts(Part.Builder) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- addParts(Part.Builder) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- addPartsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- addPartsBuilder() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- addPartsBuilder() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- addPartsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- addPartsBuilder(int) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- addPartsBuilder(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- addReferenceTaskIds(String) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- addReferenceTaskIdsBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- addSchemes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- addSchemesBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- addSecurity(int, Security) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- addSecurity(int, Security) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- addSecurity(int, Security.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- addSecurity(int, Security.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- addSecurity(Security) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- addSecurity(Security) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- addSecurity(Security.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- addSecurity(Security.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- addSecurityBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- addSecurityBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- addSecurityBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- addSecurityBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- addSecurityRequirements(int, SecurityRequirement) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- addSecurityRequirements(int, SecurityRequirement) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- addSecurityRequirements(int, SecurityRequirement.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- addSecurityRequirements(int, SecurityRequirement.Builder) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- addSecurityRequirements(SecurityRequirement) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- addSecurityRequirements(SecurityRequirement) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- addSecurityRequirements(SecurityRequirement.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- addSecurityRequirements(SecurityRequirement.Builder) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- addSecurityRequirementsBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- addSecurityRequirementsBuilder() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- addSecurityRequirementsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- addSecurityRequirementsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- addSignatures(int, AgentCardSignature) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- addSignatures(int, AgentCardSignature.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- addSignatures(int, AgentCardSignature) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- addSignatures(int, AgentCardSignature.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- addSignatures(AgentCardSignature) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- addSignatures(AgentCardSignature.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- addSignatures(AgentCardSignature) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- addSignatures(AgentCardSignature.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- addSignaturesBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- addSignaturesBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- addSignaturesBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- addSignaturesBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- addSkills(int, AgentSkill) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- addSkills(int, AgentSkill.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- addSkills(int, AgentSkill) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- addSkills(int, AgentSkill.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- addSkills(AgentSkill) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- addSkills(AgentSkill.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- addSkills(AgentSkill) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- addSkills(AgentSkill.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- addSkillsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- addSkillsBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- addSkillsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- addSkillsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- addSupportedInterfaces(int, AgentInterface) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- addSupportedInterfaces(int, AgentInterface.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- addSupportedInterfaces(AgentInterface) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- addSupportedInterfaces(AgentInterface.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- addSupportedInterfacesBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- addSupportedInterfacesBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- addTags(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- addTags(String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- addTagsBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- addTagsBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- addTask(Task) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Adds a custom Task object to be sent to the client.
- addTasks(int, Task) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- addTasks(int, Task.Builder) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- addTasks(Task) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- addTasks(Task.Builder) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- addTasksBuilder() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- addTasksBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- AGENT - Enum constant in enum class org.a2aproject.sdk.compat03.spec.Message_v0_3.Role
- AGENT_CARD_URI_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.CallAgent
- AgentCapabilities - Class in org.a2aproject.sdk.compat03.grpc
-
Defines the A2A feature set supported by the agent
- AgentCapabilities - Class in org.a2aproject.sdk.grpc
-
Defines optional capabilities supported by an agent.
- AgentCapabilities - Record Class in org.a2aproject.sdk.spec
-
Defines optional capabilities supported by an agent in the A2A Protocol.
- AgentCapabilities(boolean, boolean, boolean, List<AgentExtension>) - Constructor for record class org.a2aproject.sdk.spec.AgentCapabilities
-
Creates an instance of a
AgentCapabilitiesrecord class. - AgentCapabilities_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines optional capabilities supported by an agent.
- AgentCapabilities_v0_3(boolean, boolean, boolean, List<AgentExtension_v0_3>) - Constructor for record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Creates an instance of a
AgentCapabilities_v0_3record class. - AgentCapabilities_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- AgentCapabilities.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Defines the A2A feature set supported by the agent
- AgentCapabilities.Builder - Class in org.a2aproject.sdk.grpc
-
Defines optional capabilities supported by an agent.
- AgentCapabilities.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
AgentCapabilitiesinstances. - AgentCapabilitiesMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AgentCapabilitiesandAgentCapabilities. - AgentCapabilitiesMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AgentCapabilitiesMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AgentCapabilitiesMapperImpl
- AgentCapabilitiesOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AgentCapabilitiesOrBuilder - Interface in org.a2aproject.sdk.grpc
- agentCard() - Method in class org.a2aproject.sdk.compat03.tck.server.AgentCardProducer_v0_3
- agentCard() - Method in class org.a2aproject.sdk.examples.cloud.CloudAgentCardProducer
- agentCard() - Method in class org.a2aproject.sdk.examples.helloworld.AgentCardProducer
- agentCard() - Method in class org.a2aproject.sdk.extras.opentelemetry.it.TestAgentCardProducer
- agentCard() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1.MIRApp1AgentCardProducer
- agentCard() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2.MIRApp2AgentCardProducer
- agentCard() - Method in class org.a2aproject.sdk.itk.AgentCardProducer
- agentCard() - Method in class org.a2aproject.sdk.sut.TckAgentCardProducer
- agentCard(AgentCard_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- agentCard(AgentCardOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- agentCard(AgentCard) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- AgentCard - Class in org.a2aproject.sdk.compat03.grpc
-
AgentCard conveys key information: - Overall details (version, name, description, uses) - Skills; a set of actions/solutions the agent can perform - Default modalities/content types supported by the agent
- AgentCard - Class in org.a2aproject.sdk.grpc
-
A self-describing manifest for an agent.
- AgentCard - Record Class in org.a2aproject.sdk.spec
-
The AgentCard is a self-describing manifest for an agent in the A2A Protocol.
- AgentCard(String, String, AgentProvider, String, String, AgentCapabilities, List<String>, List<String>, List<AgentSkill>, Map<String, SecurityScheme>, List<SecurityRequirement>, String, List<AgentInterface>, List<AgentCardSignature>, String, String, List<Legacy_0_3_AgentInterface>) - Constructor for record class org.a2aproject.sdk.spec.AgentCard
-
Compact constructor that validates required fields.
- agentCard_v0_3() - Method in class org.a2aproject.sdk.itk.AgentCardProducer
- AgentCard_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
The AgentCard is a self-describing manifest for an agent.
- AgentCard_v0_3(String, String, String, AgentProvider_v0_3, String, String, AgentCapabilities_v0_3, List<String>, List<String>, List<AgentSkill_v0_3>, boolean, Map<String, SecurityScheme_v0_3>, List<Map<String, List<String>>>, String, List<AgentInterface_v0_3>, String, String, List<AgentCardSignature_v0_3>) - Constructor for record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Creates an instance of a
AgentCard_v0_3record class. - AgentCard_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- AgentCard.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
AgentCard conveys key information: - Overall details (version, name, description, uses) - Skills; a set of actions/solutions the agent can perform - Default modalities/content types supported by the agent
- AgentCard.Builder - Class in org.a2aproject.sdk.grpc
-
A self-describing manifest for an agent.
- AgentCard.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
AgentCardinstances. - AgentCardCacheMetadata - Class in org.a2aproject.sdk.server
-
Provides HTTP caching metadata for Agent Card responses.
- AgentCardCacheMetadata(AgentCard, A2AConfigProvider) - Constructor for class org.a2aproject.sdk.server.AgentCardCacheMetadata
-
Public constructor for testing purposes.
- AgentCardMapper - Interface in org.a2aproject.sdk.grpc.mapper
- AgentCardMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AgentCardMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- AgentCardOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AgentCardOrBuilder - Interface in org.a2aproject.sdk.grpc
- agentCardPath(String) - Method in class org.a2aproject.sdk.client.http.A2ACardResolver.Builder
-
Sets a custom agent card path relative to the base URL.
- AgentCardProducer - Class in org.a2aproject.sdk.examples.helloworld
- AgentCardProducer - Class in org.a2aproject.sdk.itk
- AgentCardProducer() - Constructor for class org.a2aproject.sdk.examples.helloworld.AgentCardProducer
- AgentCardProducer() - Constructor for class org.a2aproject.sdk.itk.AgentCardProducer
- AgentCardProducer_v0_3 - Class in org.a2aproject.sdk.compat03.tck.server
- AgentCardProducer_v0_3() - Constructor for class org.a2aproject.sdk.compat03.tck.server.AgentCardProducer_v0_3
- AgentCardSignature - Class in org.a2aproject.sdk.compat03.grpc
-
AgentCardSignature represents a JWS signature of an AgentCard.
- AgentCardSignature - Class in org.a2aproject.sdk.grpc
-
AgentCardSignature represents a JWS signature of an AgentCard.
- AgentCardSignature - Record Class in org.a2aproject.sdk.spec
-
Represents a digital signature for an
AgentCardusing JSON Web Signature (JWS) format. - AgentCardSignature(Map<String, Object>, String, String) - Constructor for record class org.a2aproject.sdk.spec.AgentCardSignature
-
Compact constructor that validates required fields.
- AgentCardSignature_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a JWS signature of an AgentCard.
- AgentCardSignature_v0_3(Map<String, Object>, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3
-
Creates an instance of a
AgentCardSignature_v0_3record class. - AgentCardSignature_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- AgentCardSignature.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
AgentCardSignature represents a JWS signature of an AgentCard.
- AgentCardSignature.Builder - Class in org.a2aproject.sdk.grpc
-
AgentCardSignature represents a JWS signature of an AgentCard.
- AgentCardSignature.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
AgentCardSignatureinstances. - agentCardSignatureListToAgentCardSignatureList(List<AgentCardSignature>) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- AgentCardSignatureMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AgentCardSignatureandAgentCardSignature. - AgentCardSignatureMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AgentCardSignatureMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AgentCardSignatureMapperImpl
- AgentCardSignatureOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AgentCardSignatureOrBuilder - Interface in org.a2aproject.sdk.grpc
- AgentCardValidator - Class in org.a2aproject.sdk.server
-
Validates AgentCard transport configuration against available transport endpoints.
- AgentCardValidator() - Constructor for class org.a2aproject.sdk.server.AgentCardValidator
- AgentEmitter - Class in org.a2aproject.sdk.server.tasks
-
Helper for emitting events from AgentExecutor implementations.
- AgentEmitter(RequestContext, EventQueue) - Constructor for class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Creates a new AgentEmitter for the given request context and event queue.
- agentExecutor() - Method in class org.a2aproject.sdk.compat03.conversion.AgentExecutorProducer_v0_3
- agentExecutor() - Method in class org.a2aproject.sdk.compat03.tck.server.AgentExecutorProducer_v0_3
- agentExecutor() - Method in class org.a2aproject.sdk.examples.cloud.CloudAgentExecutorProducer
- agentExecutor() - Method in class org.a2aproject.sdk.examples.helloworld.AgentExecutorProducer
- agentExecutor() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1.MIRApp1AgentExecutorProducer
- agentExecutor() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2.MIRApp2AgentExecutorProducer
- agentExecutor() - Method in class org.a2aproject.sdk.itk.AgentExecutorProducer
- agentExecutor() - Method in class org.a2aproject.sdk.sut.TckAgentExecutorProducer
- AgentExecutor - Interface in org.a2aproject.sdk.server.agentexecution
-
Core business logic interface for implementing A2A agent functionality.
- AgentExecutorProducer - Class in org.a2aproject.sdk.examples.helloworld
- AgentExecutorProducer - Class in org.a2aproject.sdk.itk
- AgentExecutorProducer() - Constructor for class org.a2aproject.sdk.examples.helloworld.AgentExecutorProducer
- AgentExecutorProducer() - Constructor for class org.a2aproject.sdk.itk.AgentExecutorProducer
- AgentExecutorProducer_v0_3 - Class in org.a2aproject.sdk.compat03.conversion
- AgentExecutorProducer_v0_3 - Class in org.a2aproject.sdk.compat03.tck.server
- AgentExecutorProducer_v0_3() - Constructor for class org.a2aproject.sdk.compat03.conversion.AgentExecutorProducer_v0_3
- AgentExecutorProducer_v0_3() - Constructor for class org.a2aproject.sdk.compat03.tck.server.AgentExecutorProducer_v0_3
- AgentExtension - Class in org.a2aproject.sdk.compat03.grpc
-
A declaration of an extension supported by an Agent.
- AgentExtension - Class in org.a2aproject.sdk.grpc
-
A declaration of a protocol extension supported by an Agent.
- AgentExtension - Record Class in org.a2aproject.sdk.spec
-
Represents a protocol extension supported by an agent.
- AgentExtension(String, Map<String, Object>, boolean, String) - Constructor for record class org.a2aproject.sdk.spec.AgentExtension
-
Compact constructor that validates required fields.
- AgentExtension_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
A declaration of a protocol extension supported by an Agent.
- AgentExtension_v0_3(String, Map<String, Object>, boolean, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Creates an instance of a
AgentExtension_v0_3record class. - AgentExtension_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- AgentExtension.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
A declaration of an extension supported by an Agent.
- AgentExtension.Builder - Class in org.a2aproject.sdk.grpc
-
A declaration of a protocol extension supported by an Agent.
- AgentExtension.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
AgentExtensioninstances. - agentExtensionListToAgentExtensionList(List<AgentExtension>) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCapabilitiesMapperImpl
- AgentExtensionMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AgentExtensionandAgentExtension. - AgentExtensionMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AgentExtensionMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AgentExtensionMapperImpl
- AgentExtensionOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AgentExtensionOrBuilder - Interface in org.a2aproject.sdk.grpc
- AgentInterface - Class in org.a2aproject.sdk.compat03.grpc
-
Defines additional transport information for the agent.
- AgentInterface - Class in org.a2aproject.sdk.grpc
-
Declares a combination of a target URL, transport and protocol version for interacting with the agent.
- AgentInterface - Record Class in org.a2aproject.sdk.spec
-
Declares a combination of a target URL and protocol binding for accessing an agent.
- AgentInterface(String, String) - Constructor for record class org.a2aproject.sdk.spec.AgentInterface
-
Convenience constructor for creating an AgentInterface with default protocol version and no tenant.
- AgentInterface(String, String, String, String) - Constructor for record class org.a2aproject.sdk.spec.AgentInterface
-
Compact constructor that validates required fields.
- AgentInterface(String, String, String) - Constructor for record class org.a2aproject.sdk.spec.AgentInterface
-
Convenience constructor for creating an AgentInterface with specified tenant and default protocol version.
- AgentInterface_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Declares a combination of a target URL and a transport protocol for interacting with the agent.
- AgentInterface_v0_3(String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.AgentInterface_v0_3
-
Creates an instance of a
AgentInterface_v0_3record class. - AgentInterface.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Defines additional transport information for the agent.
- AgentInterface.Builder - Class in org.a2aproject.sdk.grpc
-
Declares a combination of a target URL, transport and protocol version for interacting with the agent.
- agentInterfaceListToAgentInterfaceList(List<AgentInterface>) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- AgentInterfaceMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AgentInterfaceandAgentInterface. - AgentInterfaceMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AgentInterfaceMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AgentInterfaceMapperImpl
- AgentInterfaceOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AgentInterfaceOrBuilder - Interface in org.a2aproject.sdk.grpc
- AgentProvider - Class in org.a2aproject.sdk.compat03.grpc
-
Represents information about the service provider of an agent.
- AgentProvider - Class in org.a2aproject.sdk.grpc
-
Represents the service provider of an agent.
- AgentProvider - Record Class in org.a2aproject.sdk.spec
-
Represents information about the organization or entity providing an agent.
- AgentProvider(String, String) - Constructor for record class org.a2aproject.sdk.spec.AgentProvider
-
Compact constructor that validates required fields.
- AgentProvider_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents the service provider of an agent.
- AgentProvider_v0_3(String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.AgentProvider_v0_3
-
Creates an instance of a
AgentProvider_v0_3record class. - AgentProvider.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Represents information about the service provider of an agent.
- AgentProvider.Builder - Class in org.a2aproject.sdk.grpc
-
Represents the service provider of an agent.
- AgentProviderMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AgentProviderandAgentProvider. - AgentProviderMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AgentProviderMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AgentProviderMapperImpl
- AgentProviderOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AgentProviderOrBuilder - Interface in org.a2aproject.sdk.grpc
- AgentSkill - Class in org.a2aproject.sdk.compat03.grpc
-
AgentSkill represents a unit of action/solution that the agent can perform.
- AgentSkill - Class in org.a2aproject.sdk.grpc
-
Represents a distinct capability or function that an agent can perform.
- AgentSkill - Record Class in org.a2aproject.sdk.spec
-
Represents a distinct skill or capability that an agent can perform in the A2A Protocol.
- AgentSkill(String, String, String, List<String>, List<String>, List<String>, List<String>, List<SecurityRequirement>) - Constructor for record class org.a2aproject.sdk.spec.AgentSkill
-
Compact constructor that validates required fields.
- AgentSkill_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
The set of skills, or distinct capabilities, that the agent can perform.
- AgentSkill_v0_3(String, String, String, List<String>, List<String>, List<String>, List<String>, List<Map<String, List<String>>>) - Constructor for record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Creates an instance of a
AgentSkill_v0_3record class. - AgentSkill_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- AgentSkill.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
AgentSkill represents a unit of action/solution that the agent can perform.
- AgentSkill.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a distinct capability or function that an agent can perform.
- AgentSkill.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
AgentSkillinstances. - agentSkillListToAgentSkillList(List<AgentSkill>) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- AgentSkillMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AgentSkillandAgentSkill. - AgentSkillMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AgentSkillMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AgentSkillMapperImpl
- AgentSkillOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AgentSkillOrBuilder - Interface in org.a2aproject.sdk.grpc
- allValues(String) - Method in interface org.a2aproject.sdk.client.http.A2AHttpHeaders
-
Returns all values for the given header name.
- AndroidA2AHttpClient - Class in org.a2aproject.sdk.client.http
-
Android-specific implementation of
A2AHttpClientusingHttpURLConnection. - AndroidA2AHttpClient() - Constructor for class org.a2aproject.sdk.client.http.AndroidA2AHttpClient
- AndroidA2AHttpClientProvider - Class in org.a2aproject.sdk.client.http
-
Service provider for
AndroidA2AHttpClient. - AndroidA2AHttpClientProvider() - Constructor for class org.a2aproject.sdk.client.http.AndroidA2AHttpClientProvider
- API_KEY_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- API_KEY_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- API_KEY_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- API_KEY_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SecurityScheme
- APIKeySecurityScheme - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.APIKeySecurityScheme - APIKeySecurityScheme - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using an API key.
- APIKeySecurityScheme - Record Class in org.a2aproject.sdk.spec
-
API key security scheme for agent authentication.
- APIKeySecurityScheme(APIKeySecurityScheme.Location, String, String) - Constructor for record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Compact constructor with validation.
- APIKeySecurityScheme_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines a security scheme using an API key.
- APIKeySecurityScheme_v0_3(String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
- APIKeySecurityScheme_v0_3(String, String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Creates an instance of a
APIKeySecurityScheme_v0_3record class. - APIKeySecurityScheme_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- APIKeySecurityScheme_v0_3.Location - Enum Class in org.a2aproject.sdk.compat03.spec
-
Represents the location of the API key.
- APIKeySecurityScheme.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.APIKeySecurityScheme - APIKeySecurityScheme.Builder - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using an API key.
- APIKeySecurityScheme.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
APIKeySecuritySchemeinstances. - APIKeySecurityScheme.Location - Enum Class in org.a2aproject.sdk.spec
-
Represents the location of the API key.
- APIKeySecuritySchemeMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
APIKeySecuritySchemeandAPIKeySecurityScheme. - APIKeySecuritySchemeMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- APIKeySecuritySchemeMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.APIKeySecuritySchemeMapperImpl
- APIKeySecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- APIKeySecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.grpc
- append() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns the value of the
appendrecord component. - append() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns the value of the
appendrecord component. - append(Boolean) - Method in class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent.Builder
-
Sets whether this update should append to an existing artifact.
- append(Boolean) - Method in class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- APPEND_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- APPEND_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- appendArtifactToTask(Task_v0_3, TaskArtifactUpdateEvent_v0_3, String) - Static method in class org.a2aproject.sdk.compat03.util.Utils_v0_3
-
Appends or updates an artifact in a task based on a
TaskArtifactUpdateEvent_v0_3. - appendArtifactToTask(Task, TaskArtifactUpdateEvent, String) - Static method in class org.a2aproject.sdk.util.Utils
-
Appends or updates an artifact in a task based on a
TaskArtifactUpdateEvent. - APPLICATION_JSON - Static variable in interface org.a2aproject.sdk.client.http.A2AHttpClient
-
JSON content type value.
- APPLICATION_JSON - Static variable in interface org.a2aproject.sdk.common.MediaType
-
MIME type for JSON content:
application/json. - artifact() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns the value of the
artifactrecord component. - artifact() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns the value of the
artifactrecord component. - artifact(Artifact_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- artifact(Artifact) - Method in class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent.Builder
-
Sets the artifact being updated.
- Artifact - Class in org.a2aproject.sdk.compat03.grpc
-
Artifacts are the container for task completed results.
- Artifact - Class in org.a2aproject.sdk.grpc
-
Artifacts represent task outputs.
- Artifact - Record Class in org.a2aproject.sdk.spec
-
Represents a file, data structure, or other resource generated by an agent during task execution.
- Artifact(String, String, String, List<Part<?>>, Map<String, Object>, List<String>) - Constructor for record class org.a2aproject.sdk.spec.Artifact
-
Compact constructor that validates required fields.
- ARTIFACT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- ARTIFACT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- ARTIFACT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Artifact
- ARTIFACT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Artifact
- ARTIFACT_UPDATE - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
- ARTIFACT_UPDATE - Enum constant in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
- ARTIFACT_UPDATE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- ARTIFACT_UPDATE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.StreamResponse
- Artifact_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a file, data structure, or other resource generated by an agent during a task.
- Artifact_v0_3(String, String, String, List<Part_v0_3<?>>, Map<String, Object>, List<String>) - Constructor for record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Creates an instance of a
Artifact_v0_3record class. - Artifact_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- Artifact.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Artifacts are the container for task completed results.
- Artifact.Builder - Class in org.a2aproject.sdk.grpc
-
Artifacts represent task outputs.
- Artifact.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
Artifactinstances. - artifactId() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns the value of the
artifactIdrecord component. - artifactId() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns the value of the
artifactIdrecord component. - artifactId(String) - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- artifactId(String) - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Sets the unique identifier for this artifact.
- artifactListToArtifactList(List<Artifact>) - Method in class org.a2aproject.sdk.grpc.mapper.TaskMapperImpl
- ArtifactMapper - Interface in org.a2aproject.sdk.grpc.mapper
- ArtifactMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting Artifact between A2A Protocol v0.3 and v1.0.
- ArtifactMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- ArtifactMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.ArtifactMapper_v0_3Impl
- ArtifactMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- ArtifactMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.ArtifactMapperImpl
- ArtifactOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- ArtifactOrBuilder - Interface in org.a2aproject.sdk.grpc
- artifacts() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns the value of the
artifactsrecord component. - artifacts() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns the value of the
artifactsrecord component. - artifacts(List<Artifact>) - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Sets the list of artifacts produced by the agent during task execution.
- artifacts(List<Artifact_v0_3>) - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- ARTIFACTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Task
- ARTIFACTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Task
- ArtifactUtils - Class in org.a2aproject.sdk.server.util
-
Utility functions for creating A2A Artifact objects.
- Assert - Class in org.a2aproject.sdk.util
-
Parameter validation utilities.
- asString() - Method in enum class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Location
- asString() - Method in enum class org.a2aproject.sdk.compat03.spec.Message_v0_3.Role
-
Returns the string representation of the role for JSON serialization.
- asString() - Method in enum class org.a2aproject.sdk.compat03.spec.Part_v0_3.Kind
-
Returns the string representation of the kind for JSON serialization.
- asString() - Method in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
-
Returns the string representation of this task state for JSON serialization.
- asString() - Method in enum class org.a2aproject.sdk.compat03.spec.TransportProtocol_v0_3
-
Returns the string representation of this transport protocol.
- asString() - Method in enum class org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
-
Converts this location to its string representation.
- asString() - Method in enum class org.a2aproject.sdk.spec.TransportProtocol
-
Returns the string representation of this transport protocol.
- AsyncExecutorProducer - Class in org.a2aproject.sdk.server.util.async
- AsyncExecutorProducer() - Constructor for class org.a2aproject.sdk.server.util.async.AsyncExecutorProducer
- AsyncManagedExecutorProducer - Class in org.a2aproject.sdk.server.common.quarkus
-
Alternative executor producer that provides a ManagedExecutor with CDI context propagation.
- AsyncManagedExecutorProducer() - Constructor for class org.a2aproject.sdk.server.common.quarkus.AsyncManagedExecutorProducer
- AsyncUtils - Class in org.a2aproject.sdk.server.util.async
- AsyncUtils() - Constructor for class org.a2aproject.sdk.server.util.async.AsyncUtils
- attachRelatedTask(Task) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Attaches a related task to this context.
- AUTH_REQUIRED - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- AUTHENTICATED_EXTENDED_CARD_NOT_CONFIGURED_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- AuthenticatedExtendedCardNotConfiguredError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An A2A-specific error indicating that the agent does not have an Authenticated Extended Card configured
- AuthenticatedExtendedCardNotConfiguredError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.AuthenticatedExtendedCardNotConfiguredError_v0_3
- AuthenticatedUser - Record Class in org.a2aproject.sdk.server.auth
- AuthenticatedUser(String) - Constructor for record class org.a2aproject.sdk.server.auth.AuthenticatedUser
-
Creates an instance of a
AuthenticatedUserrecord class. - authentication() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Returns the value of the
authenticationrecord component. - authentication() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns the value of the
authenticationrecord component. - authentication(AuthenticationInfo) - Method in class org.a2aproject.sdk.spec.TaskPushNotificationConfig.Builder
-
Sets complex authentication information.
- AUTHENTICATION_FAILED - Static variable in class org.a2aproject.sdk.common.A2AErrorMessages
-
Error message returned when client credentials are missing or invalid.
- AUTHENTICATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- AUTHENTICATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- authenticationInfo(PushNotificationAuthenticationInfo_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3.Builder
- AuthenticationInfo - Class in org.a2aproject.sdk.compat03.grpc
-
Defines authentication details, used for push notifications.
- AuthenticationInfo - Class in org.a2aproject.sdk.grpc
-
Defines authentication details, used for push notifications.
- AuthenticationInfo - Record Class in org.a2aproject.sdk.spec
-
Authentication information for agent authentication and push notification endpoints.
- AuthenticationInfo(String, String) - Constructor for record class org.a2aproject.sdk.spec.AuthenticationInfo
-
Compact constructor that validates required fields.
- AuthenticationInfo_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
The authentication info for an agent.
- AuthenticationInfo_v0_3(List<String>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.AuthenticationInfo_v0_3
-
Creates an instance of a
AuthenticationInfo_v0_3record class. - AuthenticationInfo.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Defines authentication details, used for push notifications.
- AuthenticationInfo.Builder - Class in org.a2aproject.sdk.grpc
-
Defines authentication details, used for push notifications.
- AuthenticationInfoMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AuthenticationInfoandAuthenticationInfo. - AuthenticationInfoMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting AuthenticationInfo between A2A Protocol v0.3 and v1.0.
- AuthenticationInfoMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- AuthenticationInfoMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.AuthenticationInfoMapper_v0_3Impl
- AuthenticationInfoMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AuthenticationInfoMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapperImpl
- AuthenticationInfoOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AuthenticationInfoOrBuilder - Interface in org.a2aproject.sdk.grpc
- authHeader(String, String) - Method in class org.a2aproject.sdk.client.http.A2ACardResolver.Builder
-
Adds a single authentication header.
- authHeaders(Map<String, String>) - Method in class org.a2aproject.sdk.client.http.A2ACardResolver.Builder
-
Sets the authentication headers to use when fetching the agent card.
- AuthInterceptor - Class in org.a2aproject.sdk.client.transport.spi.interceptors.auth
-
An interceptor that automatically adds authentication details to requests based on the agent's security schemes and the credentials available.
- AuthInterceptor(CredentialService) - Constructor for class org.a2aproject.sdk.client.transport.spi.interceptors.auth.AuthInterceptor
- AuthInterceptor_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth
-
An interceptor that automatically adds authentication details to requests based on the agent's security schemes and the credentials available.
- AuthInterceptor_v0_3(CredentialService_v0_3) - Constructor for class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth.AuthInterceptor_v0_3
- AUTHORIZATION - Static variable in class org.a2aproject.sdk.client.transport.spi.interceptors.auth.AuthInterceptor
- AUTHORIZATION - Static variable in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth.AuthInterceptor_v0_3
- AUTHORIZATION_CODE - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
- AUTHORIZATION_CODE - Enum constant in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
- AUTHORIZATION_CODE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- AUTHORIZATION_CODE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuthFlows
- AUTHORIZATION_FAILED - Static variable in class org.a2aproject.sdk.common.A2AErrorMessages
-
Error message returned when the client lacks permission for the requested operation.
- AUTHORIZATION_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- AUTHORIZATION_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- AUTHORIZATION_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- AUTHORIZATION_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- authorizationCode() - Method in record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Returns the value of the
authorizationCoderecord component. - authorizationCode() - Method in record class org.a2aproject.sdk.spec.OAuthFlows
-
Returns the value of the
authorizationCoderecord component. - authorizationCode(AuthorizationCodeOAuthFlow_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3.Builder
- authorizationCode(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.spec.OAuthFlows.Builder
-
Sets the authorization code flow configuration.
- AuthorizationCodeOAuthFlow - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.AuthorizationCodeOAuthFlow - AuthorizationCodeOAuthFlow - Class in org.a2aproject.sdk.grpc
-
Defines configuration details for the OAuth 2.0 Authorization Code flow.
- AuthorizationCodeOAuthFlow - Record Class in org.a2aproject.sdk.spec
-
Configuration for the OAuth 2.0 Authorization Code flow.
- AuthorizationCodeOAuthFlow(String, String, Map<String, String>, String, boolean) - Constructor for record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Compact constructor that validates required fields.
- AuthorizationCodeOAuthFlow_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines configuration details for the OAuth 2.0 Authorization Code flow.
- AuthorizationCodeOAuthFlow_v0_3(String, String, Map<String, String>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Creates an instance of a
AuthorizationCodeOAuthFlow_v0_3record class. - AuthorizationCodeOAuthFlow.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.AuthorizationCodeOAuthFlow - AuthorizationCodeOAuthFlow.Builder - Class in org.a2aproject.sdk.grpc
-
Defines configuration details for the OAuth 2.0 Authorization Code flow.
- AuthorizationCodeOAuthFlowMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
AuthorizationCodeOAuthFlowandAuthorizationCodeOAuthFlow. - AuthorizationCodeOAuthFlowMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- AuthorizationCodeOAuthFlowMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapperImpl
- AuthorizationCodeOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- AuthorizationCodeOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.grpc
- AuthorizationRequestHandlerDecorator - Class in org.a2aproject.sdk.server.requesthandlers
- AuthorizationRequestHandlerDecorator() - Constructor for class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- authorizationUrl() - Method in record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Returns the value of the
authorizationUrlrecord component. - authorizationUrl() - Method in record class org.a2aproject.sdk.compat03.spec.ImplicitOAuthFlow_v0_3
-
Returns the value of the
authorizationUrlrecord component. - authorizationUrl() - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Returns the value of the
authorizationUrlrecord component. - awaitQueuePollerStart() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Waits for the queue poller to start consuming events.
- awaitQueuePollerStart(EventQueue) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- awaitQueuePollerStart(EventQueue) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- awaitQueuePollerStart(EventQueue) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Waits for the queue's consumer polling to start.
B
- BasePushNotificationSender - Class in org.a2aproject.sdk.server.tasks
- BasePushNotificationSender() - Constructor for class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
-
No-args constructor for CDI proxy creation.
- BasePushNotificationSender(PushNotificationConfigStore) - Constructor for class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
- BasePushNotificationSender(PushNotificationConfigStore, Instance<PushNotificationPayloadFormatter>) - Constructor for class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
- BasePushNotificationSender(PushNotificationConfigStore, A2AHttpClient) - Constructor for class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
- BasePushNotificationSender(PushNotificationConfigStore, A2AHttpClient, List<PushNotificationPayloadFormatter>) - Constructor for class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
- baseUrl(String) - Method in class org.a2aproject.sdk.client.http.A2ACardResolver.Builder
-
Sets the base URL for the agent.
- BEARER_FORMAT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- BEARER_FORMAT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- bearerFormat() - Method in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Returns the value of the
bearerFormatrecord component. - bearerFormat() - Method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Returns the value of the
bearerFormatrecord component. - bearerFormat(String) - Method in class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3.Builder
- bearerFormat(String) - Method in class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme.Builder
-
Sets the bearer token format hint.
- BEHAVIOR_NOT_SET - Enum constant in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
- bindService() - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceImplBase
- bindService() - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceImplBase
- bindService(A2AServiceGrpc.AsyncService) - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- bindService(A2AServiceGrpc.AsyncService) - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- blocking() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Returns the value of the
blockingrecord component. - blocking(Boolean) - Method in class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3.Builder
- BLOCKING_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- BlockingOffloadInterceptor - Class in org.a2aproject.sdk.server.grpc.quarkus
-
gRPC server interceptor that offloads handler execution from the Vert.x event loop to a worker thread, using a forked gRPC
Context. - BlockingOffloadInterceptor(Executor) - Constructor for class org.a2aproject.sdk.server.grpc.quarkus.BlockingOffloadInterceptor
- BlockingOffloadInterceptor_v0_3 - Class in org.a2aproject.sdk.compat03.server.grpc.quarkus
-
v0.3 variant of
BlockingOffloadInterceptorin the reference/grpc module. - BlockingOffloadInterceptor_v0_3(Executor) - Constructor for class org.a2aproject.sdk.compat03.server.grpc.quarkus.BlockingOffloadInterceptor_v0_3
- body() - Method in interface org.a2aproject.sdk.client.http.A2AHttpResponse
-
Returns the response body content as a string.
- body(String) - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.PostBuilder
-
Sets the request body content.
- build() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- build() - Method in class itk.InstructionOuterClass.Instruction.Builder
- build() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- build() - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- build() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- build() - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- build() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- build() - Method in class org.a2aproject.sdk.client.ClientBuilder
-
Build the configured
Clientinstance. - build() - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Build the ClientConfig with the configured settings.
- build() - Method in class org.a2aproject.sdk.client.http.A2ACardResolver.Builder
-
Builds the A2ACardResolver instance.
- build() - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransportConfigBuilder
-
Build the gRPC transport configuration.
- build() - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportConfigBuilder
-
Build the JSON-RPC transport configuration.
- build() - Method in class org.a2aproject.sdk.client.transport.rest.RestTransportConfigBuilder
-
Build the REST transport configuration.
- build() - Method in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfigBuilder
-
Build the transport configuration with all configured options.
- build() - Method in class org.a2aproject.sdk.compat03.client.ClientBuilder_v0_3
- build() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportConfigBuilder_v0_3
- build() - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportConfigBuilder_v0_3
- build() - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportConfigBuilder_v0_3
- build() - Method in class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfigBuilder_v0_3
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- build() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- build() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- build() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- build() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- build() - Method in class org.a2aproject.sdk.grpc.Message.Builder
- build() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- build() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- build() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- build() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- build() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- build() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- build() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- build() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- build() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- build() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- build() - Method in class org.a2aproject.sdk.grpc.Task.Builder
- build() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- build() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- build() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- build() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest.Builder
-
Builds a new
CancelTaskRequestfrom the current builder state. - build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigRequest.Builder
-
Builds the instance.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigRequest.Builder
-
Builds a new
DeleteTaskPushNotificationConfigRequestfrom the current builder state. - build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardRequest.Builder
-
Builds the instance.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest.Builder
-
Builds the instance.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskRequest.Builder
-
Builds the instance.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsRequest.Builder
-
Builds the instance.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksRequest.Builder
-
Builds the instance.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult.Builder
-
Builds the ListTasksResult.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageRequest.Builder
-
Builds the SendMessageRequest.
- build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageRequest.Builder
-
Builds the
SendStreamingMessageRequest. - build() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SubscribeToTaskRequest.Builder
-
Builds the instance.
- build() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
-
Builds the RequestContext with ID generation and validation.
- build() - Method in class org.a2aproject.sdk.server.agentexecution.SimpleRequestContextBuilder
- build() - Method in class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
-
Builds and returns the configured EventQueue.
- build() - Method in class org.a2aproject.sdk.spec.AgentCapabilities.Builder
-
Builds an immutable
AgentCapabilitiesfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Builds an immutable
AgentCardfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.AgentCardSignature.Builder
-
Builds a new immutable
AgentCardSignaturefrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.AgentExtension.Builder
-
Builds a new immutable
AgentExtensionfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Builds an immutable
AgentSkillfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.APIKeySecurityScheme.Builder
-
Builds a new immutable
APIKeySecuritySchemefrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Builds a new immutable
Artifactfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.CancelTaskParams.Builder
-
Builds the TaskIdParams.
- build() - Method in class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams.Builder
-
Builds a new
DeleteTaskPushNotificationConfigParamsfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams.Builder
-
Builds the parameters instance.
- build() - Method in class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme.Builder
-
Builds the
HTTPAuthSecuritySchemeinstance. - build() - Method in class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams.Builder
-
Builds the ListTaskPushNotificationConfigsParams.
- build() - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Builds the ListTasksParams.
- build() - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Builds a new
Messagefrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.MessageSendConfiguration.Builder
-
Builds the
MessageSendConfiguration. - build() - Method in class org.a2aproject.sdk.spec.MessageSendParams.Builder
-
Builds the
MessageSendParams. - build() - Method in class org.a2aproject.sdk.spec.OAuth2SecurityScheme.Builder
-
Builds a new immutable
OAuth2SecuritySchemefrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.OAuthFlows.Builder
-
Builds a new immutable OAuthFlows instance.
- build() - Method in class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme.Builder
-
Builds a new immutable
OpenIdConnectSecuritySchemefrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.SecurityRequirement.Builder
-
Builds an immutable
SecurityRequirementfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Builds an immutable
Taskfrom the current builder state. - build() - Method in class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent.Builder
-
Builds the TaskArtifactUpdateEvent.
- build() - Method in class org.a2aproject.sdk.spec.TaskIdParams.Builder
-
Builds the TaskIdParams.
- build() - Method in class org.a2aproject.sdk.spec.TaskPushNotificationConfig.Builder
-
Builds the
TaskPushNotificationConfig. - build() - Method in class org.a2aproject.sdk.spec.TaskQueryParams.Builder
-
Builds the TaskQueryParams.
- build() - Method in class org.a2aproject.sdk.spec.TaskStatusUpdateEvent.Builder
-
Builds the TaskStatusUpdateEvent.
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
- build(Channel, CallOptions) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
- build(RoutingContext) - Method in interface org.a2aproject.sdk.compat03.server.apps.quarkus.CallContextFactory_v0_3
- build(RoutingContext) - Method in interface org.a2aproject.sdk.compat03.server.rest.quarkus.CallContextFactory_v0_3
- build(RoutingContext) - Method in interface org.a2aproject.sdk.server.apps.quarkus.CallContextFactory
-
Builds a
ServerCallContextfrom a Vert.x routing context. - build(RoutingContext) - Method in interface org.a2aproject.sdk.server.rest.quarkus.CallContextFactory
-
Builds a
ServerCallContextfrom a Vert.x routing context. - buildBaseUrl(String, String) - Static method in class org.a2aproject.sdk.util.Utils
-
Builds a base URL by combining a raw base URL string with an optional tenant path.
- buildBaseUrl(AgentInterface, String) - Static method in class org.a2aproject.sdk.util.Utils
-
Builds a base URL for A2A operations by combining the agent's URL with a tenant path.
- buildCardUrl(String, String) - Static method in class org.a2aproject.sdk.util.Utils
-
Normalizes
baseUrlandcardPathand concatenates them into a full card URL. - builder() - Static method in class org.a2aproject.sdk.client.config.ClientConfig
-
Create a new builder for constructing ClientConfig instances.
- builder() - Static method in class org.a2aproject.sdk.client.http.A2ACardResolver
-
Creates a new builder for constructing an A2ACardResolver.
- builder() - Static method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksRequest
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageRequest
-
Create a new Builder
- builder() - Static method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SubscribeToTaskRequest
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.AgentCard
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.AgentCardSignature
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.AgentExtension
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.AgentSkill
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.Artifact
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.CancelTaskParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.Message
-
Creates a new Builder for constructing Message instances.
- builder() - Static method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.OAuthFlows
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.SecurityRequirement
-
Creates a new Builder for constructing SecurityRequirement instances.
- builder() - Static method in record class org.a2aproject.sdk.spec.Task
-
Creates a new Builder for constructing Task instances.
- builder() - Static method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Creates a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.TaskIdParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.TaskQueryParams
-
Create a new Builder
- builder() - Static method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Create a new Builder
- builder(String) - Method in interface org.a2aproject.sdk.server.events.EventQueueFactory
-
Creates an EventQueueBuilder with the specified taskId context.
- builder(AgentCard_v0_3) - Static method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- builder(AgentCard) - Static method in class org.a2aproject.sdk.client.Client
-
Create a new builder for constructing a client instance.
- builder(AgentCard) - Static method in record class org.a2aproject.sdk.spec.AgentCard
-
Create a new Builder initialized with values from an existing AgentCard.
- builder(Artifact) - Static method in record class org.a2aproject.sdk.spec.Artifact
-
Create a new Builder initialized with values from an existing Artifact.
- builder(Message) - Static method in record class org.a2aproject.sdk.spec.Message
-
Creates a new Builder initialized with values from an existing Message.
- builder(Task) - Static method in record class org.a2aproject.sdk.spec.Task
-
Creates a new Builder initialized with values from an existing Task.
- builder(TaskArtifactUpdateEvent) - Static method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Creates a new Builder initialized with values from an existing TaskArtifactUpdateEvent.
- builder(TaskPushNotificationConfig) - Static method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Create a new Builder initialized with values from an existing TaskPushNotificationConfig.
- builder(TaskStatusUpdateEvent) - Static method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Create a new Builder initialized with values from an existing TaskStatusUpdateEvent.
- Builder() - Constructor for class org.a2aproject.sdk.client.config.ClientConfig.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
-
Creates a new Builder.
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- Builder() - Constructor for class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- Builder(AgentCard_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
-
Creates a new Builder as a copy of an existing AgentCard.
- Builder(Artifact_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- Builder(Message_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- Builder(PushNotificationConfig_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3.Builder
- Builder(Task_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- Builder(TaskArtifactUpdateEvent_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- Builder(TaskStatusUpdateEvent_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- buildPartial() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- buildPartial() - Method in class itk.InstructionOuterClass.Instruction.Builder
- buildPartial() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- buildPartial() - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- buildPartial() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- buildPartial() - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- buildPartial() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- buildPartial() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.Message.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.Task.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- buildPartial() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- bytes() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithBytes_v0_3
-
Returns the value of the
bytesrecord component. - bytes() - Method in class org.a2aproject.sdk.spec.FileWithBytes
-
Returns the base64-encoded file content.
C
- CALL_AGENT - Enum constant in enum class itk.InstructionOuterClass.Instruction.StepCase
- CALL_AGENT_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.Instruction
- CallContextFactory - Interface in org.a2aproject.sdk.server.apps.quarkus
-
Factory interface for creating
ServerCallContextfrom Vert.x routing context. - CallContextFactory - Interface in org.a2aproject.sdk.server.rest.quarkus
-
Factory interface for creating
ServerCallContextfrom Vert.x routing context. - CallContextFactory - Interface in org.a2aproject.sdk.transport.grpc.handler
-
Factory interface for creating
ServerCallContextfrom gRPC request context. - CallContextFactory_v0_3 - Interface in org.a2aproject.sdk.compat03.server.apps.quarkus
-
Factory interface for creating ServerCallContext from a Vert.x RoutingContext.
- CallContextFactory_v0_3 - Interface in org.a2aproject.sdk.compat03.server.rest.quarkus
-
Factory interface for creating ServerCallContext from a Vert.x RoutingContext.
- CallContextFactory_v0_3 - Interface in org.a2aproject.sdk.compat03.transport.grpc.handler
-
Factory interface for creating ServerCallContext from gRPC StreamObserver.
- cancel() - Method in class org.a2aproject.sdk.server.events.EventConsumer
- cancel() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as CANCELED.
- cancel(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as CANCELED with an optional message.
- cancel(RequestContext, AgentEmitter) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.SimpleAgentExecutor
- cancel(RequestContext, AgentEmitter) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common.MultiInstanceReplicationAgentExecutor
- cancel(RequestContext, AgentEmitter) - Method in interface org.a2aproject.sdk.server.agentexecution.AgentExecutor
-
Cancels an ongoing agent execution.
- CANCEL_TASK - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- CANCEL_TASK_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for canceling a task.
- CANCELED - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- cancelTask(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- cancelTask(String, RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Cancels a running task.
- cancelTask(String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- cancelTask(CancelTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Cancel a task from the agent.
- cancelTask(CancelTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Cancel a task from the agent.
- cancelTask(CancelTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Cancel a task from the agent.
- cancelTask(CancelTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
Cancel a task from the agent.
- cancelTask(CancelTaskRequest, StreamObserver<Task>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
Cancel a task from the agent.
- cancelTask(CancelTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- cancelTask(TaskIdParams_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Request the agent to cancel a specific task.
- cancelTask(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Request the agent to cancel a specific task.
- cancelTask(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- cancelTask(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- cancelTask(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- cancelTask(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Request the agent to cancel a specific task.
- cancelTask(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- cancelTask(CancelTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Cancels a task in progress.
- cancelTask(CancelTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Cancels a task in progress.
- cancelTask(CancelTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Cancels a task in progress.
- cancelTask(CancelTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Cancels a task in progress.
- cancelTask(CancelTaskRequest, StreamObserver<Task>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Cancels a task in progress.
- cancelTask(CancelTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- cancelTask(ServerCallContext, String, String, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Handles a task cancellation request.
- cancelTask(CancelTaskParams) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Request the agent to cancel a specific task.
- cancelTask(CancelTaskParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Request the agent to cancel a specific task.
- cancelTask(CancelTaskParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Request cancellation of a task.
- cancelTask(CancelTaskParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- cancelTask(CancelTaskParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- cancelTask(CancelTaskParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- cancelTask(CancelTaskParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Request the agent to cancel a specific task.
- cancelTask(CancelTaskParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- cancelTask(CancelTaskParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- cancelTaskParams(CancelTaskRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- CancelTaskParams - Record Class in org.a2aproject.sdk.spec
-
Parameters for cancelling a task.
- CancelTaskParams(String) - Constructor for record class org.a2aproject.sdk.spec.CancelTaskParams
-
Convenience constructor with default tenant.
- CancelTaskParams(String, String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.CancelTaskParams
-
Compact constructor for validation.
- CancelTaskParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing instances.
- CancelTaskParamsMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.params
-
Bidirectional mapper for converting cancel task parameters between A2A Protocol v0.3 and v1.0.
- CancelTaskParamsMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.params
- CancelTaskParamsMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.params.CancelTaskParamsMapper_v0_3Impl
- cancelTaskRequest(CancelTaskParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- CancelTaskRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.CancelTaskRequest - CancelTaskRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `CancelTask` method.
- CancelTaskRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to cancel an in-progress task.
- CancelTaskRequest(Object, CancelTaskParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest
-
Creates a new CancelTaskRequest with default JSON-RPC version and method.
- CancelTaskRequest(String, Object, CancelTaskParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest
-
Creates a new CancelTaskRequest with the specified JSON-RPC parameters.
- CancelTaskRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A request that can be used to cancel a task.
- CancelTaskRequest_v0_3(Object, TaskIdParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3
- CancelTaskRequest_v0_3(String, Object, String, TaskIdParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3
- CancelTaskRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- CancelTaskRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.CancelTaskRequest - CancelTaskRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `CancelTask` method.
- CancelTaskRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing
CancelTaskRequestinstances. - CancelTaskRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- CancelTaskRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- CancelTaskResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response for task cancellation requests.
- CancelTaskResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskResponse
-
Constructs a CancelTaskResponse with an error.
- CancelTaskResponse(Object, Task) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskResponse
-
Constructs a CancelTaskResponse with a successful result.
- CancelTaskResponse(String, Object, Task, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskResponse
-
Constructs a CancelTaskResponse with full parameters.
- CancelTaskResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A response to a cancel task request.
- CancelTaskResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.CancelTaskResponse_v0_3
- CancelTaskResponse_v0_3(Object, Task_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.CancelTaskResponse_v0_3
- CancelTaskResponse_v0_3(String, Object, Task_v0_3, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.CancelTaskResponse_v0_3
- capabilities() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
capabilitiesrecord component. - capabilities() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
capabilitiesrecord component. - capabilities(AgentCapabilities_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- capabilities(AgentCapabilities) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the capabilities supported by this agent.
- CAPABILITIES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- CAPABILITIES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- channelFactory(Function<String, Channel>) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransportConfigBuilder
-
Set the channel factory for creating gRPC channels.
- channelFactory(Function<String, Channel>) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportConfigBuilder_v0_3
- check() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
- check() - Method in class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3
- check() - Method in class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3
- checkCreate(ServerCallContext, TaskOperation) - Method in class org.a2aproject.sdk.compat03.conversion.TestTaskAuthorizationProvider_v0_3
- checkCreate(ServerCallContext, TaskOperation) - Method in interface org.a2aproject.sdk.server.auth.TaskAuthorizationProvider
-
Check whether the current user is allowed to create a new task.
- checkNotNullParam(String, T) - Static method in class org.a2aproject.sdk.util.Assert
-
Check that the named parameter is not
null. - checkRead(ServerCallContext, String, TaskOperation) - Method in class org.a2aproject.sdk.compat03.conversion.TestTaskAuthorizationProvider_v0_3
- checkRead(ServerCallContext, String, TaskOperation) - Method in interface org.a2aproject.sdk.server.auth.TaskAuthorizationProvider
-
Check whether the current user is allowed to read the given task.
- checkWrite(ServerCallContext, String, TaskOperation) - Method in class org.a2aproject.sdk.compat03.conversion.TestTaskAuthorizationProvider_v0_3
- checkWrite(ServerCallContext, String, TaskOperation) - Method in interface org.a2aproject.sdk.server.auth.TaskAuthorizationProvider
-
Check whether the current user is allowed to write to the given task.
- clear() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- clear() - Method in class itk.InstructionOuterClass.Instruction.Builder
- clear() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- clear() - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- clear() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- clear() - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- clear() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- clear() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.Message.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.Task.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- clear() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- clearAcceptedOutputModes() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- clearAcceptedOutputModes() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- clearAdditionalInterfaces() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- clearAgentCardUri() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
where to get the agent card from
- clearApiKeySecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - clearApiKeySecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- clearAppend() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Whether this should be appended to a prior one produced
- clearAppend() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
If true, the content of this artifact should be appended to a previously sent artifact with the same ID.
- clearArtifact() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- clearArtifact() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- clearArtifactId() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Unique id for the artifact.
- clearArtifactId() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Unique identifier (e.g.
- clearArtifacts() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- clearArtifacts() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- clearArtifactUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - clearArtifactUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- clearAuthentication() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- clearAuthentication() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- clearAuthorizationCode() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - clearAuthorizationCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- clearAuthorizationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- clearAuthorizationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- clearAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- clearAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- clearAwaitingFinalEvent() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Clears the awaiting final event flag.
- clearBearerFormat() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted.
- clearBearerFormat() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- clearBehavior() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- clearBlocking() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
If true, the message will be blocking until the task is completed.
- clearCallAgent() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - clearCapabilities() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- clearCapabilities() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- clearClientCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - clearClientCredentials() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- clearConfig() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - clearConfigId() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - clearConfigs() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - clearConfigs() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- clearConfiguration() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - clearConfiguration() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- clearContent() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- clearContent() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- clearContextId() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The context id of the message.
- clearContextId() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- clearContextId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the context that this task belongs too
- clearContextId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the context that the task belongs to
- clearContextId() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- clearContextId() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- clearContextId() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- clearContextId() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the context that this task belongs to.
- clearContextId() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the context that the task belongs to.
- clearCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Optional credentials
- clearCredentials() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
Push Notification credentials.
- clearData() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - clearData() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - clearData() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- clearDefaultInputModes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- clearDefaultInputModes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- clearDefaultOutputModes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- clearDefaultOutputModes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A description of the agent's domain of action/solution space.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
A description of how this agent uses this extension.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human (or llm) readable description of the skill details and behaviors.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Description of this security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable description of the artifact, optional.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
Description of this security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
-
Description of this security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
Description of this security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Description of this security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
A human-readable description of how this agent uses the extension.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A detailed description of the skill.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
An optional description for the security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
An optional description for the security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
-
An optional description for the security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An optional description for the security scheme.
- clearDescription() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
An optional description for the security scheme.
- clearDeviceAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The device authorization endpoint URL.
- clearDeviceCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- clearDocumentationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A url to provide additional documentation about the agent.
- clearDocumentationUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A URL providing additional documentation about the agent.
- clearExamples() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- clearExamples() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- clearExtendedAgentCard() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports providing an extended agent card when authenticated.
- clearExtensions() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- clearExtensions() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- clearExtensions() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- clearExtensions() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- clearExtensions() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- clearExtensions() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- clearFile() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- clearFile() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - clearFilename() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
An optional `filename` for the file (e.g., "document.pdf").
- clearFileWithBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
bytes file_with_bytes = 2; - clearFileWithUri() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string file_with_uri = 1; - clearFinal() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Whether this is the last status update expected for this task.
- clearFlow() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- clearFlow() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- clearFlows() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- clearFlows() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- clearHeader() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- clearHeader() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- clearHistory() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- clearHistory() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- clearHistoryLength() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
int32 history_length = 2; - clearHistoryLength() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The maximum number of messages to include in the history. if 0, the history will be unlimited.
- clearHistoryLength() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The maximum number of most recent messages from the task's history to retrieve.
- clearHistoryLength() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of messages to include in each task's history.
- clearHistoryLength() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- clearHoldTask() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
whether to hold the task in WORKING state instead of completing it
- clearHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - clearHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- clearIconUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Optional.
- clearId() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Unique id of the skill within this agent.
- clearId() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
A unique id for this push notification.
- clearId() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for a task, created by the A2A server.
- clearId() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A unique identifier for the agent's skill.
- clearId() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
The resource ID of the task to cancel.
- clearId() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to delete.
- clearId() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to retrieve.
- clearId() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The resource ID of the task to retrieve.
- clearId() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
The resource ID of the task to subscribe to.
- clearId() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- clearId() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The push notification configuration details.
- clearImplicit() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - clearImplicit() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- clearIncludeArtifacts() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Whether to include artifacts in the returned tasks.
- clearInputModes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- clearInputModes() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- clearInstruction() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- clearInstructions() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - clearLastChunk() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Whether this represents the last part of an artifact
- clearLastChunk() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
If true, this is the final chunk of the artifact.
- clearList() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - clearList() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- clearLocation() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Location of the API key, valid values are "query", "header", or "cookie"
- clearLocation() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The location of the API key.
- clearMediaType() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- clearMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- clearMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- clearMessage() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- clearMessage() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- clearMessageId() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The message id of the message.
- clearMessageId() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The unique identifier (e.g.
- clearMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- clearMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- clearMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - clearMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- clearMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- clearMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- clearMetadata() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- clearMimeType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string mime_type = 3; - clearMsg() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - clearMsg() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - clearMtlsSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - clearMtlsSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A human readable name for the agent.
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human readable name for the skill.
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Name of the header, query or cookie parameter to be used.
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable name for the artifact.
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
-
name=tasks/{id}
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
name=tasks/{id}
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
name=tasks/{id}/pushNotificationConfigs/{id}
- clearName() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
-
name=tasks/{id}
- clearName() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human readable name for the agent.
- clearName() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A human-readable name for the skill.
- clearName() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The name of the header, query, or cookie parameter to be used.
- clearName() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
A human readable name for the artifact.
- clearNextPageToken() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- clearNextPageToken() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- clearNextPageToken() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- clearOauth2MetadataUrl() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- clearOauth2MetadataUrl() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- clearOauth2SecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - clearOauth2SecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- clearOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - clearOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- clearOpenIdConnectUrl() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- clearOpenIdConnectUrl() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- clearOrganization() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers organization name Example: "Google"
- clearOrganization() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
The name of the agent provider's organization.
- clearOutputModes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- clearOutputModes() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- clearPageSize() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
For AIP-158 these fields are present.
- clearPageSize() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The maximum number of configurations to return.
- clearPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of tasks to return.
- clearPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
The page size used for this response.
- clearPageToken() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- clearPageToken() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- clearPageToken() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
A page token, received from a previous `ListTasks` call.
- clearParams() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- clearParams() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- clearParent() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
The task resource for this config.
- clearParent() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
parent=tasks/{id}
- clearPart() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- clearParts() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- clearParts() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- clearParts() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- clearPassword() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - clearPassword() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- clearPayload() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- clearPayload() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- clearPayload() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- clearPayload() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- clearPkceRequired() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
Indicates if PKCE (RFC 7636) is required for this flow.
- clearPreferredTransport() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The transport of the preferred endpoint.
- clearProtected() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The protected JWS header for the signature.
- clearProtected() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- clearProtocolBinding() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The protocol binding supported at this URL.
- clearProtocolVersion() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the A2A protocol this agent supports.
- clearProtocolVersion() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The version of the A2A protocol this interface exposes.
- clearProvider() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- clearProvider() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- clearPushNotification() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - clearPushNotification() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- clearPushNotificationConfig() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - clearPushNotifications() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
If the agent can send push notifications to the clients webhook
- clearPushNotifications() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- clearRaw() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `raw` byte content of a file.
- clearReferenceTaskIds() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRefreshUrl() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- clearRequest() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - clearRequired() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Whether the client must follow specific requirements of the extension.
- clearRequired() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
If true, the client must understand and comply with the extension's requirements.
- clearResponse() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
what to return to the calling agent
- clearResponseGenerator() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - clearResubscribe() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - clearReturnImmediately() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
If `true`, the operation returns immediately after creating the task, even if processing is still in progress.
- clearReturnResponse() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - clearRole() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
A role for the message.
- clearRole() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Identifies the sender of the message.
- clearScheme() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- clearScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- clearScheme() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- clearScheme() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- clearScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- clearSchemes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- clearSchemes() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- clearSchemes() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- clearScopes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- clearScopes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- clearSecurity() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- clearSecurity() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- clearSecurityRequirements() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- clearSecurityRequirements() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- clearSecuritySchemes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- clearSecuritySchemes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- clearSendMessage() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - clearSignature() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The computed signature, base64url-encoded.
- clearSignature() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
Required.
- clearSignatures() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- clearSignatures() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- clearSkills() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- clearSkills() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- clearState() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
The current state of this task
- clearState() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
The current state of this task.
- clearStatus() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- clearStatus() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- clearStatus() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by their current status state.
- clearStatus() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- clearStatus() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- clearStatusTimestampAfter() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- clearStatusUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - clearStatusUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- clearStep() - Method in class itk.InstructionOuterClass.Instruction.Builder
- clearSteps() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - clearStreaming() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
whether to use streaming
- clearStreaming() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
If the agent will support streaming responses
- clearStreaming() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports streaming responses.
- clearSupportedInterfaces() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- clearSupportsAuthenticatedExtendedCard() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Whether the agent supports providing an extended agent card when the user is authenticated, i.e. is the card from .well-known different than the card from GetAgentCard.
- clearTags() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- clearTags() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- clearTask() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - clearTask() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - clearTask() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- clearTask() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- clearTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The task id of the message.
- clearTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the task for this artifact
- clearTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the task that is changed
- clearTaskId() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- clearTaskId() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- clearTaskId() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The parent task resource ID.
- clearTaskId() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- clearTaskId() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the task for this artifact.
- clearTaskId() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The ID of the task this configuration is associated with.
- clearTaskId() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the task that has changed.
- clearTaskPushNotificationConfig() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- clearTasks() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
Tenant ID to be used in the request when calling the agent.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Tenant ID, provided as a path parameter.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
Optional.
- clearTenant() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Optional.
- clearText() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
string text = 1; - clearText() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The string content of the `text` part.
- clearTimestamp() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- clearTimestamp() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- clearToken() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Token unique for this task/session
- clearToken() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
A token unique for this task or session.
- clearTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- clearTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- clearTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- clearTokenUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- clearTokenUrl() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- clearTokenUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- clearTokenUrl() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- clearTotalSize() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Total number of tasks available (before pagination).
- clearTransport() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
which transport use to get agent card and later call
- clearTransport() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The transport supported this url.
- clearUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- clearUri() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
The URI of the extension.
- clearUri() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
The unique URI identifying the extension.
- clearUrl() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
-
string url = 1; - clearUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A URL to the address the agent is hosted at.
- clearUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The url this interface is found at.
- clearUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers reference url Example: "https://ai.google.dev"
- clearUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Url to send the notification too
- clearUrl() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The URL where this interface is available.
- clearUrl() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
A URL for the agent provider's website or relevant documentation.
- clearUrl() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
A `url` pointing to the file's content.
- clearUrl() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The URL where the notification should be sent.
- clearVersion() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the agent.
- clearVersion() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The version of the agent.
- Client - Class in org.a2aproject.sdk.client
-
A client for communicating with A2A agents using the Agent2Agent Protocol.
- CLIENT_CREDENTIALS - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
- CLIENT_CREDENTIALS - Enum constant in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
- CLIENT_CREDENTIALS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- CLIENT_CREDENTIALS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuthFlows
- Client_v0_3 - Class in org.a2aproject.sdk.compat03.client
- ClientBuilder - Class in org.a2aproject.sdk.client
-
Builder for creating instances of
Clientto communicate with A2A agents. - ClientBuilder_v0_3 - Class in org.a2aproject.sdk.compat03.client
- ClientCallContext - Class in org.a2aproject.sdk.client.transport.spi.interceptors
-
A context passed with each client call, allowing for call-specific.
- ClientCallContext(Map<String, Object>, Map<String, String>) - Constructor for class org.a2aproject.sdk.client.transport.spi.interceptors.ClientCallContext
- ClientCallContext_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.spi.interceptors
-
A context passed with each client call, allowing for call-specific.
- ClientCallContext_v0_3(Map<String, Object>, Map<String, String>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.ClientCallContext_v0_3
- ClientCallInterceptor - Class in org.a2aproject.sdk.client.transport.spi.interceptors
-
An abstract base class for client-side call interceptors.
- ClientCallInterceptor() - Constructor for class org.a2aproject.sdk.client.transport.spi.interceptors.ClientCallInterceptor
- ClientCallInterceptor_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.spi.interceptors
-
An abstract base class for client-side call interceptors.
- ClientCallInterceptor_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.ClientCallInterceptor_v0_3
- clientConfig(ClientConfig) - Method in class org.a2aproject.sdk.client.ClientBuilder
-
Configure client behavior such as streaming mode, polling, and transport preference.
- clientConfig(ClientConfig_v0_3) - Method in class org.a2aproject.sdk.compat03.client.ClientBuilder_v0_3
- ClientConfig - Class in org.a2aproject.sdk.client.config
-
Configuration for controlling A2A client behavior and communication preferences.
- ClientConfig_v0_3 - Class in org.a2aproject.sdk.compat03.client.config
-
Configuration for the A2A client factory.
- ClientConfig_v0_3.Builder - Class in org.a2aproject.sdk.compat03.client.config
- ClientConfig.Builder - Class in org.a2aproject.sdk.client.config
-
Builder for creating
ClientConfiginstances. - clientCredentials() - Method in record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Returns the value of the
clientCredentialsrecord component. - clientCredentials() - Method in record class org.a2aproject.sdk.spec.OAuthFlows
-
Returns the value of the
clientCredentialsrecord component. - clientCredentials(ClientCredentialsOAuthFlow_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3.Builder
- clientCredentials(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.spec.OAuthFlows.Builder
-
Sets the client credentials flow configuration.
- ClientCredentialsOAuthFlow - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ClientCredentialsOAuthFlow - ClientCredentialsOAuthFlow - Class in org.a2aproject.sdk.grpc
-
Defines configuration details for the OAuth 2.0 Client Credentials flow.
- ClientCredentialsOAuthFlow - Record Class in org.a2aproject.sdk.spec
-
Configuration for the OAuth 2.0 Client Credentials flow.
- ClientCredentialsOAuthFlow(String, Map<String, String>, String) - Constructor for record class org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
-
Compact constructor that validates required fields.
- ClientCredentialsOAuthFlow_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines configuration details for the OAuth 2.0 Client Credentials flow.
- ClientCredentialsOAuthFlow_v0_3(String, Map<String, String>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.ClientCredentialsOAuthFlow_v0_3
-
Creates an instance of a
ClientCredentialsOAuthFlow_v0_3record class. - ClientCredentialsOAuthFlow.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ClientCredentialsOAuthFlow - ClientCredentialsOAuthFlow.Builder - Class in org.a2aproject.sdk.grpc
-
Defines configuration details for the OAuth 2.0 Client Credentials flow.
- ClientCredentialsOAuthFlowMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
ClientCredentialsOAuthFlowandClientCredentialsOAuthFlow. - ClientCredentialsOAuthFlowMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- ClientCredentialsOAuthFlowMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.ClientCredentialsOAuthFlowMapperImpl
- ClientCredentialsOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- ClientCredentialsOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.grpc
- ClientEvent - Interface in org.a2aproject.sdk.client
-
A sealed interface representing events received by an A2A client from an agent.
- ClientEvent_v0_3 - Interface in org.a2aproject.sdk.compat03.client
- ClientTransport - Interface in org.a2aproject.sdk.client.transport.spi
-
Interface for a client transport.
- ClientTransport_v0_3 - Interface in org.a2aproject.sdk.compat03.client.transport.spi
-
Interface for a client transport.
- ClientTransportConfig<T extends ClientTransport> - Class in org.a2aproject.sdk.client.transport.spi
-
Base configuration class for A2A client transport protocols.
- ClientTransportConfig() - Constructor for class org.a2aproject.sdk.client.transport.spi.ClientTransportConfig
- ClientTransportConfig_v0_3<T extends ClientTransport_v0_3> - Class in org.a2aproject.sdk.compat03.client.transport.spi
-
Configuration for an A2A client transport.
- ClientTransportConfig_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfig_v0_3
- ClientTransportConfigBuilder<T extends ClientTransportConfig<? extends ClientTransport>,
B extends ClientTransportConfigBuilder<T, B>> - Class in org.a2aproject.sdk.client.transport.spi -
Base builder class for constructing transport configuration instances.
- ClientTransportConfigBuilder() - Constructor for class org.a2aproject.sdk.client.transport.spi.ClientTransportConfigBuilder
- ClientTransportConfigBuilder_v0_3<T extends ClientTransportConfig_v0_3<? extends ClientTransport_v0_3>,
B extends ClientTransportConfigBuilder_v0_3<T, B>> - Class in org.a2aproject.sdk.compat03.client.transport.spi - ClientTransportConfigBuilder_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfigBuilder_v0_3
- ClientTransportProvider<T extends ClientTransport,
C extends ClientTransportConfig<T>> - Interface in org.a2aproject.sdk.client.transport.spi -
Client transport provider interface.
- ClientTransportProvider_v0_3<T extends ClientTransport_v0_3,
C extends ClientTransportConfig_v0_3<T>> - Interface in org.a2aproject.sdk.compat03.client.transport.spi -
Client transport provider interface.
- ClientTransportWrapper - Interface in org.a2aproject.sdk.client.transport.spi
-
Service provider interface for wrapping client transports with additional functionality.
- close() - Method in class org.a2aproject.sdk.client.AbstractClient
-
Close the transport and release any associated resources.
- close() - Method in class org.a2aproject.sdk.client.Client
-
Close this client and release all associated resources.
- close() - Method in class org.a2aproject.sdk.client.http.VertxA2AHttpClient
-
Closes this HTTP client and releases associated resources.
- close() - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- close() - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- close() - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- close() - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Close the transport and release any associated resources.
- close() - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Close the transport and release any associated resources.
- close() - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- close() - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- close() - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- close() - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- close() - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Close the transport and release any associated resources.
- close() - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- close() - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- close() - Method in class org.a2aproject.sdk.server.events.EventConsumer
- close() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Closes this event queue gracefully, allowing pending events to be consumed.
- close() - Method in class org.a2aproject.sdk.server.util.async.AsyncExecutorProducer
- close(boolean) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Closes this event queue with control over immediate shutdown.
- close(boolean, boolean) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Close this queue with control over parent notification (ChildQueue only).
- close(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- close(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- close(String) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Closes and removes the queue for a task.
- CloudAgentCardProducer - Class in org.a2aproject.sdk.examples.cloud
-
Producer for the cloud deployment example agent card.
- CloudAgentCardProducer() - Constructor for class org.a2aproject.sdk.examples.cloud.CloudAgentCardProducer
- CloudAgentExecutorProducer - Class in org.a2aproject.sdk.examples.cloud
-
Producer for the cloud deployment example agent executor.
- CloudAgentExecutorProducer() - Constructor for class org.a2aproject.sdk.examples.cloud.CloudAgentExecutorProducer
- code() - Method in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Returns the JSON-RPC error code.
- compareTo(ClientTransportWrapper) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransportWrapper
-
Compares this wrapper with another based on priority.
- Compat03Fields - Class in org.a2aproject.sdk.spec
- complete() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as COMPLETED.
- complete(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as COMPLETED with an optional message.
- COMPLETED - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- CONFIG_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- CONFIG_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- configs() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Returns the value of the
configsrecord component. - CONFIGS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- CONFIGS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- configuration() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
-
Returns the value of the
configurationrecord component. - configuration() - Method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Returns the value of the
configurationrecord component. - configuration(MessageSendConfiguration) - Method in class org.a2aproject.sdk.spec.MessageSendParams.Builder
-
Sets the optional configuration for message processing.
- configuration(MessageSendConfiguration_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3.Builder
- CONFIGURATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- CONFIGURATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageRequest
- consumeAll() - Method in class org.a2aproject.sdk.server.events.EventConsumer
- consumeAndBreakOnInterrupt(EventConsumer, boolean) - Method in class org.a2aproject.sdk.server.tasks.ResultAggregator
- consumeAndEmit(EventConsumer) - Method in class org.a2aproject.sdk.server.tasks.ResultAggregator
- consumeOne() - Method in class org.a2aproject.sdk.server.events.EventConsumer
- consumer(TubeConfiguration, Flow.Publisher<T>, Function<T, Boolean>, Consumer<Throwable>) - Static method in class org.a2aproject.sdk.server.util.async.AsyncUtils
- consumers - Variable in class org.a2aproject.sdk.client.AbstractClient
- consumptionFuture() - Method in record class org.a2aproject.sdk.server.tasks.ResultAggregator.EventTypeAndInterrupt
-
Returns the value of the
consumptionFuturerecord component. - containsSchemes(String) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - containsSchemes(String) - Method in class org.a2aproject.sdk.compat03.grpc.Security
-
map<string, .a2a.v1.StringList> schemes = 1; - containsSchemes(String) - Method in interface org.a2aproject.sdk.compat03.grpc.SecurityOrBuilder
-
map<string, .a2a.v1.StringList> schemes = 1; - containsSchemes(String) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- containsSchemes(String) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
-
A map of security schemes to the required scopes.
- containsSchemes(String) - Method in interface org.a2aproject.sdk.grpc.SecurityRequirementOrBuilder
-
A map of security schemes to the required scopes.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- containsScopes(String) - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- containsSecuritySchemes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- containsSecuritySchemes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- containsSecuritySchemes(String) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- containsSecuritySchemes(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- containsSecuritySchemes(String) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- containsSecuritySchemes(String) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- CONTENT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Message
- CONTENT_NOT_SET - Enum constant in enum class org.a2aproject.sdk.grpc.Part.ContentCase
- CONTENT_TYPE - Static variable in interface org.a2aproject.sdk.client.http.A2AHttpClient
-
HTTP Content-Type header name.
- CONTENT_TYPE_NOT_SUPPORTED - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating the content type is not supported (-32005).
- CONTENT_TYPE_NOT_SUPPORTED_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- ContentTypeNotSupportedError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating incompatibility between requested content types and agent capabilities.
- ContentTypeNotSupportedError() - Constructor for exception org.a2aproject.sdk.spec.ContentTypeNotSupportedError
- ContentTypeNotSupportedError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.ContentTypeNotSupportedError
-
Constructs a content type not supported error.
- ContentTypeNotSupportedError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An A2A-specific error indicating an incompatibility between the requested content types and the agent's capabilities.
- ContentTypeNotSupportedError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.ContentTypeNotSupportedError_v0_3
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Message
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Task
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Task
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- CONTEXT_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- contextId() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns the value of the
contextIdrecord component. - contextId() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Returns the value of the
contextIdrecord component. - contextId(String) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- contextId(String) - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- contextId(String) - Method in class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- contextId(String) - Method in class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- contextId(String) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the contextId.
- contextId(String) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the conversation context identifier.
- contextId(String) - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Sets the context identifier associating this task with a conversation or session.
- contextId(String) - Method in class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent.Builder
-
Sets the context identifier.
- contextId(String) - Method in class org.a2aproject.sdk.spec.TaskStatusUpdateEvent.Builder
-
Sets the context identifier.
- Convert_v0_3_To10RequestHandler - Class in org.a2aproject.sdk.compat03.conversion
-
Request handler that converts v0.3 protocol requests to v1.0 and delegates to the v1.0
RequestHandler. - Convert_v0_3_To10RequestHandler() - Constructor for class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
- Convert_v0_3_To10RequestHandler(RequestHandler) - Constructor for class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
- convertA2AError(A2AError) - Static method in class org.a2aproject.sdk.compat03.conversion.ErrorConverter_v0_3
-
Converts a v1.0 A2AError to a v0.3 JSONRPCError.
- convertingProcessor(Flow.Publisher<T>, Function<T, N>) - Static method in class org.a2aproject.sdk.server.util.async.AsyncUtils
- COOKIE - Enum constant in enum class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Location
- COOKIE - Enum constant in enum class org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
-
API key sent in a cookie.
- copyOfCaseInsensitive(Map<String, List<String>>) - Static method in class org.a2aproject.sdk.util.HttpHeaderUtils
-
Creates an unmodifiable, case-insensitive copy of the given header map.
- create() - Static method in class org.a2aproject.sdk.client.http.A2AHttpClientFactory
-
Creates a new A2AHttpClient instance using the highest priority provider available.
- create() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClientProvider
-
Creates a new instance of an A2AHttpClient.
- create() - Method in class org.a2aproject.sdk.client.http.AndroidA2AHttpClientProvider
- create() - Method in class org.a2aproject.sdk.client.http.JdkA2AHttpClientProvider
- create() - Method in class org.a2aproject.sdk.client.http.VertxA2AHttpClientProvider
- create(JSONRPCTransportConfig, AgentCard, AgentInterface) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportProvider
- create(C, AgentCard_v0_3, String) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportProvider_v0_3
-
Create a client transport.
- create(C, AgentCard, AgentInterface) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransportProvider
-
Create a client transport.
- create(StreamObserver<V>) - Method in class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusCallContextFactory_v0_3
- create(StreamObserver<V>) - Method in interface org.a2aproject.sdk.compat03.transport.grpc.handler.CallContextFactory_v0_3
- create(StreamObserver<V>) - Method in class org.a2aproject.sdk.server.grpc.quarkus.QuarkusCallContextFactory
- create(StreamObserver<V>) - Method in interface org.a2aproject.sdk.transport.grpc.handler.CallContextFactory
-
Creates a
ServerCallContextfrom gRPC request context. - create(String) - Static method in class org.a2aproject.sdk.client.http.A2AHttpClientFactory
-
Creates a new A2AHttpClient instance using a specific provider by name.
- create(GrpcTransportConfig, AgentCard, AgentInterface) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransportProvider
- create(RestTransportConfig, AgentCard, AgentInterface) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransportProvider
- create(GrpcTransportConfig_v0_3, AgentCard_v0_3, String) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportProvider_v0_3
- create(JSONRPCTransportConfig_v0_3, AgentCard_v0_3, String) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportProvider_v0_3
- create(RestTransportConfig_v0_3, AgentCard_v0_3, String) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportProvider_v0_3
- create(AgentExecutor, TaskStore, QueueManager, PushNotificationConfigStore, MainEventBusProcessor, Executor, Executor) - Static method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
-
For testing
- CREATE_TASK_PUSH_NOTIFICATION_CONFIG - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- createAgentCard(int, int) - Static method in class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common.MultiInstanceReplicationAgentCards
-
Creates an AgentCard for a test instance.
- createAgentPartsMessage(List<Part_v0_3<?>>, String, String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Create an agent message with custom parts and optional context and task IDs.
- createAgentPartsMessage(List<Part<?>>, String, String) - Static method in class org.a2aproject.sdk.A2A
-
Create an agent message with custom parts and optional context and task IDs.
- createAgentRunnableDoneCallback() - Method in class org.a2aproject.sdk.server.events.EventConsumer
- createAgentTextMessage(String, String, String) - Static method in class org.a2aproject.sdk.A2A
-
Create an agent message with text content and optional context and task IDs.
- createAgentTextMessage(String, String, String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Create an agent message with text content and optional context and task IDs.
- createBaseEventQueueBuilder(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- createBaseEventQueueBuilder(String) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Creates a base EventQueueBuilder with standard configuration for this QueueManager.
- createDefaultAgentCard() - Method in class org.a2aproject.sdk.server.common.quarkus.DefaultProducers
- createDefaultAgentExecutor() - Method in class org.a2aproject.sdk.server.common.quarkus.DefaultProducers
- createDelete() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient
-
Creates a builder for DELETE requests.
- createDelete() - Method in class org.a2aproject.sdk.client.http.AndroidA2AHttpClient
- createDelete() - Method in class org.a2aproject.sdk.client.http.JdkA2AHttpClient
- createDelete() - Method in class org.a2aproject.sdk.client.http.VertxA2AHttpClient
- createErrorResponse(JSONRPCError_v0_3) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- createErrorResponse(A2AError) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Creates an HTTP error response from an A2A error.
- createGet() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient
-
Creates a builder for GET requests.
- createGet() - Method in class org.a2aproject.sdk.client.http.AndroidA2AHttpClient
- createGet() - Method in class org.a2aproject.sdk.client.http.JdkA2AHttpClient
- createGet() - Method in class org.a2aproject.sdk.client.http.VertxA2AHttpClient
- createOrTap(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- createOrTap(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- createOrTap(String) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Creates a MainQueue if none exists, or taps the existing queue to create a ChildQueue.
- createPost() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient
-
Creates a builder for POST requests.
- createPost() - Method in class org.a2aproject.sdk.client.http.AndroidA2AHttpClient
- createPost() - Method in class org.a2aproject.sdk.client.http.JdkA2AHttpClient
- createPost() - Method in class org.a2aproject.sdk.client.http.VertxA2AHttpClient
- createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Set a push notification config for a task.
- createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Set a push notification config for a task.
- createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Set a push notification config for a task.
- createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
Set a push notification config for a task.
- createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
Set a push notification config for a task.
- createTaskPushNotificationConfig(CreateTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- createTaskPushNotificationConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
(-- api-linter: client-libraries::4232::required-fields=disabled api-linter: core::0133::method-signature=disabled api-linter: core::0133::request-message-name=disabled aip.dev/not-precedent: method_signature preserved for backwards compatibility --) Creates a push notification config for a task.
- createTaskPushNotificationConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
(-- api-linter: client-libraries::4232::required-fields=disabled api-linter: core::0133::method-signature=disabled api-linter: core::0133::request-message-name=disabled aip.dev/not-precedent: method_signature preserved for backwards compatibility --) Creates a push notification config for a task.
- createTaskPushNotificationConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
(-- api-linter: client-libraries::4232::required-fields=disabled api-linter: core::0133::method-signature=disabled api-linter: core::0133::request-message-name=disabled aip.dev/not-precedent: method_signature preserved for backwards compatibility --) Creates a push notification config for a task.
- createTaskPushNotificationConfig(TaskPushNotificationConfigOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- createTaskPushNotificationConfig(TaskPushNotificationConfig, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
(-- api-linter: client-libraries::4232::required-fields=disabled api-linter: core::0133::method-signature=disabled api-linter: core::0133::request-message-name=disabled aip.dev/not-precedent: method_signature preserved for backwards compatibility --) Creates a push notification config for a task.
- createTaskPushNotificationConfig(TaskPushNotificationConfig, StreamObserver<TaskPushNotificationConfig>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
(-- api-linter: client-libraries::4232::required-fields=disabled api-linter: core::0133::method-signature=disabled api-linter: core::0133::request-message-name=disabled aip.dev/not-precedent: method_signature preserved for backwards compatibility --) Creates a push notification config for a task.
- createTaskPushNotificationConfig(TaskPushNotificationConfig, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- createTaskPushNotificationConfigRequest(TaskPushNotificationConfig) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- CreateTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.CreateTaskPushNotificationConfigRequest - CreateTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to configure push notifications for a specific task.
- CreateTaskPushNotificationConfigRequest(String, Object, TaskPushNotificationConfig) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigRequest
-
Constructs request with all parameters.
- CreateTaskPushNotificationConfigRequest(String, TaskPushNotificationConfig) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigRequest
-
Constructs request with ID and parameters.
- CreateTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.CreateTaskPushNotificationConfigRequest - CreateTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- CreateTaskPushNotificationConfigRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- createTaskPushNotificationConfigResponse(TaskPushNotificationConfig) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- CreateTaskPushNotificationConfigResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response confirming push notification configuration for a task.
- CreateTaskPushNotificationConfigResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigResponse
-
Constructs error response.
- CreateTaskPushNotificationConfigResponse(Object, TaskPushNotificationConfig) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigResponse
-
Constructs success response.
- CreateTaskPushNotificationConfigResponse(String, Object, TaskPushNotificationConfig, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigResponse
-
Constructs response with all parameters.
- createTaskPushNotificationConfiguration(String, RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Creates a push notification configuration for a task.
- createTaskPushNotificationConfiguration(ServerCallContext, String, String, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Creates a push notification configuration for a task.
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Create or update the push notification configuration for a specific task.
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Create or update the push notification configuration for a specific task.
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Configure push notifications for a task.
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Create or update the push notification configuration for a specific task.
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- createTaskPushNotificationConfiguration(TaskPushNotificationConfig, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- createTubeConfig() - Static method in class org.a2aproject.sdk.server.util.async.AsyncUtils
- createTubeConfig(int) - Static method in class org.a2aproject.sdk.server.util.async.AsyncUtils
- createUserTextMessage(String, String, String) - Static method in class org.a2aproject.sdk.A2A
-
Create a user message with text content and optional context and task IDs.
- createUserTextMessage(String, String, String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Create a user message with text content and optional context and task IDs.
- credentials() - Method in record class org.a2aproject.sdk.compat03.spec.AuthenticationInfo_v0_3
-
Returns the value of the
credentialsrecord component. - credentials() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationAuthenticationInfo_v0_3
-
Returns the value of the
credentialsrecord component. - credentials() - Method in record class org.a2aproject.sdk.spec.AuthenticationInfo
-
Returns the value of the
credentialsrecord component. - CREDENTIALS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- CREDENTIALS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AuthenticationInfo
- CredentialService - Interface in org.a2aproject.sdk.client.transport.spi.interceptors.auth
-
Used to retrieve credentials.
- CredentialService_v0_3 - Interface in org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth
-
Used to retrieve credentials.
- CURRENT_PROTOCOL_VERSION - Static variable in record class org.a2aproject.sdk.spec.AgentInterface
-
The default A2A Protocol version used when not explicitly specified.
D
- data() - Method in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Returns the value of the
datarecord component. - data() - Method in record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
-
Returns the value of the
datarecord component. - data() - Method in record class org.a2aproject.sdk.spec.DataPart
-
Returns the value of the
datarecord component. - DATA - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
- DATA - Enum constant in enum class org.a2aproject.sdk.compat03.spec.Part_v0_3.Kind
- DATA - Enum constant in enum class org.a2aproject.sdk.grpc.Part.ContentCase
- DATA - Static variable in record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
- DATA - Static variable in record class org.a2aproject.sdk.spec.DataPart
-
The JSON member name discriminator for data parts: "data".
- DATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.DataPart
- DATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Part
- DATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Part
- DataPart - Class in org.a2aproject.sdk.compat03.grpc
-
DataPart represents a structured blob.
- DataPart - Record Class in org.a2aproject.sdk.spec
- DataPart(Object) - Constructor for record class org.a2aproject.sdk.spec.DataPart
-
Constructor.
- DataPart(Object, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.DataPart
-
Compact constructor with validation.
- DataPart_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a structured data segment (e.g., JSON) within a message or artifact.
- DataPart_v0_3(Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
- DataPart_v0_3(Map<String, Object>, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
- DataPart_v0_3(Map<String, Object>, Map<String, Object>, Part_v0_3.Kind) - Constructor for record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
-
Creates an instance of a
DataPart_v0_3record class. - DataPart.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
DataPart represents a structured blob.
- DataPartOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- deactivateExtension(String) - Method in class org.a2aproject.sdk.server.ServerCallContext
- DEFAULT_AGENT_CARD_PATH - Static variable in class org.a2aproject.sdk.util.Utils
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.AuthenticatedExtendedCardNotConfiguredError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.ContentTypeNotSupportedError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.InternalError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.InvalidAgentResponseError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.InvalidParamsError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.InvalidRequestError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.JSONParseError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.MethodNotFoundError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.PushNotificationNotSupportedError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.TaskNotCancelableError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.TaskNotFoundError_v0_3
- DEFAULT_CODE - Static variable in error org.a2aproject.sdk.compat03.spec.UnsupportedOperationError_v0_3
- DEFAULT_EVENT_TYPE - Static variable in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Default event type per the SSE specification when no
event:field is present. - DEFAULT_INPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- DEFAULT_INPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- DEFAULT_OUTPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- DEFAULT_OUTPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- DEFAULT_PAGE_SIZE - Static variable in class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
- DEFAULT_QUEUE_SIZE - Static variable in class org.a2aproject.sdk.server.events.EventQueue
-
Default maximum queue size for event queues.
- defaultIfNull(T, T) - Static method in class org.a2aproject.sdk.util.Utils
-
Returns the provided value if non-null, otherwise returns the default value.
- defaultIfNull(T, T) - Static method in class org.a2aproject.sdk.compat03.util.Utils_v0_3
- defaultInputModes() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
defaultInputModesrecord component. - defaultInputModes() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
defaultInputModesrecord component. - defaultInputModes(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- defaultInputModes(List<String>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the list of supported input modes.
- defaultOutputModes() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
defaultOutputModesrecord component. - defaultOutputModes() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
defaultOutputModesrecord component. - defaultOutputModes(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- defaultOutputModes(List<String>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the list of supported output modes.
- DefaultProducers - Class in org.a2aproject.sdk.server.common.quarkus
-
Contains beans annotated with the Quarkus @DefaultBean annotation, in order to avoid injection failures when building the Quarkus application as discussed in Issue 213.
- DefaultProducers() - Constructor for class org.a2aproject.sdk.server.common.quarkus.DefaultProducers
- DefaultRequestHandler - Class in org.a2aproject.sdk.server.requesthandlers
-
Central request orchestrator that coordinates transport requests with agent execution, task persistence, event routing, and push notifications.
- DefaultRequestHandler() - Constructor for class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
-
No-args constructor for CDI proxy creation.
- DefaultRequestHandler(AgentExecutor, TaskStore, QueueManager, PushNotificationConfigStore, MainEventBusProcessor, Executor, Executor) - Constructor for class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- DefaultValuesConfigProvider - Class in org.a2aproject.sdk.server.config
-
Default configuration provider that loads values from
META-INF/a2a-defaults.propertiesfiles on the classpath. - DefaultValuesConfigProvider() - Constructor for class org.a2aproject.sdk.server.config.DefaultValuesConfigProvider
- defineGetTaskPushNotificationConfigName(String, String) - Static method in class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
- defineTaskName(String) - Static method in class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
-
Define the task name form its taskId as in "tasks/{taskId}".
- defineTaskPushNotificationConfigName(String, String) - Static method in class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
-
Constructs a task push notification config resource name from task ID and config ID.
- delete() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.DeleteBuilder
-
Executes a synchronous DELETE request.
- delete(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
- delete(String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- delete(String) - Method in interface org.a2aproject.sdk.server.tasks.TaskStore
-
Deletes a task by its ID.
- DELETE_TASK_PUSH_NOTIFICATION_CONFIG - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- DELETE_TASK_PUSH_NOTIFICATION_CONFIG_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for deleting task push notification configuration.
- deleteInfo(String, String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaDatabasePushNotificationConfigStore
- deleteInfo(String, String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryPushNotificationConfigStore
- deleteInfo(String, String) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
-
Deletes a push notification configuration for a task.
- deletePushNotificationConfig(DeleteTaskPushNotificationConfigRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- deletePushNotificationConfig(DeleteTaskPushNotificationConfigRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Deletes a push notification configuration.
- deleteTask(String) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.TestUtilsBean
- deleteTask(String, RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Delete a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Delete a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Delete a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest, StreamObserver<Empty>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
Delete a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest, StreamObserver<Empty>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
Delete a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest, StreamObserver<Empty>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Deletes a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Deletes a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Deletes a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest, StreamObserver<Empty>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Deletes a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest, StreamObserver<Empty>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Deletes a push notification config for a task.
- deleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigRequest, StreamObserver<Empty>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- deleteTaskPushNotificationConfigParams(DeleteTaskPushNotificationConfigRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- deleteTaskPushNotificationConfigParams(DeleteTaskPushNotificationConfigRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- DeleteTaskPushNotificationConfigParams - Record Class in org.a2aproject.sdk.spec
-
Parameters for deleting a push notification configuration from a task.
- DeleteTaskPushNotificationConfigParams(String, String) - Constructor for record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Creates parameters without optional metadata.
- DeleteTaskPushNotificationConfigParams(String, String, String) - Constructor for record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Compact constructor that validates required fields.
- DeleteTaskPushNotificationConfigParams_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Parameters for removing pushNotificationConfiguration associated with a Task.
- DeleteTaskPushNotificationConfigParams_v0_3(String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
- DeleteTaskPushNotificationConfigParams_v0_3(String, String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
-
Creates an instance of a
DeleteTaskPushNotificationConfigParams_v0_3record class. - DeleteTaskPushNotificationConfigParams_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- DeleteTaskPushNotificationConfigParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
DeleteTaskPushNotificationConfigParamsinstances. - DeleteTaskPushNotificationConfigParamsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
DeleteTaskPushNotificationConfigRequestandDeleteTaskPushNotificationConfigParams. - DeleteTaskPushNotificationConfigParamsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- DeleteTaskPushNotificationConfigParamsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.DeleteTaskPushNotificationConfigParamsMapperImpl
- deleteTaskPushNotificationConfigRequest(DeleteTaskPushNotificationConfigParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- DeleteTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.DeleteTaskPushNotificationConfigRequest - DeleteTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `DeleteTaskPushNotificationConfig` method.
- DeleteTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to delete a push notification configuration from a task.
- DeleteTaskPushNotificationConfigRequest(String, Object, DeleteTaskPushNotificationConfigParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigRequest
-
Creates a new DeleteTaskPushNotificationConfigRequest with the specified JSON-RPC parameters.
- DeleteTaskPushNotificationConfigRequest(String, DeleteTaskPushNotificationConfigParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigRequest
-
Creates a new DeleteTaskPushNotificationConfigRequest with default JSON-RPC version and method.
- DeleteTaskPushNotificationConfigRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A delete task push notification config request.
- DeleteTaskPushNotificationConfigRequest_v0_3(String, Object, String, DeleteTaskPushNotificationConfigParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3
- DeleteTaskPushNotificationConfigRequest_v0_3(String, DeleteTaskPushNotificationConfigParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3
- DeleteTaskPushNotificationConfigRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- DeleteTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.DeleteTaskPushNotificationConfigRequest - DeleteTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `DeleteTaskPushNotificationConfig` method.
- DeleteTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing
DeleteTaskPushNotificationConfigRequestinstances. - DeleteTaskPushNotificationConfigRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- DeleteTaskPushNotificationConfigRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- DeleteTaskPushNotificationConfigResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response confirming deletion of a task's push notification configuration.
- DeleteTaskPushNotificationConfigResponse(Object) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigResponse
-
Creates a new successful DeleteTaskPushNotificationConfigResponse with default JSON-RPC version.
- DeleteTaskPushNotificationConfigResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigResponse
-
Creates a new error DeleteTaskPushNotificationConfigResponse with default JSON-RPC version.
- DeleteTaskPushNotificationConfigResponse(String, Object, Void, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigResponse
-
Creates a new DeleteTaskPushNotificationConfigResponse with full JSON-RPC parameters.
- DeleteTaskPushNotificationConfigResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A response for a delete task push notification config request.
- DeleteTaskPushNotificationConfigResponse_v0_3(Object) - Constructor for class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigResponse_v0_3
- DeleteTaskPushNotificationConfigResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigResponse_v0_3
- DeleteTaskPushNotificationConfigResponse_v0_3(String, Object, Void, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigResponse_v0_3
- deleteTaskPushNotificationConfiguration(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- deleteTaskPushNotificationConfiguration(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Deletes a push notification configuration.
- deleteTaskPushNotificationConfiguration(String, String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- deleteTaskPushNotificationConfiguration(ServerCallContext, String, String, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Deletes a push notification configuration for a task.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Delete the list of push notification configurations for a specific task.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Delete the list of push notification configurations for a specific task.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Delete the list of push notification configurations for a specific task.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Delete the list of push notification configurations for a specific task.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Delete the list of push notification configurations for a specific task.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Delete push notification configurations.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Delete the list of push notification configurations for a specific task.
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- deleteTaskPushNotificationConfigurations(DeleteTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- dequeueEventItem(int) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Dequeues an EventQueueItem from the queue.
- description() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
-
Returns the value of the
descriptionrecord component. - description() - Method in interface org.a2aproject.sdk.compat03.spec.SecurityScheme_v0_3
- description() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.AgentExtension
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.MutualTLSSecurityScheme
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Returns the value of the
descriptionrecord component. - description() - Method in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
Returns the value of the
descriptionrecord component. - description() - Method in interface org.a2aproject.sdk.spec.SecurityScheme
-
Returns the human-readable description of this security scheme.
- description(String) - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Sets a brief description of the artifact's purpose or content.
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3.Builder
- description(String) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets a brief description of the agent's purpose and functionality.
- description(String) - Method in class org.a2aproject.sdk.spec.AgentExtension.Builder
-
Sets a human-readable description of the extension's purpose.
- description(String) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets a detailed description of what the skill does and how to use it.
- description(String) - Method in class org.a2aproject.sdk.spec.APIKeySecurityScheme.Builder
-
Sets the human-readable description of the security scheme.
- description(String) - Method in class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme.Builder
-
Sets an optional description of the security scheme.
- description(String) - Method in class org.a2aproject.sdk.spec.OAuth2SecurityScheme.Builder
-
Sets the human-readable description of the security scheme.
- description(String) - Method in class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme.Builder
-
Sets the human-readable description of the security scheme.
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Artifact
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentExtension
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Artifact
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- DESCRIPTION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- DEVICE_AUTHORIZATION_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- DEVICE_CODE - Enum constant in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
- DEVICE_CODE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuthFlows
- deviceAuthorizationUrl() - Method in record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Returns the value of the
deviceAuthorizationUrlrecord component. - deviceCode() - Method in record class org.a2aproject.sdk.spec.OAuthFlows
-
Returns the value of the
deviceCoderecord component. - deviceCode(DeviceCodeOAuthFlow) - Method in class org.a2aproject.sdk.spec.OAuthFlows.Builder
-
Sets the device code flow configuration.
- DeviceCodeOAuthFlow - Class in org.a2aproject.sdk.grpc
-
Defines configuration details for the OAuth 2.0 Device Code flow (RFC 8628).
- DeviceCodeOAuthFlow - Record Class in org.a2aproject.sdk.spec
-
Configuration details for the OAuth 2.0 Device Code flow (RFC 8628).
- DeviceCodeOAuthFlow(String, String, String, Map<String, String>) - Constructor for record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Compact constructor that validates required fields.
- DeviceCodeOAuthFlow.Builder - Class in org.a2aproject.sdk.grpc
-
Defines configuration details for the OAuth 2.0 Device Code flow (RFC 8628).
- DeviceCodeOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.grpc
- deviceCodeOAuthFlowToDeviceCodeOAuthFlow(DeviceCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapperImpl
- deviceCodeOAuthFlowToDeviceCodeOAuthFlow1(DeviceCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapperImpl
- DockerAvailability - Class in org.a2aproject.sdk.testutils.docker
-
Utility class for checking Docker/Podman availability and test skip settings.
- DockerRequiredExtension - Class in org.a2aproject.sdk.testutils.docker
-
JUnit 5 extension that conditionally executes tests based on Docker/Podman availability.
- DockerRequiredExtension() - Constructor for class org.a2aproject.sdk.testutils.docker.DockerRequiredExtension
- doClose() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Internal method to close the queue gracefully.
- doClose(boolean) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Internal method to close the queue with control over immediate shutdown.
- DOCUMENTATION_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- DOCUMENTATION_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- documentationUrl() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
documentationUrlrecord component. - documentationUrl() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
documentationUrlrecord component. - documentationUrl(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- documentationUrl(String) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the URL to human-readable documentation for the agent.
- domain() - Method in record class org.a2aproject.sdk.util.ErrorDetail
-
Returns the value of the
domainrecord component. - done(EnhancedRunnable) - Method in interface org.a2aproject.sdk.server.events.EnhancedRunnable.DoneCallback
- DynamicBomVerifier - Class in org.a2aproject.sdk.bom.test
-
Base class for dynamically discovering and verifying all classes in a BOM can be loaded.
- DynamicBomVerifier(Set<String>) - Constructor for class org.a2aproject.sdk.bom.test.DynamicBomVerifier
- DynamicBomVerifier(Set<String>, Set<String>) - Constructor for class org.a2aproject.sdk.bom.test.DynamicBomVerifier
E
- emitEvent(Event) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Emits a custom Event object to the client.
- EMPTY - Static variable in interface org.a2aproject.sdk.client.http.A2AHttpHeaders
-
Empty headers instance returned by default when headers are not available.
- emptyListToNull(List<T>) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts empty lists to null for optional list fields.
- emptyToNull(String) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf empty strings to null for optional fields.
- EnhancedRunnable - Class in org.a2aproject.sdk.server.events
- EnhancedRunnable() - Constructor for class org.a2aproject.sdk.server.events.EnhancedRunnable
- EnhancedRunnable.DoneCallback - Interface in org.a2aproject.sdk.server.events
- enqueueEvent(String, Event) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.TestUtilsBean
- enqueueEvent(Event) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Enqueues an event for processing.
- enqueueEventLocalOnly(Event) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Enqueues an event directly to this specific queue only, bypassing the MainEventBus.
- enqueueItem(EventQueueItem) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Enqueues an event queue item for processing.
- enqueueLocalOnly(EventQueueItem) - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Enqueues an event directly to this specific queue only, bypassing the MainEventBus.
- enqueueTaskArtifactUpdateEvent(String, String, RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- enqueueTaskStatusUpdateEvent(String, String, RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- ensureQueue(String) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.TestUtilsBean
- ensureStarted() - Method in class org.a2aproject.sdk.server.events.MainEventBusProcessor
-
No-op method to force CDI proxy resolution and ensure @PostConstruct has been called.
- ensureTaskQueue(String, RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- equals(Object) - Method in class itk.InstructionOuterClass.CallAgent
- equals(Object) - Method in class itk.InstructionOuterClass.Instruction
- equals(Object) - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- equals(Object) - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- equals(Object) - Method in class itk.InstructionOuterClass.ReturnResponse
- equals(Object) - Method in class itk.InstructionOuterClass.SendMessageBehavior
- equals(Object) - Method in class itk.InstructionOuterClass.SeriesOfSteps
- equals(Object) - Method in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.Message
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.Part
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.Security
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.Task
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- equals(Object) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AgentInterface_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AgentProvider_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AuthenticationInfo_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.ClientCredentialsOAuthFlow_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.FileWithBytes_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.FileWithUri_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.ImplicitOAuthFlow_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.JSONErrorResponse_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigParams_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.PasswordOAuthFlow_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationAuthenticationInfo_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.TaskIdParams_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.TaskPushNotificationConfig_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AgentCard
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AgentExtension
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AgentInterface
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AgentProvider
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AgentSkill
- equals(Object) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.grpc.Artifact
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- equals(Object) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- equals(Object) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- equals(Object) - Method in class org.a2aproject.sdk.grpc.Message
- equals(Object) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- equals(Object) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.grpc.Part
- equals(Object) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- equals(Object) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- equals(Object) - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- equals(Object) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- equals(Object) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- equals(Object) - Method in class org.a2aproject.sdk.grpc.StreamResponse
- equals(Object) - Method in class org.a2aproject.sdk.grpc.StringList
- equals(Object) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- equals(Object) - Method in class org.a2aproject.sdk.grpc.Task
- equals(Object) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- equals(Object) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- equals(Object) - Method in class org.a2aproject.sdk.grpc.TaskStatus
- equals(Object) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- equals(Object) - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.server.auth.AuthenticatedUser
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.server.tasks.ResultAggregator.EventTypeAndInterrupt
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AgentCardSignature
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AgentExtension
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AgentInterface
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AgentProvider
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.Artifact
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AuthenticationInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.CancelTaskParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.DataPart
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.FilePart
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.a2aproject.sdk.spec.FileWithBytes
-
Compares this FileWithBytes to another object for equality.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.FileWithUri
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.GetExtendedAgentCardParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.Legacy_0_3_AgentInterface
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.Message
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.MutualTLSSecurityScheme
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.OAuthFlows
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.SecurityRequirement
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.Task
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.TaskIdParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.TaskQueryParams
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.TaskStatus
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.spec.TextPart
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.util.ErrorDetail
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.a2aproject.sdk.util.PageToken
-
Indicates whether some other object is "equal to" this one.
- error - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- error - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
The error object if the invocation failed.
- error() - Method in record class org.a2aproject.sdk.compat03.spec.JSONErrorResponse_v0_3
-
Returns the value of the
errorrecord component. - ERROR_DOMAIN - Static variable in record class org.a2aproject.sdk.util.ErrorDetail
- ERROR_INFO_TYPE - Static variable in record class org.a2aproject.sdk.util.ErrorDetail
- ERROR_TYPE - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- ErrorConverter_v0_3 - Class in org.a2aproject.sdk.compat03.conversion
-
Utility for converting v1.0 A2AError instances to v0.3 JSONRPCError instances.
- ErrorDetail - Record Class in org.a2aproject.sdk.util
-
Represents a single entry in the JSON-RPC
error.dataarray, following the GoogleErrorInfoformat (type.googleapis.com/google.rpc.ErrorInfo). - ErrorDetail(String, String, String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.util.ErrorDetail
-
Creates an instance of a
ErrorDetailrecord class. - evaluateExecutionCondition(ExtensionContext) - Method in class org.a2aproject.sdk.testutils.docker.DockerRequiredExtension
- Event - Interface in org.a2aproject.sdk.spec
-
Marker interface for all event types in the A2A Protocol.
- EVENT_STREAM - Static variable in interface org.a2aproject.sdk.client.http.A2AHttpClient
-
SSE event stream content type.
- Event_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
- EventConsumer - Class in org.a2aproject.sdk.server.events
- EventConsumer(EventQueue, Executor) - Constructor for class org.a2aproject.sdk.server.events.EventConsumer
- eventConsumerExecutor() - Method in class org.a2aproject.sdk.server.util.async.EventConsumerExecutorProducer
- EventConsumerExecutorProducer - Class in org.a2aproject.sdk.server.util.async
-
Produces a dedicated executor for EventConsumer polling threads.
- EventConsumerExecutorProducer() - Constructor for class org.a2aproject.sdk.server.util.async.EventConsumerExecutorProducer
- EventConsumerExecutorProducer.EventConsumerExecutor - Annotation Interface in org.a2aproject.sdk.server.util.async
-
Qualifier annotation for EventConsumer executor injection.
- EventEnqueueHook - Interface in org.a2aproject.sdk.server.events
-
Hook interface for event queue enqueue operations.
- EventKind - Interface in org.a2aproject.sdk.spec
-
Interface for events that can be returned from non-streaming A2A Protocol operations.
- EventKind_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
-
Interface for events that can be returned from non-streaming A2A Protocol operations.
- EventKindMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional polymorphic mapper for converting EventKind between A2A Protocol v0.3 and v1.0.
- EventKindMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- EventKindMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.EventKindMapper_v0_3Impl
- EventQueue - Class in org.a2aproject.sdk.server.events
-
Abstract base class for event queues that manage task event streaming.
- EventQueue() - Constructor for class org.a2aproject.sdk.server.events.EventQueue
-
Creates an EventQueue with the default queue size.
- EventQueue(int) - Constructor for class org.a2aproject.sdk.server.events.EventQueue
-
Creates an EventQueue with the specified queue size.
- EventQueue(EventQueue) - Constructor for class org.a2aproject.sdk.server.events.EventQueue
-
Creates an EventQueue as a child of the specified parent queue.
- EventQueue.EventQueueBuilder - Class in org.a2aproject.sdk.server.events
-
Builder for creating configured EventQueue instances.
- EventQueueBuilder() - Constructor for class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
- EventQueueClosedException - Exception in org.a2aproject.sdk.server.events
-
Exception thrown when attempting to dequeue from a closed and empty event queue.
- EventQueueClosedException() - Constructor for exception org.a2aproject.sdk.server.events.EventQueueClosedException
- EventQueueFactory - Interface in org.a2aproject.sdk.server.events
- EventQueueItem - Interface in org.a2aproject.sdk.server.events
-
Represents an item that can be enqueued/dequeued in an EventQueue.
- EventStreamObserver - Class in org.a2aproject.sdk.client.transport.grpc
- EventStreamObserver(Consumer<StreamingEventKind>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.client.transport.grpc.EventStreamObserver
- EventStreamObserver_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.grpc
- EventStreamObserver_v0_3(Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.grpc.EventStreamObserver_v0_3
- eventType() - Method in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Returns the value of the
eventTyperecord component. - eventType() - Method in record class org.a2aproject.sdk.server.tasks.ResultAggregator.EventTypeAndInterrupt
-
Returns the value of the
eventTyperecord component. - EventTypeAndInterrupt(EventKind, boolean, CompletableFuture<Void>) - Constructor for record class org.a2aproject.sdk.server.tasks.ResultAggregator.EventTypeAndInterrupt
-
Creates an instance of a
EventTypeAndInterruptrecord class. - examples() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
examplesrecord component. - examples() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
examplesrecord component. - examples(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- examples(List<String>) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets example queries or use cases demonstrating the skill.
- EXAMPLES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- EXAMPLES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- execute(RequestContext, AgentEmitter) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.SimpleAgentExecutor
- execute(RequestContext, AgentEmitter) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common.MultiInstanceReplicationAgentExecutor
- execute(RequestContext, AgentEmitter) - Method in interface org.a2aproject.sdk.server.agentexecution.AgentExecutor
-
Executes the agent's business logic for a message.
- EXECUTION_WRAPPER_KEY - Static variable in class org.a2aproject.sdk.server.ServerCallContext
-
Key for an execution wrapper in the state map.
- exportSpans(RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- EXTENDED_AGENT_CARD_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCapabilities
- EXTENDED_AGENT_CARD_NOT_CONFIGURED - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating extended agent card is not configured (-32007).
- extendedAgentCard() - Method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Returns the value of the
extendedAgentCardrecord component. - extendedAgentCard(boolean) - Method in class org.a2aproject.sdk.spec.AgentCapabilities.Builder
-
Sets whether the agent supports an extended agent card.
- extendedAgentCard(GetExtendedAgentCardParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- ExtendedAgentCard - Annotation Interface in org.a2aproject.sdk.server
- ExtendedAgentCardNotConfiguredError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that the agent does not have an authenticated extended card configured.
- ExtendedAgentCardNotConfiguredError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.ExtendedAgentCardNotConfiguredError
-
Constructs an error for agents that don't support authenticated extended card retrieval.
- EXTENSION_SUPPORT_REQUIRED - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating client requested use of an extension marked as required: true in the Agent Card but the client did not declare support for it in the request (-32008).
- extensions() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Returns the value of the
extensionsrecord component. - extensions() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns the value of the
extensionsrecord component. - extensions() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
extensionsrecord component. - extensions() - Method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Returns the value of the
extensionsrecord component. - extensions() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns the value of the
extensionsrecord component. - extensions() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
extensionsrecord component. - extensions(List<String>) - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Sets the list of protocol extensions used in this artifact.
- extensions(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- extensions(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- extensions(List<String>) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the list of protocol extensions used in this message.
- extensions(List<AgentExtension_v0_3>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3.Builder
- extensions(List<AgentExtension>) - Method in class org.a2aproject.sdk.spec.AgentCapabilities.Builder
-
Sets the list of custom extensions supported by the agent.
- EXTENSIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- EXTENSIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Artifact
- EXTENSIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Message
- EXTENSIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCapabilities
- EXTENSIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Artifact
- EXTENSIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- EXTENSIONS_HEADER_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.grpc.context.GrpcContextKeys_v0_3
-
Context key for storing the X-A2A-Extensions header value.
- EXTENSIONS_HEADER_KEY - Static variable in class org.a2aproject.sdk.transport.grpc.context.GrpcContextKeys
-
Context key for storing the a2a-extensions header value.
- ExtensionSupportRequiredError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that a client requested use of an extension marked as required but did not declare support for it.
- ExtensionSupportRequiredError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.ExtensionSupportRequiredError
-
Constructs an error when a client requests a required extension without declaring support.
- EXTRACT_REQUEST_SYS_PROPERTY - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- EXTRACT_RESPONSE_SYS_PROPERTY - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- extractParentId(String) - Static method in class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
-
Extracts the parent ID (task ID) from a parent resource name like "tasks/{taskId}".
- extractTaskId(String) - Static method in class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
-
Extracts the task ID from a simple resource name like "tasks/{taskId}".
- extractTaskId(StreamingEventKind) - Method in class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
-
Extracts the task ID from a StreamingEventKind event.
F
- fail() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as FAILED.
- fail(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as FAILED with an optional message.
- fail(A2AError) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Enqueues an A2A error event which will automatically transition the task to FAILED.
- FAILED - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- falseToNull(boolean) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf bool to Boolean, treating false as null (unset).
- file() - Method in record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
-
Returns the value of the
filerecord component. - file() - Method in record class org.a2aproject.sdk.spec.FilePart
-
Returns the value of the
filerecord component. - FILE - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
- FILE - Enum constant in enum class org.a2aproject.sdk.compat03.spec.Part_v0_3.Kind
- FILE - Static variable in record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
- FILE - Static variable in record class org.a2aproject.sdk.spec.FilePart
-
The JSON member name discriminator for file parts: "file".
- FILE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Part
- FILE_NOT_SET - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
- FILE_WITH_BYTES - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
- FILE_WITH_BYTES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.FilePart
- FILE_WITH_URI - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
- FILE_WITH_URI_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.FilePart
- FileContent - Interface in org.a2aproject.sdk.spec
-
Sealed interface representing file content in the A2A Protocol.
- FileContent_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
-
Sealed interface representing file content in the A2A Protocol.
- FileContentMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting FileContent types between A2A Protocol v0.3 and v1.0.
- FileContentMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- FileContentMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.FileContentMapper_v0_3Impl
- FILENAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Part
- FilePart - Class in org.a2aproject.sdk.compat03.grpc
-
FilePart represents the different ways files can be provided.
- FilePart - Record Class in org.a2aproject.sdk.spec
- FilePart(FileContent) - Constructor for record class org.a2aproject.sdk.spec.FilePart
-
Constructor.
- FilePart(FileContent, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.FilePart
-
Compact constructor with validation.
- FilePart_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a file segment within a message or artifact.
- FilePart_v0_3(FileContent_v0_3) - Constructor for record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
- FilePart_v0_3(FileContent_v0_3, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
- FilePart_v0_3(FileContent_v0_3, Map<String, Object>, Part_v0_3.Kind) - Constructor for record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
-
Creates an instance of a
FilePart_v0_3record class. - FilePart.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
FilePart represents the different ways files can be provided.
- FilePart.FileCase - Enum Class in org.a2aproject.sdk.compat03.grpc
- FilePartOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- FileWithBytes - Class in org.a2aproject.sdk.spec
-
Represents file content embedded directly as base64-encoded bytes.
- FileWithBytes(String, File) - Constructor for class org.a2aproject.sdk.spec.FileWithBytes
-
Creates a
FileWithBytesby reading the content of the givenFile. - FileWithBytes(String, String, byte[]) - Constructor for class org.a2aproject.sdk.spec.FileWithBytes
-
Creates a
FileWithBytesby base64-encoding the given raw byte array. - FileWithBytes(String, String, String) - Constructor for class org.a2aproject.sdk.spec.FileWithBytes
-
Creates a
FileWithByteswith pre-encoded base64 content. - FileWithBytes(String, Path) - Constructor for class org.a2aproject.sdk.spec.FileWithBytes
-
Creates a
FileWithBytesby reading the content of the givenPath. - FileWithBytes_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a file with its content provided directly as a base64-encoded string.
- FileWithBytes_v0_3(String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.FileWithBytes_v0_3
-
Creates an instance of a
FileWithBytes_v0_3record class. - FileWithUri - Record Class in org.a2aproject.sdk.spec
-
Represents file content referenced by a URI location.
- FileWithUri(String, String, String) - Constructor for record class org.a2aproject.sdk.spec.FileWithUri
-
Creates an instance of a
FileWithUrirecord class. - FileWithUri_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a file with its content located at a specific URI.
- FileWithUri_v0_3(String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.FileWithUri_v0_3
-
Creates an instance of a
FileWithUri_v0_3record class. - FINAL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- findExtensionByUri(AgentCard, String) - Static method in class org.a2aproject.sdk.server.extensions.A2AExtensions
- firstValue(String) - Method in interface org.a2aproject.sdk.client.http.A2AHttpHeaders
-
Returns the first value for the given header name, or
nullif not present. - FLOW_NOT_SET - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
- FLOW_NOT_SET - Enum constant in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
- flows() - Method in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Returns the value of the
flowsrecord component. - flows() - Method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Returns the value of the
flowsrecord component. - flows(OAuthFlows_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3.Builder
- flows(OAuthFlows) - Method in class org.a2aproject.sdk.spec.OAuth2SecurityScheme.Builder
-
Sets the OAuth flows configuration.
- FLOWS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- FLOWS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- flush() - Method in class org.a2aproject.sdk.client.http.ServerSentEventParser
-
Dispatches any buffered data not yet followed by an empty line.
- formatJsonAsSSE(String, long) - Static method in class org.a2aproject.sdk.server.util.sse.SseFormatter
-
Format a pre-serialized JSON string as an SSE event.
- formatPayload(StreamingEventKind, Task) - Method in class org.a2aproject.sdk.compat03.conversion.PushNotificationPayloadFormatter_v0_3
- formatPayload(StreamingEventKind, Task) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationPayloadFormatter
- formatResponseAsSSE(A2AResponse<?>, long) - Static method in class org.a2aproject.sdk.server.util.sse.SseFormatter
-
Format an A2A response as an SSE event.
- forNumber(int) - Static method in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
- forNumber(int) - Static method in enum class itk.InstructionOuterClass.Instruction.StepCase
- forNumber(int) - Static method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.Role
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
- forNumber(int) - Static method in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.grpc.Part.ContentCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.grpc.Role
- forNumber(int) - Static method in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
- forNumber(int) - Static method in enum class org.a2aproject.sdk.grpc.TaskState
- fromCode(int) - Static method in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Looks up an error code enum constant by its JSON-RPC numeric code.
- fromJson(String) - Static method in record class org.a2aproject.sdk.spec.DataPart
-
Creates a DataPart by parsing a JSON string into its corresponding Java type.
- fromJson(String, Map<String, Object>) - Static method in record class org.a2aproject.sdk.spec.DataPart
-
Creates a DataPart by parsing a JSON string into its corresponding Java type, with optional metadata.
- fromJson(String, Class<T>) - Static method in class org.a2aproject.sdk.compat03.json.JsonUtil_v0_3
- fromJson(String, Class<T>) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Deserializes JSON string to an object of the specified class.
- fromJson(String, Type) - Static method in class org.a2aproject.sdk.compat03.json.JsonUtil_v0_3
- fromJson(String, Type) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Deserializes JSON string to an object of the specified type.
- fromProto(List<SecurityRequirement>) - Method in interface org.a2aproject.sdk.grpc.mapper.SecurityRequirementMapper
-
Converts proto SecurityRequirement messages to domain security requirements.
- fromProto(AgentCapabilities) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentCapabilitiesMapper
- fromProto(AgentCapabilities) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCapabilitiesMapperImpl
- fromProto(AgentCard) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentCardMapper
- fromProto(AgentCard) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- fromProto(AgentCardSignature) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentCardSignatureMapper
-
Converts proto AgentCardSignature to domain AgentCardSignature.
- fromProto(AgentCardSignature) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardSignatureMapperImpl
- fromProto(AgentExtension) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentExtensionMapper
-
Converts proto AgentExtension to domain AgentExtension.
- fromProto(AgentExtension) - Method in class org.a2aproject.sdk.grpc.mapper.AgentExtensionMapperImpl
- fromProto(AgentInterface) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentInterfaceMapper
- fromProto(AgentInterface) - Method in class org.a2aproject.sdk.grpc.mapper.AgentInterfaceMapperImpl
- fromProto(AgentProvider) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentProviderMapper
- fromProto(AgentProvider) - Method in class org.a2aproject.sdk.grpc.mapper.AgentProviderMapperImpl
- fromProto(AgentSkill) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentSkillMapper
- fromProto(AgentSkill) - Method in class org.a2aproject.sdk.grpc.mapper.AgentSkillMapperImpl
- fromProto(APIKeySecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.APIKeySecuritySchemeMapper
- fromProto(Artifact) - Method in interface org.a2aproject.sdk.grpc.mapper.ArtifactMapper
-
Converts proto Artifact to domain Artifact.
- fromProto(Artifact) - Method in class org.a2aproject.sdk.grpc.mapper.ArtifactMapperImpl
- fromProto(AuthenticationInfo) - Method in interface org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapper
-
Converts proto AuthenticationInfo to domain AuthenticationInfo.
- fromProto(AuthenticationInfo) - Method in class org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapperImpl
- fromProto(AuthorizationCodeOAuthFlow) - Method in interface org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapper
- fromProto(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapperImpl
- fromProto(ClientCredentialsOAuthFlow) - Method in interface org.a2aproject.sdk.grpc.mapper.ClientCredentialsOAuthFlowMapper
- fromProto(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.grpc.mapper.ClientCredentialsOAuthFlowMapperImpl
- fromProto(DeleteTaskPushNotificationConfigRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.DeleteTaskPushNotificationConfigParamsMapper
-
Converts proto DeleteTaskPushNotificationConfigRequest to domain DeleteTaskPushNotificationConfigParams.
- fromProto(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.mapper.DeleteTaskPushNotificationConfigParamsMapperImpl
- fromProto(GetTaskPushNotificationConfigRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapper
-
Converts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.
- fromProto(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapperImpl
- fromProto(GetTaskRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskQueryParamsMapper
-
Converts proto GetTaskRequest to domain TaskQueryParams.
- fromProto(GetTaskRequest) - Method in class org.a2aproject.sdk.grpc.mapper.TaskQueryParamsMapperImpl
- fromProto(HTTPAuthSecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.HTTPAuthSecuritySchemeMapper
- fromProto(ListTaskPushNotificationConfigsRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapper
-
Converts proto ListTaskPushNotificationConfigsRequest to domain ListTaskPushNotificationConfigsParams.
- fromProto(ListTaskPushNotificationConfigsRequest) - Method in class org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapperImpl
- fromProto(ListTasksRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.ListTasksParamsMapper
-
Converts protobuf ListTasksRequest to domain ListTasksParams.
- fromProto(ListTasksRequest) - Method in class org.a2aproject.sdk.grpc.mapper.ListTasksParamsMapperImpl
- fromProto(ListTasksResponse) - Method in interface org.a2aproject.sdk.grpc.mapper.ListTasksResultMapper
- fromProto(ListTasksResponse) - Method in class org.a2aproject.sdk.grpc.mapper.ListTasksResultMapperImpl
- fromProto(Message) - Method in interface org.a2aproject.sdk.grpc.mapper.MessageMapper
-
Converts proto Message to domain Message.
- fromProto(Message) - Method in class org.a2aproject.sdk.grpc.mapper.MessageMapperImpl
- fromProto(MutualTlsSecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.MutualTLSSecuritySchemeMapper
- fromProto(OAuth2SecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.OAuth2SecuritySchemeMapper
- fromProto(OAuthFlows) - Method in interface org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapper
- fromProto(OAuthFlows) - Method in class org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapperImpl
- fromProto(OpenIdConnectSecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.OpenIdConnectSecuritySchemeMapper
- fromProto(Part) - Method in interface org.a2aproject.sdk.grpc.mapper.PartMapper
-
Converts proto Part to domain Part.
- fromProto(Role) - Method in interface org.a2aproject.sdk.grpc.mapper.RoleMapper
-
Converts proto Role to domain Role.
- fromProto(SecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.SecuritySchemeMapper
-
Converts a protobuf SecurityScheme to domain SecurityScheme.
- fromProto(SendMessageConfiguration) - Method in interface org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapper
-
Converts proto SendMessageConfiguration to domain MessageSendConfiguration.
- fromProto(SendMessageConfiguration) - Method in class org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapperImpl
- fromProto(SendMessageRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.MessageSendParamsMapper
-
Converts proto SendMessageRequest to domain MessageSendParams.
- fromProto(SendMessageRequest) - Method in class org.a2aproject.sdk.grpc.mapper.MessageSendParamsMapperImpl
- fromProto(StreamResponse) - Method in interface org.a2aproject.sdk.grpc.mapper.StreamResponseMapper
-
Converts proto StreamResponse to domain StreamingEventKind.
- fromProto(SubscribeToTaskRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.SubscribeToTaskRequestMapper
-
Converts proto SubscribeToTaskRequest to domain SubscribeToTaskRequest.
- fromProto(Task) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskMapper
-
Converts proto Task to domain Task.
- fromProto(Task) - Method in class org.a2aproject.sdk.grpc.mapper.TaskMapperImpl
- fromProto(TaskArtifactUpdateEvent) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskArtifactUpdateEventMapper
-
Converts proto TaskArtifactUpdateEvent to domain.
- fromProto(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.grpc.mapper.TaskArtifactUpdateEventMapperImpl
- fromProto(TaskPushNotificationConfig) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapper
-
Converts protobuf TaskPushNotificationConfig to domain TaskPushNotificationConfig.
- fromProto(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapperImpl
- fromProto(TaskState) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskStateMapper
-
Converts proto TaskState to domain TaskState.
- fromProto(TaskStatus) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskStatusMapper
-
Converts proto TaskStatus to domain TaskStatus.
- fromProto(TaskStatus) - Method in class org.a2aproject.sdk.grpc.mapper.TaskStatusMapperImpl
- fromProto(TaskStatusUpdateEvent) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskStatusUpdateEventMapper
-
Converts proto TaskStatusUpdateEvent to domain.
- FromProto() - Constructor for class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- FromProto() - Constructor for class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- fromProtoCancelTaskRequest(CancelTaskRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapper
-
Converts proto CancelTaskRequest to domain TaskIdParams.
- fromProtoCancelTaskRequest(CancelTaskRequest) - Method in class org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapperImpl
- fromProtoSubscribeToTaskRequest(SubscribeToTaskRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapper
-
Converts proto SubscribeToTaskRequest to domain TaskIdParams.
- fromProtoSubscribeToTaskRequest(SubscribeToTaskRequest) - Method in class org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapperImpl
- fromString(String) - Static method in record class org.a2aproject.sdk.util.PageToken
-
Parses a pageToken string into a PageToken record.
- fromString(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Location
- fromString(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
-
Deserializes a string value into a TaskState enum constant.
- fromString(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.TransportProtocol_v0_3
-
Parses a string into a
TransportProtocol_v0_3enum constant. - fromString(String) - Static method in enum class org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
-
Converts a string to a Location enum value.
- fromString(String) - Static method in enum class org.a2aproject.sdk.spec.TransportProtocol
-
Parses a string into a
TransportProtocolenum constant. - fromV10(Artifact) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.ArtifactMapper_v0_3
-
Converts v1.0 Artifact to v0.3 Artifact.
- fromV10(AuthenticationInfo) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.AuthenticationInfoMapper_v0_3
-
Converts v1.0 AuthenticationInfo to v0.3 AuthenticationInfo.
- fromV10(CancelTaskParams) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.CancelTaskParamsMapper_v0_3
-
Converts v1.0
CancelTaskParamsto v0.3TaskIdParams. - fromV10(EventKind) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.EventKindMapper_v0_3
-
Converts v1.0 EventKind to v0.3 EventKind.
- fromV10(FileContent) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.FileContentMapper_v0_3
-
Converts v1.0 FileContent to v0.3 FileContent.
- fromV10(ListTaskPushNotificationConfigsResult) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.result.ListTaskPushNotificationConfigsResultMapper_v0_3
-
Converts v1.0
ListTaskPushNotificationConfigsResultto v0.3List<TaskPushNotificationConfig>. - fromV10(Message) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.MessageMapper_v0_3
-
Converts v1.0 Message to v0.3 Message.
- fromV10(Message.Role) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.RoleMapper_v0_3
-
Converts v1.0 Role to v0.3 Role.
- fromV10(MessageSendConfiguration) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendConfigurationMapper_v0_3
-
Converts v1.0 MessageSendConfiguration to v0.3 MessageSendConfiguration.
- fromV10(MessageSendParams) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendParamsMapper_v0_3
-
Converts v1.0 MessageSendParams to v0.3 MessageSendParams.
- fromV10(Part<?>) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.PartMapper_v0_3
-
Converts v1.0 Part to v0.3 Part.
- fromV10(StreamingEventKind) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.StreamingEventKindMapper_v0_3
-
Converts v1.0 StreamingEventKind to v0.3 StreamingEventKind.
- fromV10(Task) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskMapper_v0_3
-
Converts v1.0 Task to v0.3 Task.
- fromV10(TaskArtifactUpdateEvent) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskArtifactUpdateEventMapper_v0_3
-
Converts v1.0 TaskArtifactUpdateEvent to v0.3 TaskArtifactUpdateEvent.
- fromV10(TaskIdParams) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.TaskIdParamsMapper_v0_3
-
Converts v1.0
TaskIdParamsto v0.3TaskIdParams. - fromV10(TaskPushNotificationConfig) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskPushNotificationConfigMapper_v0_3
-
Converts v1.0 TaskPushNotificationConfig to v0.3 TaskPushNotificationConfig.
- fromV10(TaskQueryParams) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.TaskQueryParamsMapper_v0_3
-
Converts v1.0
TaskQueryParamsto v0.3TaskQueryParams. - fromV10(TaskState) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStateMapper_v0_3
-
Converts a v1.0
TaskStateto v0.3TaskState. - fromV10(TaskStatus) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusMapper_v0_3
-
Converts v1.0 TaskStatus to v0.3 TaskStatus.
- fromV10(TaskStatusUpdateEvent) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusUpdateEventMapper_v0_3
-
Converts v1.0 TaskStatusUpdateEvent to v0.3 TaskStatusUpdateEvent.
- fromV10ToPushNotification(AuthenticationInfo) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.AuthenticationInfoMapper_v0_3
-
Converts v1.0 AuthenticationInfo to v0.3 PushNotificationAuthenticationInfo.
G
- GENAI_CONFIG_ID - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_CONTEXT_ID - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_EXTENSIONS - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_MESSAGE_ID - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_OPERATION_NAME - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_PARTS_NUMBER - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_PREFIX - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_PROTOCOL - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_REQUEST - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_RESPONSE - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_ROLE - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_STATUS - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- GENAI_TASK_ID - Static variable in interface org.a2aproject.sdk.extras.opentelemetry.A2AObservabilityNames
- get() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.GetBuilder
-
Executes a synchronous GET request.
- get(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- get(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
- get(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- get(String) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Retrieves the MainQueue for a task, if it exists.
- get(String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- get(String) - Method in interface org.a2aproject.sdk.server.tasks.TaskStore
-
Retrieves a task by its ID.
- GET_EXTENDED_AGENT_CARD_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for getting extended agent card information.
- GET_TASK - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- GET_TASK_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for getting a task.
- GET_TASK_PUSH_NOTIFICATION_CONFIG - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- GET_TASK_PUSH_NOTIFICATION_CONFIG_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for getting task push notification configuration.
- getAcceptedOutputModes() - Method in class org.a2aproject.sdk.client.config.ClientConfig
-
Get the list of accepted output modes.
- getAcceptedOutputModes() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- getAcceptedOutputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModes(int) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModes(int) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModes(int) - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesBytes(int) - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesCount() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesCount() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesCount() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesList() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
The output modes that the agent is expected to respond with.
- getAcceptedOutputModesList() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesList() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
A list of media types the client is prepared to accept for response parts.
- getAcceptedOutputModesList() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
A list of media types the client is prepared to accept for response parts.
- getActivatedExtensions() - Method in class org.a2aproject.sdk.server.ServerCallContext
- getActiveChildQueueCount(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- getActiveChildQueueCount(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- getActiveChildQueueCount(String) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Returns the number of active ChildQueues for a task.
- getAdditionalInterfaces(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- getAdditionalInterfaces(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Announcement of additional supported transports.
- getAdditionalInterfaces(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Announcement of additional supported transports.
- getAdditionalInterfacesBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- getAdditionalInterfacesBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- getAdditionalInterfacesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- getAdditionalInterfacesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Announcement of additional supported transports.
- getAdditionalInterfacesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Announcement of additional supported transports.
- getAdditionalInterfacesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- getAdditionalInterfacesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Announcement of additional supported transports.
- getAdditionalInterfacesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Announcement of additional supported transports.
- getAdditionalInterfacesOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- getAdditionalInterfacesOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Announcement of additional supported transports.
- getAdditionalInterfacesOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Announcement of additional supported transports.
- getAdditionalInterfacesOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- getAdditionalInterfacesOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Announcement of additional supported transports.
- getAdditionalInterfacesOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Announcement of additional supported transports.
- getAgentCard() - Method in class org.a2aproject.sdk.client.http.A2ACardResolver
-
Fetches the agent card for this resolver's configured agent.
- getAgentCard() - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the AgentCard.
- getAgentCard() - Method in class org.a2aproject.sdk.compat03.client.http.A2ACardResolver_v0_3
-
Get the agent card for the configured A2A agent.
- getAgentCard() - Method in class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcHandler_v0_3
- getAgentCard() - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- getAgentCard() - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- getAgentCard() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- getAgentCard() - Method in class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcHandler
- getAgentCard() - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Returns the public agent card defining the agent's capabilities and metadata.
- getAgentCard() - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Returns the public agent card.
- getAgentCard() - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Retrieves the public agent card.
- getAgentCard(ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the AgentCard.
- getAgentCard(ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- getAgentCard(ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- getAgentCard(ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- getAgentCard(ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Retrieve the AgentCard.
- getAgentCard(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- getAgentCard(RoutingContext) - Method in class org.a2aproject.sdk.server.apps.quarkus.A2AServerRoutes
-
Handles GET requests to the agent card endpoint.
- getAgentCard(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Retrieves the public agent card for agent discovery.
- getAgentCard(String) - Static method in class org.a2aproject.sdk.A2A
-
Retrieve the agent card for an A2A agent.
- getAgentCard(String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Get the agent card for an A2A agent.
- getAgentCard(String, String, Map<String, String>) - Static method in class org.a2aproject.sdk.A2A
-
Retrieve the agent card with custom path and authentication.
- getAgentCard(String, String, Map<String, String>) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Get the agent card for an A2A agent.
- getAgentCard(A2AHttpClient, String) - Static method in class org.a2aproject.sdk.A2A
-
Retrieve the agent card using a custom HTTP client.
- getAgentCard(A2AHttpClient, String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Get the agent card for an A2A agent.
- getAgentCard(A2AHttpClient, String, String, Map<String, String>) - Static method in class org.a2aproject.sdk.A2A
-
Retrieve the agent card with full customization options.
- getAgentCard(A2AHttpClient, String, String, Map<String, String>) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Get the agent card for an A2A agent.
- getAgentCard(ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- getAgentCard(GetAgentCardRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
GetAgentCard returns the agent card for the agent.
- getAgentCard(GetAgentCardRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
GetAgentCard returns the agent card for the agent.
- getAgentCard(GetAgentCardRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
GetAgentCard returns the agent card for the agent.
- getAgentCard(GetAgentCardRequest, StreamObserver<AgentCard>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
GetAgentCard returns the agent card for the agent.
- getAgentCard(GetAgentCardRequest, StreamObserver<AgentCard>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
GetAgentCard returns the agent card for the agent.
- getAgentCard(GetAgentCardRequest, StreamObserver<AgentCard>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- GetAgentCardRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Empty.
- GetAgentCardRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Empty.
- GetAgentCardRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- getAgentCardUri() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
where to get the agent card from
- getAgentCardUri() - Method in class itk.InstructionOuterClass.CallAgent
-
where to get the agent card from
- getAgentCardUri() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
where to get the agent card from
- getAgentCardUriBytes() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
where to get the agent card from
- getAgentCardUriBytes() - Method in class itk.InstructionOuterClass.CallAgent
-
where to get the agent card from
- getAgentCardUriBytes() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
where to get the agent card from
- getAndValidateId(JsonObject) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- getAndValidateJsonrpc(JsonObject) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- getApiKeySecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - getApiKeySecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - getApiKeySecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - getApiKeySecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- getApiKeySecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
API key-based authentication.
- getApiKeySecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
API key-based authentication.
- getApiKeySecuritySchemeBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - getApiKeySecuritySchemeBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- getApiKeySecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - getApiKeySecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - getApiKeySecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - getApiKeySecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- getApiKeySecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
API key-based authentication.
- getApiKeySecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
API key-based authentication.
- getAppend() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Whether this should be appended to a prior one produced
- getAppend() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
Whether this should be appended to a prior one produced
- getAppend() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
Whether this should be appended to a prior one produced
- getAppend() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
If true, the content of this artifact should be appended to a previously sent artifact with the same ID.
- getAppend() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
If true, the content of this artifact should be appended to a previously sent artifact with the same ID.
- getAppend() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
If true, the content of this artifact should be appended to a previously sent artifact with the same ID.
- getArtifact() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- getArtifact() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
The artifact itself
- getArtifact() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
The artifact itself
- getArtifact() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- getArtifact() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
The artifact that was generated or updated.
- getArtifact() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
The artifact that was generated or updated.
- getArtifactBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- getArtifactBuilder() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- getArtifactId() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Unique id for the artifact.
- getArtifactId() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
Unique id for the artifact.
- getArtifactId() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
Unique id for the artifact.
- getArtifactId() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Unique identifier (e.g.
- getArtifactId() - Method in class org.a2aproject.sdk.grpc.Artifact
-
Unique identifier (e.g.
- getArtifactId() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
Unique identifier (e.g.
- getArtifactIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Unique id for the artifact.
- getArtifactIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
Unique id for the artifact.
- getArtifactIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
Unique id for the artifact.
- getArtifactIdBytes() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Unique identifier (e.g.
- getArtifactIdBytes() - Method in class org.a2aproject.sdk.grpc.Artifact
-
Unique identifier (e.g.
- getArtifactIdBytes() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
Unique identifier (e.g.
- getArtifactOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- getArtifactOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
The artifact itself
- getArtifactOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
The artifact itself
- getArtifactOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- getArtifactOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
The artifact that was generated or updated.
- getArtifactOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
The artifact that was generated or updated.
- getArtifacts(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- getArtifacts(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
A set of output artifacts for a Task.
- getArtifacts(int) - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
A set of output artifacts for a Task.
- getArtifacts(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- getArtifacts(int) - Method in class org.a2aproject.sdk.grpc.Task
-
A set of output artifacts for a `Task`.
- getArtifacts(int) - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
A set of output artifacts for a `Task`.
- getArtifactsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- getArtifactsBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- getArtifactsBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- getArtifactsBuilderList() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- getArtifactsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- getArtifactsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
A set of output artifacts for a Task.
- getArtifactsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
A set of output artifacts for a Task.
- getArtifactsCount() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- getArtifactsCount() - Method in class org.a2aproject.sdk.grpc.Task
-
A set of output artifacts for a `Task`.
- getArtifactsCount() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
A set of output artifacts for a `Task`.
- getArtifactsList() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- getArtifactsList() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
A set of output artifacts for a Task.
- getArtifactsList() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
A set of output artifacts for a Task.
- getArtifactsList() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- getArtifactsList() - Method in class org.a2aproject.sdk.grpc.Task
-
A set of output artifacts for a `Task`.
- getArtifactsList() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
A set of output artifacts for a `Task`.
- getArtifactsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- getArtifactsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
A set of output artifacts for a Task.
- getArtifactsOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
A set of output artifacts for a Task.
- getArtifactsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- getArtifactsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task
-
A set of output artifacts for a `Task`.
- getArtifactsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
A set of output artifacts for a `Task`.
- getArtifactsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- getArtifactsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
A set of output artifacts for a Task.
- getArtifactsOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
A set of output artifacts for a Task.
- getArtifactsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- getArtifactsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Task
-
A set of output artifacts for a `Task`.
- getArtifactsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
A set of output artifacts for a `Task`.
- getArtifactUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - getArtifactUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - getArtifactUpdate() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - getArtifactUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- getArtifactUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
An event indicating a task artifact update.
- getArtifactUpdate() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
An event indicating a task artifact update.
- getArtifactUpdateBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - getArtifactUpdateBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- getArtifactUpdateOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - getArtifactUpdateOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - getArtifactUpdateOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - getArtifactUpdateOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- getArtifactUpdateOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
An event indicating a task artifact update.
- getArtifactUpdateOrBuilder() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
An event indicating a task artifact update.
- getAsyncSSE(Consumer<ServerSentEvent>, Consumer<Throwable>, Runnable) - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.GetBuilder
-
Executes an asynchronous GET request expecting Server-Sent Events (SSE).
- getAttribute(String) - Method in interface org.a2aproject.sdk.server.auth.User
- getAuthenticatedExtendedCard() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- getAuthenticatedExtendedCard(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- GetAuthenticatedExtendedCardRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
Represents a JSON-RPC request for the `agent/getAuthenticatedExtendedCard` method.
- GetAuthenticatedExtendedCardRequest_v0_3(String) - Constructor for class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3
- GetAuthenticatedExtendedCardRequest_v0_3(String, Object, String, Void) - Constructor for class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3
- GetAuthenticatedExtendedCardRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- GetAuthenticatedExtendedCardResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A response for the `agent/getAuthenticatedExtendedCard` method.
- GetAuthenticatedExtendedCardResponse_v0_3(Object, AgentCard_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardResponse_v0_3
- GetAuthenticatedExtendedCardResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardResponse_v0_3
- GetAuthenticatedExtendedCardResponse_v0_3(String, Object, AgentCard_v0_3, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardResponse_v0_3
- getAuthentication() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- getAuthentication() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
Information about the authentication to sent with the notification
- getAuthentication() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
Information about the authentication to sent with the notification
- getAuthentication() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- getAuthentication() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
Authentication information required to send the notification.
- getAuthentication() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
Authentication information required to send the notification.
- getAuthenticationBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- getAuthenticationBuilder() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- getAuthenticationOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- getAuthenticationOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
Information about the authentication to sent with the notification
- getAuthenticationOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
Information about the authentication to sent with the notification
- getAuthenticationOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- getAuthenticationOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
Authentication information required to send the notification.
- getAuthenticationOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
Authentication information required to send the notification.
- getAuthorizationCode() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - getAuthorizationCode() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - getAuthorizationCode() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - getAuthorizationCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCode() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCodeBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - getAuthorizationCodeBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCodeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - getAuthorizationCodeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - getAuthorizationCodeOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - getAuthorizationCodeOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCodeOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationCodeOrBuilder() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Authorization Code flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrl() - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The authorization URL to be used for this flow.
- getAuthorizationUrlBytes() - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The authorization URL to be used for this flow.
- getBearerFormat() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormat() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormat() - Method in interface org.a2aproject.sdk.compat03.grpc.HTTPAuthSecuritySchemeOrBuilder
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormat() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- getBearerFormat() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- getBearerFormat() - Method in interface org.a2aproject.sdk.grpc.HTTPAuthSecuritySchemeOrBuilder
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- getBearerFormatBytes() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormatBytes() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormatBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.HTTPAuthSecuritySchemeOrBuilder
-
A hint to the client to identify how the bearer token is formatted.
- getBearerFormatBytes() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- getBearerFormatBytes() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- getBearerFormatBytes() - Method in interface org.a2aproject.sdk.grpc.HTTPAuthSecuritySchemeOrBuilder
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- getBehaviorCase() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- getBehaviorCase() - Method in class itk.InstructionOuterClass.CallAgent
- getBehaviorCase() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
- getBlocking() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
If true, the message will be blocking until the task is completed.
- getBlocking() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
If true, the message will be blocking until the task is completed.
- getBlocking() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
If true, the message will be blocking until the task is completed.
- getBody() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestResponse
- getBody() - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestResponse
-
Returns the response body.
- getCacheControl() - Method in class org.a2aproject.sdk.server.AgentCardCacheMetadata
-
Returns the Cache-Control header value for the Agent Card.
- getCallAgent() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - getCallAgent() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.CallAgent call_agent = 1; - getCallAgent() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.CallAgent call_agent = 1; - getCallAgentBuilder() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - getCallAgentOrBuilder() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - getCallAgentOrBuilder() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.CallAgent call_agent = 1; - getCallAgentOrBuilder() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.CallAgent call_agent = 1; - getCallContext() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the server call context.
- getCallContextFactory() - Method in class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcHandler_v0_3
- getCallContextFactory() - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- getCallContextFactory() - Method in class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcHandler
- getCallContextFactory() - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Returns the custom call context factory, or null to use default context creation.
- getCancelTaskMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getCancelTaskMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getCapabilities() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- getCapabilities() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A2A Capability set supported by the agent.
- getCapabilities() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A2A Capability set supported by the agent.
- getCapabilities() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- getCapabilities() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A2A Capability set supported by the agent.
- getCapabilities() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A2A Capability set supported by the agent.
- getCapabilitiesBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- getCapabilitiesBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- getCapabilitiesOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- getCapabilitiesOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A2A Capability set supported by the agent.
- getCapabilitiesOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A2A Capability set supported by the agent.
- getCapabilitiesOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- getCapabilitiesOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A2A Capability set supported by the agent.
- getCapabilitiesOrBuilder() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A2A Capability set supported by the agent.
- getChannelFactory() - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransportConfig
-
Get the configured channel factory.
- getChannelFactory() - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportConfig_v0_3
- getChildQueueCount(String) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.TestUtilsBean
- getChildQueueCount(String, RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- getCleanupCallback(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
-
Get the cleanup callback that removes a queue from the map when it closes.
- getClientCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - getClientCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - getClientCredentials() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - getClientCredentials() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentials() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentials() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentialsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - getClientCredentialsBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentialsOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - getClientCredentialsOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - getClientCredentialsOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - getClientCredentialsOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentialsOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Client Credentials flow.
- getClientCredentialsOrBuilder() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Client Credentials flow.
- getCode() - Method in exception org.a2aproject.sdk.compat03.spec.A2AClientHTTPError_v0_3
-
Gets the error code
- getCode() - Method in error org.a2aproject.sdk.compat03.spec.JSONRPCError_v0_3
-
Gets the error code
- getCode() - Method in exception org.a2aproject.sdk.spec.A2AClientHTTPError
-
Gets the HTTP status code.
- getCode() - Method in exception org.a2aproject.sdk.spec.A2AError
-
Gets the numeric error code indicating the error type.
- getConfig() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - getConfig() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - getConfig() - Method in interface org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequestOrBuilder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - getConfig() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- getConfigBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - getConfigId() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - getConfigId() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - getConfigId() - Method in interface org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequestOrBuilder
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - getConfigId() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- getConfigIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - getConfigIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - getConfigIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequestOrBuilder
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - getConfigOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - getConfigOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - getConfigOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequestOrBuilder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - getConfigs(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigs(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigs(int) - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponseOrBuilder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigs(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- getConfigs(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
-
The list of push notification configurations.
- getConfigs(int) - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponseOrBuilder
-
The list of push notification configurations.
- getConfigsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- getConfigsBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsBuilderList() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- getConfigsCount() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsCount() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponseOrBuilder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsCount() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- getConfigsCount() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
-
The list of push notification configurations.
- getConfigsCount() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponseOrBuilder
-
The list of push notification configurations.
- getConfigsList() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsList() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsList() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponseOrBuilder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsList() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- getConfigsList() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
-
The list of push notification configurations.
- getConfigsList() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponseOrBuilder
-
The list of push notification configurations.
- getConfigsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponseOrBuilder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- getConfigsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
-
The list of push notification configurations.
- getConfigsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponseOrBuilder
-
The list of push notification configurations.
- getConfigsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponseOrBuilder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - getConfigsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- getConfigsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
-
The list of push notification configurations.
- getConfigsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponseOrBuilder
-
The list of push notification configurations.
- getConfiguration() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - getConfiguration() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.a2a.v1.SendMessageConfiguration configuration = 2; - getConfiguration() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - getConfiguration() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- getConfiguration() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
Configuration for the send request.
- getConfiguration() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
Configuration for the send request.
- getConfiguration() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the request configuration.
- getConfigurationBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - getConfigurationBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- getConfigurationOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - getConfigurationOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.a2a.v1.SendMessageConfiguration configuration = 2; - getConfigurationOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - getConfigurationOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- getConfigurationOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
Configuration for the send request.
- getConfigurationOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
Configuration for the send request.
- getContent(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContent(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContent(int) - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentCase() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- getContentCase() - Method in class org.a2aproject.sdk.grpc.Part
- getContentCase() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
- getContentCount() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentCount() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentCount() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentList() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentList() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentList() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- getContentType() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestResponse
- getContentType() - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestResponse
-
Returns the content type.
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The context id of the message.
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The context id of the message.
- getContextId() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The context id of the message.
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the context that this task belongs too
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
The id of the context that this task belongs too
- getContextId() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
The id of the context that this task belongs too
- getContextId() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the context that the task belongs to
- getContextId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
The id of the context that the task belongs to
- getContextId() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
The id of the context that the task belongs to
- getContextId() - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- getContextId() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- getContextId() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- getContextId() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- getContextId() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- getContextId() - Method in class org.a2aproject.sdk.grpc.Message
-
Optional.
- getContextId() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Optional.
- getContextId() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- getContextId() - Method in class org.a2aproject.sdk.grpc.Task
-
Unique identifier (e.g.
- getContextId() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the context that this task belongs to.
- getContextId() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
The ID of the context that this task belongs to.
- getContextId() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
The ID of the context that this task belongs to.
- getContextId() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
Unique identifier (e.g.
- getContextId() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the context that the task belongs to.
- getContextId() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
The ID of the context that the task belongs to.
- getContextId() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
The ID of the context that the task belongs to.
- getContextId() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- getContextId() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the conversation context identifier.
- getContextId() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Returns the context ID for this emitter.
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The context id of the message.
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The context id of the message.
- getContextIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The context id of the message.
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the context that this task belongs too
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
The id of the context that this task belongs too
- getContextIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
The id of the context that this task belongs too
- getContextIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the context that the task belongs to
- getContextIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
The id of the context that the task belongs to
- getContextIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
The id of the context that the task belongs to
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- getContextIdBytes() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.Message
-
Optional.
- getContextIdBytes() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Optional.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.Task
-
Unique identifier (e.g.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the context that this task belongs to.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
The ID of the context that this task belongs to.
- getContextIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
The ID of the context that this task belongs to.
- getContextIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
Unique identifier (e.g.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the context that the task belongs to.
- getContextIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
The ID of the context that the task belongs to.
- getContextIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
The ID of the context that the task belongs to.
- getCreatedAt() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- getCreateTaskPushNotificationConfigMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getCreateTaskPushNotificationConfigMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getCredential(String, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.interceptors.auth.CredentialService
-
Retrieves a credential (e.g., token) for a security scheme.
- getCredential(String, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.auth.InMemoryContextCredentialService
- getCredential(String, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth.CredentialService_v0_3
-
Retrieves a credential (e.g., token) for a security scheme.
- getCredential(String, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth.InMemoryContextCredentialService_v0_3
- getCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Optional credentials
- getCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
-
Optional credentials
- getCredentials() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthenticationInfoOrBuilder
-
Optional credentials
- getCredentials() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
Push Notification credentials.
- getCredentials() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
-
Push Notification credentials.
- getCredentials() - Method in interface org.a2aproject.sdk.grpc.AuthenticationInfoOrBuilder
-
Push Notification credentials.
- getCredentialsBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Optional credentials
- getCredentialsBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
-
Optional credentials
- getCredentialsBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthenticationInfoOrBuilder
-
Optional credentials
- getCredentialsBytes() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
Push Notification credentials.
- getCredentialsBytes() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
-
Push Notification credentials.
- getCredentialsBytes() - Method in interface org.a2aproject.sdk.grpc.AuthenticationInfoOrBuilder
-
Push Notification credentials.
- getCurrentMetadata() - Static method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Gets the complete gRPC metadata from the current context.
- getCurrentMethodName() - Static method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Gets the current gRPC method name.
- getCurrentPeerInfo() - Static method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Gets the peer information for the current gRPC call.
- getCurrentResult() - Method in class org.a2aproject.sdk.server.tasks.ResultAggregator
- getData() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - getData() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
-
.google.protobuf.Struct data = 1; - getData() - Method in interface org.a2aproject.sdk.compat03.grpc.DataPartOrBuilder
-
.google.protobuf.Struct data = 1; - getData() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - getData() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
.a2a.v1.DataPart data = 3; - getData() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
.a2a.v1.DataPart data = 3; - getData() - Method in error org.a2aproject.sdk.compat03.spec.JSONRPCError_v0_3
-
Gets the data associated with the error.
- getData() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- getData() - Method in class org.a2aproject.sdk.grpc.Part
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- getData() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- getDataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - getDataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - getDataBuilder() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- getDataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - getDataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
-
.google.protobuf.Struct data = 1; - getDataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.DataPartOrBuilder
-
.google.protobuf.Struct data = 1; - getDataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - getDataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
.a2a.v1.DataPart data = 3; - getDataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
.a2a.v1.DataPart data = 3; - getDataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- getDataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Part
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- getDataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- getDefaultInputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModes(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesBytes(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesCount() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInputModesList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- getDefaultInstance() - Static method in class itk.InstructionOuterClass.CallAgent
- getDefaultInstance() - Static method in class itk.InstructionOuterClass.Instruction
- getDefaultInstance() - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- getDefaultInstance() - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- getDefaultInstance() - Static method in class itk.InstructionOuterClass.ReturnResponse
- getDefaultInstance() - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- getDefaultInstance() - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- getDefaultInstance() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AgentCard
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.Artifact
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.Message
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.Part
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.StringList
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.Task
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- getDefaultInstance() - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.CallAgent
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.Instruction.Builder
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.Instruction
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.ReturnResponse
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- getDefaultInstanceForType() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentCard
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Artifact
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Message.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Message
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Part
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.StringList
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Task.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.Task
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- getDefaultInstanceForType() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- getDefaultOutputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The mime types supported as outputs from this agent.
- getDefaultOutputModes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- getDefaultOutputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The media types supported as outputs from this agent.
- getDefaultOutputModes(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The media types supported as outputs from this agent.
- getDefaultOutputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- getDefaultOutputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The media types supported as outputs from this agent.
- getDefaultOutputModesBytes(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The media types supported as outputs from this agent.
- getDefaultOutputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- getDefaultOutputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The media types supported as outputs from this agent.
- getDefaultOutputModesCount() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The media types supported as outputs from this agent.
- getDefaultOutputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The mime types supported as outputs from this agent.
- getDefaultOutputModesList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- getDefaultOutputModesList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The media types supported as outputs from this agent.
- getDefaultOutputModesList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The media types supported as outputs from this agent.
- getDeleteTaskPushNotificationConfigMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getDeleteTaskPushNotificationConfigMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getDeploymentClassLoader() - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Returns the deployment classloader for this handler.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A description of the agent's domain of action/solution space.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A description of the agent's domain of action/solution space.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A description of the agent's domain of action/solution space.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
A description of how this agent uses this extension.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
A description of how this agent uses this extension.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
A description of how this agent uses this extension.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human (or llm) readable description of the skill details and behaviors.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A human (or llm) readable description of the skill details and behaviors.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A human (or llm) readable description of the skill details and behaviors.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
-
Description of this security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.APIKeySecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable description of the artifact, optional.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
A human readable description of the artifact, optional.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
A human readable description of the artifact, optional.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
-
Description of this security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.HTTPAuthSecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
-
Description of this security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.MutualTlsSecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
-
Description of this security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuth2SecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
-
Description of this security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- getDescription() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- getDescription() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
A human-readable description of how this agent uses the extension.
- getDescription() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
A human-readable description of how this agent uses the extension.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
A human-readable description of how this agent uses the extension.
- getDescription() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A detailed description of the skill.
- getDescription() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A detailed description of the skill.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A detailed description of the skill.
- getDescription() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
-
An optional description for the security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.APIKeySecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- getDescription() - Method in class org.a2aproject.sdk.grpc.Artifact
-
Optional.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
Optional.
- getDescription() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
-
An optional description for the security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.HTTPAuthSecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
-
An optional description for the security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.MutualTlsSecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
-
An optional description for the security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.OAuth2SecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
An optional description for the security scheme.
- getDescription() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
-
An optional description for the security scheme.
- getDescription() - Method in interface org.a2aproject.sdk.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A description of the agent's domain of action/solution space.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A description of the agent's domain of action/solution space.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A description of the agent's domain of action/solution space.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
A description of how this agent uses this extension.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
A description of how this agent uses this extension.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
A description of how this agent uses this extension.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human (or llm) readable description of the skill details and behaviors.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A human (or llm) readable description of the skill details and behaviors.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A human (or llm) readable description of the skill details and behaviors.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
-
Description of this security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.APIKeySecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable description of the artifact, optional.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
A human readable description of the artifact, optional.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
A human readable description of the artifact, optional.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
-
Description of this security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.HTTPAuthSecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
-
Description of this security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.MutualTlsSecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
-
Description of this security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuth2SecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
-
Description of this security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
Description of this security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
A human-readable description of how this agent uses the extension.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
A human-readable description of how this agent uses the extension.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
A human-readable description of how this agent uses the extension.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A detailed description of the skill.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A detailed description of the skill.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A detailed description of the skill.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.APIKeySecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.Artifact
-
Optional.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
Optional.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.HTTPAuthSecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.MutualTlsSecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.OAuth2SecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
-
An optional description for the security scheme.
- getDescriptionBytes() - Method in interface org.a2aproject.sdk.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
An optional description for the security scheme.
- getDescriptor() - Static method in class itk.InstructionOuterClass.CallAgent.Builder
- getDescriptor() - Static method in class itk.InstructionOuterClass.CallAgent
- getDescriptor() - Static method in class itk.InstructionOuterClass
- getDescriptor() - Static method in class itk.InstructionOuterClass.Instruction.Builder
- getDescriptor() - Static method in class itk.InstructionOuterClass.Instruction
- getDescriptor() - Static method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- getDescriptor() - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- getDescriptor() - Static method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- getDescriptor() - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- getDescriptor() - Static method in class itk.InstructionOuterClass.ReturnResponse.Builder
- getDescriptor() - Static method in class itk.InstructionOuterClass.ReturnResponse
- getDescriptor() - Static method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- getDescriptor() - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- getDescriptor() - Static method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- getDescriptor() - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- getDescriptor() - Static method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.A2A
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- getDescriptor() - Static method in enum class org.a2aproject.sdk.compat03.grpc.Role
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- getDescriptor() - Static method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.A2A
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentCard
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Artifact.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Artifact
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Message.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Message
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Part.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Part
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- getDescriptor() - Static method in enum class org.a2aproject.sdk.grpc.Role
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.StringList.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.StringList
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Task.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.Task
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- getDescriptor() - Static method in enum class org.a2aproject.sdk.grpc.TaskState
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- getDescriptor() - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- getDescriptorForType() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- getDescriptorForType() - Method in class itk.InstructionOuterClass.Instruction.Builder
- getDescriptorForType() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- getDescriptorForType() - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- getDescriptorForType() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- getDescriptorForType() - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- getDescriptorForType() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- getDescriptorForType() - Method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- getDescriptorForType() - Method in enum class org.a2aproject.sdk.compat03.grpc.Role
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- getDescriptorForType() - Method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.Message.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- getDescriptorForType() - Method in enum class org.a2aproject.sdk.grpc.Role
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.Task.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- getDescriptorForType() - Method in enum class org.a2aproject.sdk.grpc.TaskState
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- getDescriptorForType() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- getDetails() - Method in exception org.a2aproject.sdk.spec.A2AError
-
Gets additional details about the error as key-value pairs.
- getDeviceAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The device authorization endpoint URL.
- getDeviceAuthorizationUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The device authorization endpoint URL.
- getDeviceAuthorizationUrl() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The device authorization endpoint URL.
- getDeviceAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The device authorization endpoint URL.
- getDeviceAuthorizationUrlBytes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The device authorization endpoint URL.
- getDeviceAuthorizationUrlBytes() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The device authorization endpoint URL.
- getDeviceCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- getDeviceCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Device Code flow.
- getDeviceCode() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Device Code flow.
- getDeviceCodeBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- getDeviceCodeOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- getDeviceCodeOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Device Code flow.
- getDeviceCodeOrBuilder() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Device Code flow.
- getDocumentationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A url to provide additional documentation about the agent.
- getDocumentationUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A url to provide additional documentation about the agent.
- getDocumentationUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A url to provide additional documentation about the agent.
- getDocumentationUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A URL providing additional documentation about the agent.
- getDocumentationUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A URL providing additional documentation about the agent.
- getDocumentationUrl() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A URL providing additional documentation about the agent.
- getDocumentationUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A url to provide additional documentation about the agent.
- getDocumentationUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A url to provide additional documentation about the agent.
- getDocumentationUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A url to provide additional documentation about the agent.
- getDocumentationUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A URL providing additional documentation about the agent.
- getDocumentationUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A URL providing additional documentation about the agent.
- getDocumentationUrlBytes() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A URL providing additional documentation about the agent.
- getEffectiveHistoryLength() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the effective history length (defaults to 0 if not specified).
- getEffectivePageSize() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Validates and returns the effective page size (between 1 and 100, defaults to 100).
- getEffectivePageSize() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the effective page size (defaults to 50 if not specified).
- getError() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- getError() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
Gets the error object.
- getError() - Method in class org.a2aproject.sdk.server.events.EnhancedRunnable
- getError() - Method in exception org.a2aproject.sdk.server.JSONRPCException
-
Returns the wrapped JSON-RPC error.
- getErrorHandler() - Method in class org.a2aproject.sdk.client.transport.spi.sse.AbstractSSEEventListener
-
Gets the error handler for processing errors.
- getErrorObject() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Get the A2AError field (for JSON serialization).
- getETag() - Method in class org.a2aproject.sdk.server.AgentCardCacheMetadata
-
Returns the ETag header value for the Agent Card.
- getEvent() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Get the contained event as the generic Event interface (implements EventQueueItem).
- getEvent() - Method in interface org.a2aproject.sdk.server.events.EventQueueItem
-
Gets the event contained in this queue item.
- getEventHandler() - Method in class org.a2aproject.sdk.client.transport.spi.sse.AbstractSSEEventListener
-
Gets the event handler for processing streaming events.
- getEventQueueBuilder(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- getEventQueueBuilder(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- getEventQueueBuilder(String) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Returns an EventQueueBuilder for creating queues with task-specific configuration.
- getExamples(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- getExamples(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of example queries that this skill is designed to address.
- getExamples(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of example queries that this skill is designed to address.
- getExamples(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- getExamples(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Example prompts or scenarios that this skill can handle.
- getExamples(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Example prompts or scenarios that this skill can handle.
- getExamplesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- getExamplesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of example queries that this skill is designed to address.
- getExamplesBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of example queries that this skill is designed to address.
- getExamplesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- getExamplesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Example prompts or scenarios that this skill can handle.
- getExamplesBytes(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Example prompts or scenarios that this skill can handle.
- getExamplesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- getExamplesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of example queries that this skill is designed to address.
- getExamplesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of example queries that this skill is designed to address.
- getExamplesCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- getExamplesCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Example prompts or scenarios that this skill can handle.
- getExamplesCount() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Example prompts or scenarios that this skill can handle.
- getExamplesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- getExamplesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of example queries that this skill is designed to address.
- getExamplesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of example queries that this skill is designed to address.
- getExamplesList() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- getExamplesList() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Example prompts or scenarios that this skill can handle.
- getExamplesList() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Example prompts or scenarios that this skill can handle.
- getExecutor() - Method in class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcHandler_v0_3
- getExecutor() - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- getExecutor() - Method in class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcHandler
- getExecutor() - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Returns the executor for running async operations (streaming subscriptions, etc.).
- getExtendedAgentCard() - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the extended AgentCard.
- getExtendedAgentCard() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports providing an extended agent card when authenticated.
- getExtendedAgentCard() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
Indicates if the agent supports providing an extended agent card when authenticated.
- getExtendedAgentCard() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
Indicates if the agent supports providing an extended agent card when authenticated.
- getExtendedAgentCard() - Method in class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcHandler
- getExtendedAgentCard() - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Returns the extended agent card with additional capabilities, or null if not configured.
- getExtendedAgentCard(String) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the extended AgentCard.
- getExtendedAgentCard(String, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the extended AgentCard.
- getExtendedAgentCard(String, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Retrieve the agent's extended agent card.
- getExtendedAgentCard(ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the extended AgentCard.
- getExtendedAgentCard(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Retrieves the extended agent card with additional metadata.
- getExtendedAgentCard(GetExtendedAgentCardRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Gets the extended agent card for the authenticated agent.
- getExtendedAgentCard(GetExtendedAgentCardRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Gets the extended agent card for the authenticated agent.
- getExtendedAgentCard(GetExtendedAgentCardRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Gets the extended agent card for the authenticated agent.
- getExtendedAgentCard(GetExtendedAgentCardRequest, StreamObserver<AgentCard>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Gets the extended agent card for the authenticated agent.
- getExtendedAgentCard(GetExtendedAgentCardRequest, StreamObserver<AgentCard>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Gets the extended agent card for the authenticated agent.
- getExtendedAgentCard(GetExtendedAgentCardRequest, StreamObserver<AgentCard>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- getExtendedAgentCard(ServerCallContext, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Retrieves the extended agent card if configured.
- getExtendedAgentCard(GetExtendedAgentCardParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- getExtendedAgentCard(GetExtendedAgentCardParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- getExtendedAgentCard(GetExtendedAgentCardParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- getExtendedAgentCard(GetExtendedAgentCardParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Retrieve the extended AgentCard.
- getExtendedAgentCard(GetExtendedAgentCardParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- getExtendedAgentCard(GetExtendedAgentCardParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- GetExtendedAgentCardParams - Record Class in org.a2aproject.sdk.spec
-
Parameters to get the extended agent card.
- GetExtendedAgentCardParams(String) - Constructor for record class org.a2aproject.sdk.spec.GetExtendedAgentCardParams
-
Creates an instance of a
GetExtendedAgentCardParamsrecord class. - GetExtendedAgentCardRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `GetExtendedAgentCard` method.
- GetExtendedAgentCardRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to retrieve an agent's extended card with authenticated details.
- GetExtendedAgentCardRequest(String) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardRequest
-
Constructs request with ID only (uses default JSON-RPC version).
- GetExtendedAgentCardRequest(String, Object) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardRequest
-
Constructs request with full parameters.
- GetExtendedAgentCardRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `GetExtendedAgentCard` method.
- GetExtendedAgentCardRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- GetExtendedAgentCardRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- GetExtendedAgentCardResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response containing an agent's extended card with authenticated details.
- GetExtendedAgentCardResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardResponse
-
Constructs error response.
- GetExtendedAgentCardResponse(Object, AgentCard) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardResponse
-
Constructs successful response.
- GetExtendedAgentCardResponse(String, Object, AgentCard, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardResponse
-
Constructs response with full parameters.
- getExtendedCardResponse(AgentCard) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- getExtensions(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- getExtensions(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
-
Extensions supported by this agent.
- getExtensions(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCapabilitiesOrBuilder
-
Extensions supported by this agent.
- getExtensions(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensions(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensions(int) - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensions(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensions(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensions(int) - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensions(int) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- getExtensions(int) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
A list of protocol extensions supported by the agent.
- getExtensions(int) - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
A list of protocol extensions supported by the agent.
- getExtensions(int) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensions(int) - Method in class org.a2aproject.sdk.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensions(int) - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensions(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensions(int) - Method in class org.a2aproject.sdk.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensions(int) - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- getExtensionsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- getExtensionsBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- getExtensionsBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsBytes(int) - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsBytes(int) - Method in class org.a2aproject.sdk.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsBytes(int) - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- getExtensionsCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
-
Extensions supported by this agent.
- getExtensionsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCapabilitiesOrBuilder
-
Extensions supported by this agent.
- getExtensionsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsCount() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- getExtensionsCount() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
A list of protocol extensions supported by the agent.
- getExtensionsCount() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
A list of protocol extensions supported by the agent.
- getExtensionsCount() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsCount() - Method in class org.a2aproject.sdk.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsCount() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsCount() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsCount() - Method in class org.a2aproject.sdk.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsCount() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- getExtensionsList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
-
Extensions supported by this agent.
- getExtensionsList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCapabilitiesOrBuilder
-
Extensions supported by this agent.
- getExtensionsList() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsList() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsList() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsList() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsList() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsList() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsList() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- getExtensionsList() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
A list of protocol extensions supported by the agent.
- getExtensionsList() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
A list of protocol extensions supported by the agent.
- getExtensionsList() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsList() - Method in class org.a2aproject.sdk.grpc.Artifact
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsList() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The URIs of extensions that are present or contributed to this Artifact.
- getExtensionsList() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsList() - Method in class org.a2aproject.sdk.grpc.Message
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsList() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
The URIs of extensions that are present or contributed to this Message.
- getExtensionsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- getExtensionsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
-
Extensions supported by this agent.
- getExtensionsOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCapabilitiesOrBuilder
-
Extensions supported by this agent.
- getExtensionsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- getExtensionsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
A list of protocol extensions supported by the agent.
- getExtensionsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
A list of protocol extensions supported by the agent.
- getExtensionsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- getExtensionsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
-
Extensions supported by this agent.
- getExtensionsOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCapabilitiesOrBuilder
-
Extensions supported by this agent.
- getExtensionsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- getExtensionsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
A list of protocol extensions supported by the agent.
- getExtensionsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
A list of protocol extensions supported by the agent.
- getFavoriteInterface(AgentCard) - Static method in class org.a2aproject.sdk.util.Utils
-
Get the first defined URL in the supported interaces of the agent card.
- getFile() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - getFile() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
.a2a.v1.FilePart file = 2; - getFile() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
.a2a.v1.FilePart file = 2; - getFileBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - getFileCase() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- getFileCase() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- getFileCase() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
- getFilename() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
An optional `filename` for the file (e.g., "document.pdf").
- getFilename() - Method in class org.a2aproject.sdk.grpc.Part
-
An optional `filename` for the file (e.g., "document.pdf").
- getFilename() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
An optional `filename` for the file (e.g., "document.pdf").
- getFilenameBytes() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
An optional `filename` for the file (e.g., "document.pdf").
- getFilenameBytes() - Method in class org.a2aproject.sdk.grpc.Part
-
An optional `filename` for the file (e.g., "document.pdf").
- getFilenameBytes() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
An optional `filename` for the file (e.g., "document.pdf").
- getFileOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - getFileOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
.a2a.v1.FilePart file = 2; - getFileOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
.a2a.v1.FilePart file = 2; - getFileWithBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
bytes file_with_bytes = 2; - getFileWithBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
-
bytes file_with_bytes = 2; - getFileWithBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
-
bytes file_with_bytes = 2; - getFileWithUri() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string file_with_uri = 1; - getFileWithUri() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
-
string file_with_uri = 1; - getFileWithUri() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
-
string file_with_uri = 1; - getFileWithUriBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string file_with_uri = 1; - getFileWithUriBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
-
string file_with_uri = 1; - getFileWithUriBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
-
string file_with_uri = 1; - getFinal() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Whether this is the last status update expected for this task.
- getFinal() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
Whether this is the last status update expected for this task.
- getFinal() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
Whether this is the last status update expected for this task.
- getFinalizedAt() - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- getFlowCase() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- getFlowCase() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- getFlowCase() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
- getFlowCase() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- getFlowCase() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- getFlowCase() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
- getFlows() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- getFlows() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
-
An object containing configuration information for the flow types supported
- getFlows() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuth2SecuritySchemeOrBuilder
-
An object containing configuration information for the flow types supported
- getFlows() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- getFlows() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
-
An object containing configuration information for the supported OAuth 2.0 flows.
- getFlows() - Method in interface org.a2aproject.sdk.grpc.OAuth2SecuritySchemeOrBuilder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- getFlowsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- getFlowsBuilder() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- getFlowsOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- getFlowsOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
-
An object containing configuration information for the flow types supported
- getFlowsOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuth2SecuritySchemeOrBuilder
-
An object containing configuration information for the flow types supported
- getFlowsOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- getFlowsOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
-
An object containing configuration information for the supported OAuth 2.0 flows.
- getFlowsOrBuilder() - Method in interface org.a2aproject.sdk.grpc.OAuth2SecuritySchemeOrBuilder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- getGetAgentCardMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getGetExtendedAgentCardMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getGetTaskMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getGetTaskMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getGetTaskPushNotificationConfigMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getGetTaskPushNotificationConfigMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getHeader() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- getHeader() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
-
The unprotected JWS header values.
- getHeader() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardSignatureOrBuilder
-
The unprotected JWS header values.
- getHeader() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- getHeader() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
-
The unprotected JWS header values.
- getHeader() - Method in interface org.a2aproject.sdk.grpc.AgentCardSignatureOrBuilder
-
The unprotected JWS header values.
- getHeaderBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- getHeaderBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- getHeaderOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- getHeaderOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
-
The unprotected JWS header values.
- getHeaderOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardSignatureOrBuilder
-
The unprotected JWS header values.
- getHeaderOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- getHeaderOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
-
The unprotected JWS header values.
- getHeaderOrBuilder() - Method in interface org.a2aproject.sdk.grpc.AgentCardSignatureOrBuilder
-
The unprotected JWS header values.
- getHeaders() - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.ClientCallContext
- getHeaders() - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.PayloadAndHeaders
- getHeaders() - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.ClientCallContext_v0_3
- getHeaders() - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.PayloadAndHeaders_v0_3
- getHeaders() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestResponse
- getHeaders() - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestResponse
-
Returns additional HTTP headers.
- getHistory(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistory(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistory(int) - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistory(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistory(int) - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistory(int) - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryBuilderList() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryCount() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryCount() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryCount() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryCount() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryCount() - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryCount() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryLength() - Method in class org.a2aproject.sdk.client.config.ClientConfig
-
Get the conversation history length.
- getHistoryLength() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- getHistoryLength() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
int32 history_length = 2; - getHistoryLength() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
-
int32 history_length = 2; - getHistoryLength() - Method in interface org.a2aproject.sdk.compat03.grpc.GetTaskRequestOrBuilder
-
int32 history_length = 2; - getHistoryLength() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The maximum number of messages to include in the history. if 0, the history will be unlimited.
- getHistoryLength() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
The maximum number of messages to include in the history. if 0, the history will be unlimited.
- getHistoryLength() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
The maximum number of messages to include in the history. if 0, the history will be unlimited.
- getHistoryLength() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The maximum number of most recent messages from the task's history to retrieve.
- getHistoryLength() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
-
The maximum number of most recent messages from the task's history to retrieve.
- getHistoryLength() - Method in interface org.a2aproject.sdk.grpc.GetTaskRequestOrBuilder
-
The maximum number of most recent messages from the task's history to retrieve.
- getHistoryLength() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of messages to include in each task's history.
- getHistoryLength() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
The maximum number of messages to include in each task's history.
- getHistoryLength() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
The maximum number of messages to include in each task's history.
- getHistoryLength() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- getHistoryLength() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- getHistoryLength() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- getHistoryList() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryList() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryList() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryList() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryList() - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryList() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- getHistoryOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHistoryOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- getHoldTask() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
whether to hold the task in WORKING state instead of completing it
- getHoldTask() - Method in class itk.InstructionOuterClass.ReturnResponse
-
whether to hold the task in WORKING state instead of completing it
- getHoldTask() - Method in interface itk.InstructionOuterClass.ReturnResponseOrBuilder
-
whether to hold the task in WORKING state instead of completing it
- getHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - getHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - getHttpAuthSecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - getHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- getHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
HTTP authentication (Basic, Bearer, etc.).
- getHttpAuthSecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
HTTP authentication (Basic, Bearer, etc.).
- getHttpAuthSecuritySchemeBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - getHttpAuthSecuritySchemeBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- getHttpAuthSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - getHttpAuthSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - getHttpAuthSecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - getHttpAuthSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- getHttpAuthSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
HTTP authentication (Basic, Bearer, etc.).
- getHttpAuthSecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
HTTP authentication (Basic, Bearer, etc.).
- getHttpClient() - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportConfig
-
Get the configured HTTP client.
- getHttpClient() - Method in class org.a2aproject.sdk.client.transport.rest.RestTransportConfig
-
Get the configured HTTP client.
- getHttpClient() - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportConfig_v0_3
- getHttpClient() - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportConfig_v0_3
- getHttpHeadersMap() - Method in class org.a2aproject.sdk.server.AgentCardCacheMetadata
-
Populates a map with header names and header values stored in this instance.
- getIconUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Optional.
- getIconUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Optional.
- getIconUrl() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Optional.
- getIconUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Optional.
- getIconUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Optional.
- getIconUrlBytes() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Optional.
- getId() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Unique id of the skill within this agent.
- getId() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Unique id of the skill within this agent.
- getId() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Unique id of the skill within this agent.
- getId() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
A unique id for this push notification.
- getId() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
A unique id for this push notification.
- getId() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
A unique id for this push notification.
- getId() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for a task, created by the A2A server.
- getId() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
Unique identifier for a task, created by the A2A server.
- getId() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
Unique identifier for a task, created by the A2A server.
- getId() - Method in exception org.a2aproject.sdk.compat03.spec.IdJsonMappingException_v0_3
- getId() - Method in interface org.a2aproject.sdk.compat03.spec.JSONRPCMessage_v0_3
- getId() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- getId() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- getId() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- getId() - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- getId() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A unique identifier for the agent's skill.
- getId() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A unique identifier for the agent's skill.
- getId() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A unique identifier for the agent's skill.
- getId() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
The resource ID of the task to cancel.
- getId() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
-
The resource ID of the task to cancel.
- getId() - Method in interface org.a2aproject.sdk.grpc.CancelTaskRequestOrBuilder
-
The resource ID of the task to cancel.
- getId() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to delete.
- getId() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
-
The resource ID of the configuration to delete.
- getId() - Method in interface org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
The resource ID of the configuration to delete.
- getId() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to retrieve.
- getId() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
-
The resource ID of the configuration to retrieve.
- getId() - Method in interface org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
The resource ID of the configuration to retrieve.
- getId() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The resource ID of the task to retrieve.
- getId() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
-
The resource ID of the task to retrieve.
- getId() - Method in interface org.a2aproject.sdk.grpc.GetTaskRequestOrBuilder
-
The resource ID of the task to retrieve.
- getId() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
The resource ID of the task to subscribe to.
- getId() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
-
The resource ID of the task to subscribe to.
- getId() - Method in interface org.a2aproject.sdk.grpc.SubscribeToTaskRequestOrBuilder
-
The resource ID of the task to subscribe to.
- getId() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- getId() - Method in class org.a2aproject.sdk.grpc.Task
-
Unique identifier (e.g.
- getId() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
Unique identifier (e.g.
- getId() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The push notification configuration details.
- getId() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
The push notification configuration details.
- getId() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
The push notification configuration details.
- getId() - Method in exception org.a2aproject.sdk.jsonrpc.common.json.IdJsonMappingException
-
Gets the request ID associated with this exception.
- getId() - Method in interface org.a2aproject.sdk.jsonrpc.common.wrappers.A2AMessage
-
Gets the request/response correlation identifier.
- getId() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
Gets the request/response correlation identifier.
- getId() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
- getIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Unique id of the skill within this agent.
- getIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Unique id of the skill within this agent.
- getIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Unique id of the skill within this agent.
- getIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
A unique id for this push notification.
- getIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
A unique id for this push notification.
- getIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
A unique id for this push notification.
- getIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for a task, created by the A2A server.
- getIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
Unique identifier for a task, created by the A2A server.
- getIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
Unique identifier for a task, created by the A2A server.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A unique identifier for the agent's skill.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A unique identifier for the agent's skill.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A unique identifier for the agent's skill.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
The resource ID of the task to cancel.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
-
The resource ID of the task to cancel.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.CancelTaskRequestOrBuilder
-
The resource ID of the task to cancel.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to delete.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
-
The resource ID of the configuration to delete.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
The resource ID of the configuration to delete.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to retrieve.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
-
The resource ID of the configuration to retrieve.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
The resource ID of the configuration to retrieve.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The resource ID of the task to retrieve.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
-
The resource ID of the task to retrieve.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.GetTaskRequestOrBuilder
-
The resource ID of the task to retrieve.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
The resource ID of the task to subscribe to.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
-
The resource ID of the task to subscribe to.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.SubscribeToTaskRequestOrBuilder
-
The resource ID of the task to subscribe to.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.Task
-
Unique identifier (e.g.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
Unique identifier (e.g.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The push notification configuration details.
- getIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
The push notification configuration details.
- getIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
The push notification configuration details.
- getIdIfPossible(JsonObject) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
-
Try to get the request id if possible , returns "UNDETERMINED ID" otherwise.
- getImplicit() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - getImplicit() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - getImplicit() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - getImplicit() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569
- getImplicit() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569
- getImplicit() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569
- getImplicitBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - getImplicitBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- getImplicitOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - getImplicitOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - getImplicitOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - getImplicitOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- getImplicitOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Deprecated.
- getImplicitOrBuilder() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Deprecated.
- getIncludeArtifacts() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Whether to include artifacts in the returned tasks.
- getIncludeArtifacts() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Whether to include artifacts in the returned tasks.
- getIncludeArtifacts() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Whether to include artifacts in the returned tasks.
- getInfo(ListTaskPushNotificationConfigsParams) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaDatabasePushNotificationConfigStore
- getInfo(ListTaskPushNotificationConfigsParams) - Method in class org.a2aproject.sdk.server.tasks.InMemoryPushNotificationConfigStore
- getInfo(ListTaskPushNotificationConfigsParams) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
-
Retrieves push notification configurations for a task with pagination support.
- getInputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- getInputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible input modalities supported.
- getInputModes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible input modalities supported.
- getInputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModes(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- getInputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible input modalities supported.
- getInputModesBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible input modalities supported.
- getInputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesBytes(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- getInputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible input modalities supported.
- getInputModesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible input modalities supported.
- getInputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesCount() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- getInputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible input modalities supported.
- getInputModesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible input modalities supported.
- getInputModesList() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesList() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInputModesList() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- getInstruction() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- getInstruction() - Method in class itk.InstructionOuterClass.CallAgent
-
instruction for the called agent
- getInstruction() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
instruction for the called agent
- getInstructionBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- getInstructionOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- getInstructionOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent
-
instruction for the called agent
- getInstructionOrBuilder() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
instruction for the called agent
- getInstructions(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - getInstructions(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps
-
repeated .itk.Instruction instructions = 1; - getInstructions(int) - Method in interface itk.InstructionOuterClass.SeriesOfStepsOrBuilder
-
repeated .itk.Instruction instructions = 1; - getInstructionsBuilder(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - getInstructionsBuilderList() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - getInstructionsCount() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - getInstructionsCount() - Method in class itk.InstructionOuterClass.SeriesOfSteps
-
repeated .itk.Instruction instructions = 1; - getInstructionsCount() - Method in interface itk.InstructionOuterClass.SeriesOfStepsOrBuilder
-
repeated .itk.Instruction instructions = 1; - getInstructionsList() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - getInstructionsList() - Method in class itk.InstructionOuterClass.SeriesOfSteps
-
repeated .itk.Instruction instructions = 1; - getInstructionsList() - Method in interface itk.InstructionOuterClass.SeriesOfStepsOrBuilder
-
repeated .itk.Instruction instructions = 1; - getInstructionsOrBuilder(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - getInstructionsOrBuilder(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps
-
repeated .itk.Instruction instructions = 1; - getInstructionsOrBuilder(int) - Method in interface itk.InstructionOuterClass.SeriesOfStepsOrBuilder
-
repeated .itk.Instruction instructions = 1; - getInstructionsOrBuilderList() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - getInstructionsOrBuilderList() - Method in class itk.InstructionOuterClass.SeriesOfSteps
-
repeated .itk.Instruction instructions = 1; - getInstructionsOrBuilderList() - Method in interface itk.InstructionOuterClass.SeriesOfStepsOrBuilder
-
repeated .itk.Instruction instructions = 1; - getInterceptors() - Method in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfig
-
Get the list of configured interceptors.
- getInterceptors() - Method in class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfig_v0_3
- getJsonrpc() - Method in interface org.a2aproject.sdk.compat03.spec.JSONRPCMessage_v0_3
- getJsonrpc() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- getJsonrpc() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- getJsonrpc() - Method in interface org.a2aproject.sdk.jsonrpc.common.wrappers.A2AMessage
-
Gets the JSON-RPC version for this message.
- getJsonrpc() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
Gets the JSON-RPC version for this message.
- getJsonrpc() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
- getLastChunk() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Whether this represents the last part of an artifact
- getLastChunk() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
Whether this represents the last part of an artifact
- getLastChunk() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
Whether this represents the last part of an artifact
- getLastChunk() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
If true, this is the final chunk of the artifact.
- getLastChunk() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
If true, this is the final chunk of the artifact.
- getLastChunk() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
If true, this is the final chunk of the artifact.
- getLastEventId() - Method in class org.a2aproject.sdk.client.http.ServerSentEventParser
-
Returns the last event ID received, or
nullif none. - getLastModified() - Method in class org.a2aproject.sdk.server.AgentCardCacheMetadata
-
Returns the Last-Modified header value for the Agent Card.
- getList(int) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - getList(int) - Method in class org.a2aproject.sdk.compat03.grpc.StringList
-
repeated string list = 1; - getList(int) - Method in interface org.a2aproject.sdk.compat03.grpc.StringListOrBuilder
-
repeated string list = 1; - getList(int) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- getList(int) - Method in class org.a2aproject.sdk.grpc.StringList
-
The individual string values.
- getList(int) - Method in interface org.a2aproject.sdk.grpc.StringListOrBuilder
-
The individual string values.
- getListBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - getListBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.StringList
-
repeated string list = 1; - getListBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.StringListOrBuilder
-
repeated string list = 1; - getListBytes(int) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- getListBytes(int) - Method in class org.a2aproject.sdk.grpc.StringList
-
The individual string values.
- getListBytes(int) - Method in interface org.a2aproject.sdk.grpc.StringListOrBuilder
-
The individual string values.
- getListCount() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - getListCount() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
-
repeated string list = 1; - getListCount() - Method in interface org.a2aproject.sdk.compat03.grpc.StringListOrBuilder
-
repeated string list = 1; - getListCount() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- getListCount() - Method in class org.a2aproject.sdk.grpc.StringList
-
The individual string values.
- getListCount() - Method in interface org.a2aproject.sdk.grpc.StringListOrBuilder
-
The individual string values.
- getListList() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - getListList() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
-
repeated string list = 1; - getListList() - Method in interface org.a2aproject.sdk.compat03.grpc.StringListOrBuilder
-
repeated string list = 1; - getListList() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- getListList() - Method in class org.a2aproject.sdk.grpc.StringList
-
The individual string values.
- getListList() - Method in interface org.a2aproject.sdk.grpc.StringListOrBuilder
-
The individual string values.
- getListTaskPushNotificationConfigMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getListTaskPushNotificationConfigsMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getListTasksMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getLocation() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Location of the API key, valid values are "query", "header", or "cookie"
- getLocation() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
-
Location of the API key, valid values are "query", "header", or "cookie"
- getLocation() - Method in interface org.a2aproject.sdk.compat03.grpc.APIKeySecuritySchemeOrBuilder
-
Location of the API key, valid values are "query", "header", or "cookie"
- getLocation() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The location of the API key.
- getLocation() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
-
The location of the API key.
- getLocation() - Method in interface org.a2aproject.sdk.grpc.APIKeySecuritySchemeOrBuilder
-
The location of the API key.
- getLocationBytes() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Location of the API key, valid values are "query", "header", or "cookie"
- getLocationBytes() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
-
Location of the API key, valid values are "query", "header", or "cookie"
- getLocationBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.APIKeySecuritySchemeOrBuilder
-
Location of the API key, valid values are "query", "header", or "cookie"
- getLocationBytes() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The location of the API key.
- getLocationBytes() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
-
The location of the API key.
- getLocationBytes() - Method in interface org.a2aproject.sdk.grpc.APIKeySecuritySchemeOrBuilder
-
The location of the API key.
- getMapper(Class<T>) - Static method in class org.a2aproject.sdk.compat03.conversion.mappers.config.A2AMappers_v0_3
-
Returns the singleton instance of the specified mapper interface.
- getMediaType() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- getMediaType() - Method in class org.a2aproject.sdk.grpc.Part
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- getMediaType() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- getMediaTypeBytes() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- getMediaTypeBytes() - Method in class org.a2aproject.sdk.grpc.Part
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- getMediaTypeBytes() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- getMessage() - Method in class org.a2aproject.sdk.client.MessageEvent
-
Get the message contained in this event.
- getMessage() - Method in class org.a2aproject.sdk.compat03.client.MessageEvent_v0_3
- getMessage() - Method in exception org.a2aproject.sdk.compat03.spec.A2AClientHTTPError_v0_3
-
Gets the error message
- getMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- getMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
The message to send to the agent.
- getMessage() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
The message to send to the agent.
- getMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- getMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
-
A message from the agent.
- getMessage() - Method in interface org.a2aproject.sdk.grpc.SendMessageResponseOrBuilder
-
A message from the agent.
- getMessage() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- getMessage() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
A Message object containing a message from the agent.
- getMessage() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
A Message object containing a message from the agent.
- getMessage() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- getMessage() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
A message associated with the status.
- getMessage() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
A message associated with the status.
- getMessage() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the user's message.
- getMessage() - Method in exception org.a2aproject.sdk.spec.A2AClientHTTPError
-
Gets the error message.
- getMessageBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- getMessageBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- getMessageBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- getMessageBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- getMessageId() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The message id of the message.
- getMessageId() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The message id of the message.
- getMessageId() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The message id of the message.
- getMessageId() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The unique identifier (e.g.
- getMessageId() - Method in class org.a2aproject.sdk.grpc.Message
-
The unique identifier (e.g.
- getMessageId() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
The unique identifier (e.g.
- getMessageIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The message id of the message.
- getMessageIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The message id of the message.
- getMessageIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The message id of the message.
- getMessageIdBytes() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The unique identifier (e.g.
- getMessageIdBytes() - Method in class org.a2aproject.sdk.grpc.Message
-
The unique identifier (e.g.
- getMessageIdBytes() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
The unique identifier (e.g.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
The message to send to the agent.
- getMessageOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
The message to send to the agent.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
-
A message from the agent.
- getMessageOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SendMessageResponseOrBuilder
-
A message from the agent.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
A Message object containing a message from the agent.
- getMessageOrBuilder() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
A Message object containing a message from the agent.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- getMessageOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
A message associated with the status.
- getMessageOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
A message associated with the status.
- getMetadata() - Method in class org.a2aproject.sdk.client.config.ClientConfig
-
Get the custom metadata attached to all requests.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
Optional metadata included with the artifact.
- getMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
Optional metadata included with the artifact.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- getMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.google.protobuf.Struct metadata = 3; - getMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.google.protobuf.Struct metadata = 3; - getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
Optional metadata associated with the artifact update.
- getMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
Optional metadata associated with the artifact update.
- getMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- getMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
Optional metadata to associate with the task update.
- getMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
Optional metadata to associate with the task update.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Artifact
-
Optional.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
Optional.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
-
A flexible key-value map for passing additional context or parameters.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.CancelTaskRequestOrBuilder
-
A flexible key-value map for passing additional context or parameters.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Message
-
Optional.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Optional.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Part
-
Optional. metadata associated with this part.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
Optional. metadata associated with this part.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
A flexible key-value map for passing additional context or parameters.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
A flexible key-value map for passing additional context or parameters.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
Optional.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
Optional.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- getMetadata() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
Optional.
- getMetadata() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
Optional.
- getMetadata() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the request metadata.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - getMetadataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- getMetadataBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
Optional metadata included with the artifact.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
Optional metadata included with the artifact.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.google.protobuf.Struct metadata = 3; - getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.google.protobuf.Struct metadata = 3; - getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
Optional metadata associated with the artifact update.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
Optional metadata associated with the artifact update.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
Optional metadata to associate with the task update.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
Optional metadata to associate with the task update.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Artifact
-
Optional.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
Optional.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
-
A flexible key-value map for passing additional context or parameters.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.CancelTaskRequestOrBuilder
-
A flexible key-value map for passing additional context or parameters.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Message
-
Optional.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Optional.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Part
-
Optional. metadata associated with this part.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
Optional. metadata associated with this part.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
A flexible key-value map for passing additional context or parameters.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
A flexible key-value map for passing additional context or parameters.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
Optional.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
Optional.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- getMetadataOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
Optional.
- getMetadataOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
Optional.
- getMethod() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- getMethod() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
Gets the name of the method to be invoked.
- getMimeType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string mime_type = 3; - getMimeType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
-
string mime_type = 3; - getMimeType() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
-
string mime_type = 3; - getMimeTypeBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string mime_type = 3; - getMimeTypeBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
-
string mime_type = 3; - getMimeTypeBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
-
string mime_type = 3; - getMsg() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsg() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsg() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageResponseOrBuilder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsg() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsg() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsg() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageResponseOrBuilder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMsgOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - getMtlsSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - getMtlsSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - getMtlsSecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - getMtlsSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- getMtlsSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
Mutual TLS authentication.
- getMtlsSecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
Mutual TLS authentication.
- getMtlsSecuritySchemeBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - getMtlsSecuritySchemeBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- getMtlsSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - getMtlsSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - getMtlsSecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - getMtlsSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- getMtlsSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
Mutual TLS authentication.
- getMtlsSecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
Mutual TLS authentication.
- getMutableSchemes() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
Deprecated.
- getMutableSchemes() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
Deprecated.
- getMutableScopes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
Deprecated.
- getMutableSecuritySchemes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Deprecated.
- getMutableSecuritySchemes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Deprecated.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A human readable name for the agent.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A human readable name for the agent.
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A human readable name for the agent.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human readable name for the skill.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A human readable name for the skill.
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A human readable name for the skill.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Name of the header, query or cookie parameter to be used.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
-
Name of the header, query or cookie parameter to be used.
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.APIKeySecuritySchemeOrBuilder
-
Name of the header, query or cookie parameter to be used.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable name for the artifact.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
A human readable name for the artifact.
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
A human readable name for the artifact.
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
-
name=tasks/{id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
-
name=tasks/{id}
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.CancelTaskRequestOrBuilder
-
name=tasks/{id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
name=tasks/{id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
-
name=tasks/{id}
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.GetTaskRequestOrBuilder
-
name=tasks/{id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
name=tasks/{id}/pushNotificationConfigs/{id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
-
name=tasks/{id}/pushNotificationConfigs/{id}
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfigOrBuilder
-
name=tasks/{id}/pushNotificationConfigs/{id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
-
name=tasks/{id}
- getName() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
-
name=tasks/{id}
- getName() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequestOrBuilder
-
name=tasks/{id}
- getName() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human readable name for the agent.
- getName() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A human readable name for the agent.
- getName() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A human readable name for the agent.
- getName() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A human-readable name for the skill.
- getName() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A human-readable name for the skill.
- getName() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A human-readable name for the skill.
- getName() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The name of the header, query, or cookie parameter to be used.
- getName() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
-
The name of the header, query, or cookie parameter to be used.
- getName() - Method in interface org.a2aproject.sdk.grpc.APIKeySecuritySchemeOrBuilder
-
The name of the header, query, or cookie parameter to be used.
- getName() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
A human readable name for the artifact.
- getName() - Method in class org.a2aproject.sdk.grpc.Artifact
-
A human readable name for the artifact.
- getName() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
A human readable name for the artifact.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A human readable name for the agent.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A human readable name for the agent.
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A human readable name for the agent.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human readable name for the skill.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A human readable name for the skill.
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A human readable name for the skill.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Name of the header, query or cookie parameter to be used.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
-
Name of the header, query or cookie parameter to be used.
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.APIKeySecuritySchemeOrBuilder
-
Name of the header, query or cookie parameter to be used.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable name for the artifact.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
A human readable name for the artifact.
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
A human readable name for the artifact.
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
-
name=tasks/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
-
name=tasks/{id}
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.CancelTaskRequestOrBuilder
-
name=tasks/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
name=tasks/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
-
name=tasks/{id}
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.GetTaskRequestOrBuilder
-
name=tasks/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
name=tasks/{id}/pushNotificationConfigs/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
-
name=tasks/{id}/pushNotificationConfigs/{id}
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfigOrBuilder
-
name=tasks/{id}/pushNotificationConfigs/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
-
name=tasks/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
-
name=tasks/{id}
- getNameBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequestOrBuilder
-
name=tasks/{id}
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human readable name for the agent.
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A human readable name for the agent.
- getNameBytes() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A human readable name for the agent.
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A human-readable name for the skill.
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A human-readable name for the skill.
- getNameBytes() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A human-readable name for the skill.
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The name of the header, query, or cookie parameter to be used.
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
-
The name of the header, query, or cookie parameter to be used.
- getNameBytes() - Method in interface org.a2aproject.sdk.grpc.APIKeySecuritySchemeOrBuilder
-
The name of the header, query, or cookie parameter to be used.
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
A human readable name for the artifact.
- getNameBytes() - Method in class org.a2aproject.sdk.grpc.Artifact
-
A human readable name for the artifact.
- getNameBytes() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
A human readable name for the artifact.
- getNextPageToken() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageToken() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageToken() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponseOrBuilder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageToken() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageToken() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageToken() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponseOrBuilder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageToken() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageToken() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageToken() - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageTokenBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageTokenBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageTokenBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponseOrBuilder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageTokenBytes() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponseOrBuilder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNextPageTokenBytes() - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- getNumber() - Method in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
- getNumber() - Method in enum class itk.InstructionOuterClass.Instruction.StepCase
- getNumber() - Method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.Role
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
- getNumber() - Method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
- getNumber() - Method in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
- getNumber() - Method in enum class org.a2aproject.sdk.grpc.Part.ContentCase
- getNumber() - Method in enum class org.a2aproject.sdk.grpc.Role
- getNumber() - Method in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- getNumber() - Method in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
- getNumber() - Method in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
- getNumber() - Method in enum class org.a2aproject.sdk.grpc.TaskState
- getOauth2MetadataUrl() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrl() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuth2SecuritySchemeOrBuilder
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrl() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrl() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrl() - Method in interface org.a2aproject.sdk.grpc.OAuth2SecuritySchemeOrBuilder
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuth2SecuritySchemeOrBuilder
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrlBytes() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrlBytes() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2MetadataUrlBytes() - Method in interface org.a2aproject.sdk.grpc.OAuth2SecuritySchemeOrBuilder
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- getOauth2SecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - getOauth2SecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - getOauth2SecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - getOauth2SecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- getOauth2SecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
OAuth 2.0 authentication.
- getOauth2SecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
OAuth 2.0 authentication.
- getOauth2SecuritySchemeBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - getOauth2SecuritySchemeBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- getOauth2SecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - getOauth2SecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - getOauth2SecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - getOauth2SecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- getOauth2SecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
OAuth 2.0 authentication.
- getOauth2SecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
OAuth 2.0 authentication.
- getOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - getOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - getOpenIdConnectSecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - getOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- getOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
OpenID Connect authentication.
- getOpenIdConnectSecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
OpenID Connect authentication.
- getOpenIdConnectSecuritySchemeBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - getOpenIdConnectSecuritySchemeBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- getOpenIdConnectSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - getOpenIdConnectSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - getOpenIdConnectSecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - getOpenIdConnectSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- getOpenIdConnectSecuritySchemeOrBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
OpenID Connect authentication.
- getOpenIdConnectSecuritySchemeOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
OpenID Connect authentication.
- getOpenIdConnectUrl() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- getOpenIdConnectUrl() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- getOpenIdConnectUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- getOpenIdConnectUrl() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- getOpenIdConnectUrl() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- getOpenIdConnectUrl() - Method in interface org.a2aproject.sdk.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- getOpenIdConnectUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- getOpenIdConnectUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- getOpenIdConnectUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- getOpenIdConnectUrlBytes() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- getOpenIdConnectUrlBytes() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- getOpenIdConnectUrlBytes() - Method in interface org.a2aproject.sdk.grpc.OpenIdConnectSecuritySchemeOrBuilder
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- getOptionalValue(String) - Method in class org.a2aproject.sdk.integrations.microprofile.MicroProfileConfigProvider
- getOptionalValue(String) - Method in interface org.a2aproject.sdk.server.config.A2AConfigProvider
-
Get an optional configuration value.
- getOptionalValue(String) - Method in class org.a2aproject.sdk.server.config.DefaultValuesConfigProvider
- getOrganization() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers organization name Example: "Google"
- getOrganization() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
-
The providers organization name Example: "Google"
- getOrganization() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentProviderOrBuilder
-
The providers organization name Example: "Google"
- getOrganization() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
The name of the agent provider's organization.
- getOrganization() - Method in class org.a2aproject.sdk.grpc.AgentProvider
-
The name of the agent provider's organization.
- getOrganization() - Method in interface org.a2aproject.sdk.grpc.AgentProviderOrBuilder
-
The name of the agent provider's organization.
- getOrganizationBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers organization name Example: "Google"
- getOrganizationBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
-
The providers organization name Example: "Google"
- getOrganizationBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentProviderOrBuilder
-
The providers organization name Example: "Google"
- getOrganizationBytes() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
The name of the agent provider's organization.
- getOrganizationBytes() - Method in class org.a2aproject.sdk.grpc.AgentProvider
-
The name of the agent provider's organization.
- getOrganizationBytes() - Method in interface org.a2aproject.sdk.grpc.AgentProviderOrBuilder
-
The name of the agent provider's organization.
- getOutputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- getOutputModes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible output modalities produced
- getOutputModes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible output modalities produced
- getOutputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModes(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- getOutputModesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible output modalities produced
- getOutputModesBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible output modalities produced
- getOutputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesBytes(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- getOutputModesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible output modalities produced
- getOutputModesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible output modalities produced
- getOutputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesCount() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- getOutputModesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
Possible output modalities produced
- getOutputModesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
Possible output modalities produced
- getOutputModesList() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesList() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getOutputModesList() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- getPageSize() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
For AIP-158 these fields are present.
- getPageSize() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
-
For AIP-158 these fields are present.
- getPageSize() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequestOrBuilder
-
For AIP-158 these fields are present.
- getPageSize() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The maximum number of configurations to return.
- getPageSize() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
-
The maximum number of configurations to return.
- getPageSize() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequestOrBuilder
-
The maximum number of configurations to return.
- getPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of tasks to return.
- getPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
The maximum number of tasks to return.
- getPageSize() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
The maximum number of tasks to return.
- getPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
The page size used for this response.
- getPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
The page size used for this response.
- getPageSize() - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
The page size used for this response.
- getPageToken() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- getPageToken() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- getPageToken() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequestOrBuilder
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- getPageToken() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- getPageToken() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- getPageToken() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequestOrBuilder
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- getPageToken() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
A page token, received from a previous `ListTasks` call.
- getPageToken() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
A page token, received from a previous `ListTasks` call.
- getPageToken() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
A page token, received from a previous `ListTasks` call.
- getPageTokenBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- getPageTokenBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- getPageTokenBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequestOrBuilder
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- getPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- getPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- getPageTokenBytes() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequestOrBuilder
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- getPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
A page token, received from a previous `ListTasks` call.
- getPageTokenBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
A page token, received from a previous `ListTasks` call.
- getPageTokenBytes() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
A page token, received from a previous `ListTasks` call.
- getParameters() - Method in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfig
-
Get the list of configured parameters.
- getParams() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- getParams() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
Optional configuration for the extension.
- getParams() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
Optional configuration for the extension.
- getParams() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- getParams() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- getParams() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
Optional.
- getParams() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
Optional.
- getParams() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
Gets the parameters to be passed to the method.
- getParams() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- getParamsBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- getParamsBuilder() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- getParamsOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- getParamsOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
Optional configuration for the extension.
- getParamsOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
Optional configuration for the extension.
- getParamsOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- getParamsOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
Optional.
- getParamsOrBuilder() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
Optional.
- getParent() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
The task resource for this config.
- getParent() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
-
The task resource for this config.
- getParent() - Method in interface org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequestOrBuilder
-
The task resource for this config.
- getParent() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
parent=tasks/{id}
- getParent() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
-
parent=tasks/{id}
- getParent() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequestOrBuilder
-
parent=tasks/{id}
- getParentBytes() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
The task resource for this config.
- getParentBytes() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
-
The task resource for this config.
- getParentBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequestOrBuilder
-
The task resource for this config.
- getParentBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
parent=tasks/{id}
- getParentBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
-
parent=tasks/{id}
- getParentBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequestOrBuilder
-
parent=tasks/{id}
- getParserForType() - Method in class itk.InstructionOuterClass.CallAgent
- getParserForType() - Method in class itk.InstructionOuterClass.Instruction
- getParserForType() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- getParserForType() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- getParserForType() - Method in class itk.InstructionOuterClass.ReturnResponse
- getParserForType() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- getParserForType() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- getParserForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AgentCard
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- getParserForType() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.grpc.Artifact
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- getParserForType() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- getParserForType() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- getParserForType() - Method in class org.a2aproject.sdk.grpc.Message
- getParserForType() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- getParserForType() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.grpc.Part
- getParserForType() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- getParserForType() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- getParserForType() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- getParserForType() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- getParserForType() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- getParserForType() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- getParserForType() - Method in class org.a2aproject.sdk.grpc.StringList
- getParserForType() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- getParserForType() - Method in class org.a2aproject.sdk.grpc.Task
- getParserForType() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- getParserForType() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- getParserForType() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- getParserForType() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- getPartCase() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- getPartCase() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- getPartCase() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
- getParts(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- getParts(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The content of the artifact.
- getParts(int) - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getParts(int) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- getParts(int) - Method in class org.a2aproject.sdk.grpc.Artifact
-
The content of the artifact.
- getParts(int) - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getParts(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- getParts(int) - Method in class org.a2aproject.sdk.grpc.Message
-
Parts is the container of the message content.
- getParts(int) - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Parts is the container of the message content.
- getPartsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsBuilder(int) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsBuilder(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- getPartsBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsBuilderList() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsBuilderList() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- getPartsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsCount() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The content of the artifact.
- getPartsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsCount() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsCount() - Method in class org.a2aproject.sdk.grpc.Artifact
-
The content of the artifact.
- getPartsCount() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsCount() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- getPartsCount() - Method in class org.a2aproject.sdk.grpc.Message
-
Parts is the container of the message content.
- getPartsCount() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Parts is the container of the message content.
- getPartsList() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsList() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The content of the artifact.
- getPartsList() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsList() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsList() - Method in class org.a2aproject.sdk.grpc.Artifact
-
The content of the artifact.
- getPartsList() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsList() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- getPartsList() - Method in class org.a2aproject.sdk.grpc.Message
-
Parts is the container of the message content.
- getPartsList() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Parts is the container of the message content.
- getPartsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The content of the artifact.
- getPartsOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Artifact
-
The content of the artifact.
- getPartsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- getPartsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.Message
-
Parts is the container of the message content.
- getPartsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Parts is the container of the message content.
- getPartsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
The content of the artifact.
- getPartsOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- getPartsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Artifact
-
The content of the artifact.
- getPartsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
The content of the artifact.
- getPartsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- getPartsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.Message
-
Parts is the container of the message content.
- getPartsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Parts is the container of the message content.
- getPassword() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - getPassword() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.PasswordOAuthFlow password = 4; - getPassword() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.PasswordOAuthFlow password = 4; - getPassword() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571
- getPassword() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571
- getPassword() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571
- getPasswordBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - getPasswordBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- getPasswordOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - getPasswordOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.PasswordOAuthFlow password = 4; - getPasswordOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.PasswordOAuthFlow password = 4; - getPasswordOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- getPasswordOrBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Deprecated.
- getPasswordOrBuilder() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Deprecated.
- getPayload() - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.PayloadAndHeaders
- getPayload() - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.PayloadAndHeaders_v0_3
- getPayloadCase() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- getPayloadCase() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- getPayloadCase() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageResponseOrBuilder
- getPayloadCase() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- getPayloadCase() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- getPayloadCase() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
- getPayloadCase() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- getPayloadCase() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- getPayloadCase() - Method in interface org.a2aproject.sdk.grpc.SendMessageResponseOrBuilder
- getPayloadCase() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- getPayloadCase() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- getPayloadCase() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
- getPkceRequired() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
Indicates if PKCE (RFC 7636) is required for this flow.
- getPkceRequired() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
Indicates if PKCE (RFC 7636) is required for this flow.
- getPkceRequired() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
Indicates if PKCE (RFC 7636) is required for this flow.
- getPreferredTransport() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The transport of the preferred endpoint.
- getPreferredTransport() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The transport of the preferred endpoint.
- getPreferredTransport() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The transport of the preferred endpoint.
- getPreferredTransportBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The transport of the preferred endpoint.
- getPreferredTransportBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The transport of the preferred endpoint.
- getPreferredTransportBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The transport of the preferred endpoint.
- getProtected() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The protected JWS header for the signature.
- getProtected() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
-
The protected JWS header for the signature.
- getProtected() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardSignatureOrBuilder
-
The protected JWS header for the signature.
- getProtected() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- getProtected() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- getProtected() - Method in interface org.a2aproject.sdk.grpc.AgentCardSignatureOrBuilder
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- getProtectedBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The protected JWS header for the signature.
- getProtectedBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
-
The protected JWS header for the signature.
- getProtectedBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardSignatureOrBuilder
-
The protected JWS header for the signature.
- getProtectedBytes() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- getProtectedBytes() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- getProtectedBytes() - Method in interface org.a2aproject.sdk.grpc.AgentCardSignatureOrBuilder
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- getProtocolBinding() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The protocol binding supported at this URL.
- getProtocolBinding() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
The protocol binding supported at this URL.
- getProtocolBinding() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
The protocol binding supported at this URL.
- getProtocolBindingBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The protocol binding supported at this URL.
- getProtocolBindingBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
The protocol binding supported at this URL.
- getProtocolBindingBytes() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
The protocol binding supported at this URL.
- getProtocolVersion() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the A2A protocol this agent supports.
- getProtocolVersion() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The version of the A2A protocol this agent supports.
- getProtocolVersion() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The version of the A2A protocol this agent supports.
- getProtocolVersion() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- getProtocolVersion() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The version of the A2A protocol this interface exposes.
- getProtocolVersion() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
The version of the A2A protocol this interface exposes.
- getProtocolVersion() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
The version of the A2A protocol this interface exposes.
- getProtocolVersion(String, String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaDatabasePushNotificationConfigStore
- getProtocolVersion(String, String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryPushNotificationConfigStore
- getProtocolVersion(String, String) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
-
Gets the protocol version associated with a push notification configuration.
- getProtocolVersionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the A2A protocol this agent supports.
- getProtocolVersionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The version of the A2A protocol this agent supports.
- getProtocolVersionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The version of the A2A protocol this agent supports.
- getProtocolVersionBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The version of the A2A protocol this interface exposes.
- getProtocolVersionBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
The version of the A2A protocol this interface exposes.
- getProtocolVersionBytes() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
The version of the A2A protocol this interface exposes.
- getProtocolVersions(String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaDatabasePushNotificationConfigStore
- getProtocolVersions(String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryPushNotificationConfigStore
- getProtocolVersions(String) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
-
Gets all protocol versions for a task's push notification configurations in a single call.
- getProvider() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- getProvider() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The service provider of the agent.
- getProvider() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The service provider of the agent.
- getProvider() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- getProvider() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The service provider of the agent.
- getProvider() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The service provider of the agent.
- getProviderBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- getProviderBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- getProviderOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- getProviderOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The service provider of the agent.
- getProviderOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The service provider of the agent.
- getProviderOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- getProviderOrBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The service provider of the agent.
- getProviderOrBuilder() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The service provider of the agent.
- getPublisher() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestStreamingResponse
- getPublisher() - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestStreamingResponse
-
Returns the publisher for streaming events.
- getPushNotification() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - getPushNotification() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.PushNotificationBehavior push_notification = 6; - getPushNotification() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.PushNotificationBehavior push_notification = 6; - getPushNotification() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- getPushNotification() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
A configuration of a webhook that can be used to receive updates
- getPushNotification() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
A configuration of a webhook that can be used to receive updates
- getPushNotificationBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - getPushNotificationBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- getPushNotificationConfig() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- getPushNotificationConfig() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - getPushNotificationConfig() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - getPushNotificationConfig() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfigOrBuilder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - getPushNotificationConfig(GetTaskPushNotificationConfigRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- getPushNotificationConfig(GetTaskPushNotificationConfigRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Retrieves a specific push notification configuration.
- getPushNotificationConfigBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - getPushNotificationConfigOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - getPushNotificationConfigOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - getPushNotificationConfigOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfigOrBuilder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - getPushNotificationOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - getPushNotificationOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.PushNotificationBehavior push_notification = 6; - getPushNotificationOrBuilder() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.PushNotificationBehavior push_notification = 6; - getPushNotificationOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- getPushNotificationOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
A configuration of a webhook that can be used to receive updates
- getPushNotificationOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
A configuration of a webhook that can be used to receive updates
- getPushNotifications() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
If the agent can send push notifications to the clients webhook
- getPushNotifications() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
-
If the agent can send push notifications to the clients webhook
- getPushNotifications() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCapabilitiesOrBuilder
-
If the agent can send push notifications to the clients webhook
- getPushNotifications() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- getPushNotifications() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- getPushNotifications() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- getQueueSize() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Returns the configured queue size.
- getRaw() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `raw` byte content of a file.
- getRaw() - Method in class org.a2aproject.sdk.grpc.Part
-
The `raw` byte content of a file.
- getRaw() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
The `raw` byte content of a file.
- getReference() - Method in exception org.a2aproject.sdk.compat03.json.JsonMappingException_v0_3
-
Returns the reference object that provides context for the mapping error.
- getReference() - Method in exception org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
-
Returns the reference object that provides context for the mapping error.
- getReferenceTaskIds(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIds(int) - Method in class org.a2aproject.sdk.grpc.Message
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIds(int) - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsBytes(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsBytes(int) - Method in class org.a2aproject.sdk.grpc.Message
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsBytes(int) - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsCount() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsCount() - Method in class org.a2aproject.sdk.grpc.Message
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsCount() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsList() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsList() - Method in class org.a2aproject.sdk.grpc.Message
-
A list of task IDs that this message references for additional context.
- getReferenceTaskIdsList() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
A list of task IDs that this message references for additional context.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrl() - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The URL to be used for obtaining refresh tokens.
- getRefreshUrlBytes() - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The URL to be used for obtaining refresh tokens.
- getRelatedTasks() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns other tasks in the same conversation context.
- getRequest() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - getRequest() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - getRequest() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - getRequestBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - getRequestedExtensions() - Method in class org.a2aproject.sdk.server.ServerCallContext
- getRequestedExtensions(List<String>) - Static method in class org.a2aproject.sdk.server.extensions.A2AExtensions
- getRequestedProtocolVersion() - Method in class org.a2aproject.sdk.server.ServerCallContext
- getRequestHandler() - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- getRequestHandler() - Method in class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcHandler
- getRequestHandler() - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Returns the request handler instance for processing A2A protocol requests.
- getRequestOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - getRequestOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - getRequestOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - getRequired() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Whether the client must follow specific requirements of the extension.
- getRequired() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
Whether the client must follow specific requirements of the extension.
- getRequired() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
Whether the client must follow specific requirements of the extension.
- getRequired() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
If true, the client must understand and comply with the extension's requirements.
- getRequired() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
If true, the client must understand and comply with the extension's requirements.
- getRequired() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
If true, the client must understand and comply with the extension's requirements.
- getResponse() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
what to return to the calling agent
- getResponse() - Method in class itk.InstructionOuterClass.ReturnResponse
-
what to return to the calling agent
- getResponse() - Method in interface itk.InstructionOuterClass.ReturnResponseOrBuilder
-
what to return to the calling agent
- getResponseBody() - Method in exception org.a2aproject.sdk.spec.A2AClientHTTPError
-
Returns the raw HTTP response body, if available.
- getResponseBytes() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
what to return to the calling agent
- getResponseBytes() - Method in class itk.InstructionOuterClass.ReturnResponse
-
what to return to the calling agent
- getResponseBytes() - Method in interface itk.InstructionOuterClass.ReturnResponseOrBuilder
-
what to return to the calling agent
- getResponseGenerator() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - getResponseGenerator() - Method in class itk.InstructionOuterClass.SeriesOfSteps
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - getResponseGenerator() - Method in interface itk.InstructionOuterClass.SeriesOfStepsOrBuilder
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - getResponseGeneratorValue() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - getResponseGeneratorValue() - Method in class itk.InstructionOuterClass.SeriesOfSteps
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - getResponseGeneratorValue() - Method in interface itk.InstructionOuterClass.SeriesOfStepsOrBuilder
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - getResponseHeaders() - Method in exception org.a2aproject.sdk.spec.A2AClientHTTPError
-
Returns the HTTP response headers.
- getResubscribe() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - getResubscribe() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.ResubscribeBehavior resubscribe = 7; - getResubscribe() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.ResubscribeBehavior resubscribe = 7; - getResubscribeBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - getResubscribeOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - getResubscribeOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.ResubscribeBehavior resubscribe = 7; - getResubscribeOrBuilder() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.ResubscribeBehavior resubscribe = 7; - getResult() - Method in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- getResult() - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
Gets the result value.
- getRetry() - Method in class org.a2aproject.sdk.client.http.ServerSentEventParser
-
Returns the reconnection interval in milliseconds from the last
retry:field, ornullif none. - getReturnImmediately() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
If `true`, the operation returns immediately after creating the task, even if processing is still in progress.
- getReturnImmediately() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
If `true`, the operation returns immediately after creating the task, even if processing is still in progress.
- getReturnImmediately() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
If `true`, the operation returns immediately after creating the task, even if processing is still in progress.
- getReturnResponse() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - getReturnResponse() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.ReturnResponse return_response = 2; - getReturnResponse() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.ReturnResponse return_response = 2; - getReturnResponseBuilder() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - getReturnResponseOrBuilder() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - getReturnResponseOrBuilder() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.ReturnResponse return_response = 2; - getReturnResponseOrBuilder() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.ReturnResponse return_response = 2; - getRole() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
A role for the message.
- getRole() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
A role for the message.
- getRole() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
A role for the message.
- getRole() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Identifies the sender of the message.
- getRole() - Method in class org.a2aproject.sdk.grpc.Message
-
Identifies the sender of the message.
- getRole() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Identifies the sender of the message.
- getRoleValue() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
A role for the message.
- getRoleValue() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
A role for the message.
- getRoleValue() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
A role for the message.
- getRoleValue() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Identifies the sender of the message.
- getRoleValue() - Method in class org.a2aproject.sdk.grpc.Message
-
Identifies the sender of the message.
- getRoleValue() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Identifies the sender of the message.
- getScheme() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- getScheme() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- getScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.HTTPAuthSecuritySchemeOrBuilder
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- getScheme() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- getScheme() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- getScheme() - Method in interface org.a2aproject.sdk.grpc.AuthenticationInfoOrBuilder
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- getScheme() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- getScheme() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- getScheme() - Method in interface org.a2aproject.sdk.grpc.HTTPAuthSecuritySchemeOrBuilder
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- getSchemeBytes() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- getSchemeBytes() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- getSchemeBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.HTTPAuthSecuritySchemeOrBuilder
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- getSchemeBytes() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- getSchemeBytes() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- getSchemeBytes() - Method in interface org.a2aproject.sdk.grpc.AuthenticationInfoOrBuilder
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- getSchemeBytes() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- getSchemeBytes() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- getSchemeBytes() - Method in interface org.a2aproject.sdk.grpc.HTTPAuthSecuritySchemeOrBuilder
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- getSchemeCase() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- getSchemeCase() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- getSchemeCase() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
- getSchemeCase() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- getSchemeCase() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- getSchemeCase() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
- getSchemes() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
Deprecated.
- getSchemes() - Method in class org.a2aproject.sdk.compat03.grpc.Security
-
Deprecated.
- getSchemes() - Method in interface org.a2aproject.sdk.compat03.grpc.SecurityOrBuilder
-
Deprecated.
- getSchemes() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
Deprecated.
- getSchemes() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
-
Deprecated.
- getSchemes() - Method in interface org.a2aproject.sdk.grpc.SecurityRequirementOrBuilder
-
Deprecated.
- getSchemes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- getSchemes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
-
Supported authentication schemes - e.g.
- getSchemes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AuthenticationInfoOrBuilder
-
Supported authentication schemes - e.g.
- getSchemesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- getSchemesBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
-
Supported authentication schemes - e.g.
- getSchemesBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AuthenticationInfoOrBuilder
-
Supported authentication schemes - e.g.
- getSchemesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- getSchemesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
-
Supported authentication schemes - e.g.
- getSchemesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthenticationInfoOrBuilder
-
Supported authentication schemes - e.g.
- getSchemesCount() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- getSchemesCount() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- getSchemesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.SecurityOrBuilder
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesCount() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- getSchemesCount() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- getSchemesCount() - Method in interface org.a2aproject.sdk.grpc.SecurityRequirementOrBuilder
-
A map of security schemes to the required scopes.
- getSchemesList() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- getSchemesList() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
-
Supported authentication schemes - e.g.
- getSchemesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthenticationInfoOrBuilder
-
Supported authentication schemes - e.g.
- getSchemesMap() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesMap() - Method in class org.a2aproject.sdk.compat03.grpc.Security
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesMap() - Method in interface org.a2aproject.sdk.compat03.grpc.SecurityOrBuilder
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesMap() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- getSchemesMap() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
-
A map of security schemes to the required scopes.
- getSchemesMap() - Method in interface org.a2aproject.sdk.grpc.SecurityRequirementOrBuilder
-
A map of security schemes to the required scopes.
- getSchemesOrDefault(String, StringList) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesOrDefault(String, StringList) - Method in class org.a2aproject.sdk.compat03.grpc.Security
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesOrDefault(String, StringList) - Method in interface org.a2aproject.sdk.compat03.grpc.SecurityOrBuilder
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesOrDefault(String, StringList) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- getSchemesOrDefault(String, StringList) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
-
A map of security schemes to the required scopes.
- getSchemesOrDefault(String, StringList) - Method in interface org.a2aproject.sdk.grpc.SecurityRequirementOrBuilder
-
A map of security schemes to the required scopes.
- getSchemesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.Security
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesOrThrow(String) - Method in interface org.a2aproject.sdk.compat03.grpc.SecurityOrBuilder
-
map<string, .a2a.v1.StringList> schemes = 1; - getSchemesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- getSchemesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
-
A map of security schemes to the required scopes.
- getSchemesOrThrow(String) - Method in interface org.a2aproject.sdk.grpc.SecurityRequirementOrBuilder
-
A map of security schemes to the required scopes.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
Deprecated.
- getScopes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
Deprecated.
- getScopes() - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
Deprecated.
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- getScopesCount() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- getScopesCount() - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesMap() - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrDefault(String, String) - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.grpc.ImplicitOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The available scopes for the OAuth2 security scheme.
- getScopesOrThrow(String) - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The available scopes for the OAuth2 security scheme.
- getSecurity(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurity(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurity(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurity(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurity(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurity(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- getSecurityOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- getSecurityRequirements(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- getSecurityRequirements(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Security requirements for contacting the agent.
- getSecurityRequirements(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Security requirements for contacting the agent.
- getSecurityRequirements(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- getSecurityRequirements(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Security schemes necessary for this skill.
- getSecurityRequirements(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Security schemes necessary for this skill.
- getSecurityRequirementsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- getSecurityRequirementsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- getSecurityRequirementsBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- getSecurityRequirementsBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- getSecurityRequirementsCount() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- getSecurityRequirementsCount() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Security requirements for contacting the agent.
- getSecurityRequirementsCount() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Security requirements for contacting the agent.
- getSecurityRequirementsCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- getSecurityRequirementsCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Security schemes necessary for this skill.
- getSecurityRequirementsCount() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Security schemes necessary for this skill.
- getSecurityRequirementsList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- getSecurityRequirementsList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Security requirements for contacting the agent.
- getSecurityRequirementsList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Security requirements for contacting the agent.
- getSecurityRequirementsList() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- getSecurityRequirementsList() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Security schemes necessary for this skill.
- getSecurityRequirementsList() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Security schemes necessary for this skill.
- getSecurityRequirementsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- getSecurityRequirementsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Security requirements for contacting the agent.
- getSecurityRequirementsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Security requirements for contacting the agent.
- getSecurityRequirementsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- getSecurityRequirementsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Security schemes necessary for this skill.
- getSecurityRequirementsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Security schemes necessary for this skill.
- getSecurityRequirementsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- getSecurityRequirementsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Security requirements for contacting the agent.
- getSecurityRequirementsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Security requirements for contacting the agent.
- getSecurityRequirementsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- getSecurityRequirementsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
Security schemes necessary for this skill.
- getSecurityRequirementsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
Security schemes necessary for this skill.
- getSecuritySchemes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Deprecated.
- getSecuritySchemes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Deprecated.
- getSecuritySchemes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Deprecated.
- getSecuritySchemes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Deprecated.
- getSecuritySchemes() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Deprecated.
- getSecuritySchemes() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Deprecated.
- getSecuritySchemesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- getSecuritySchemesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- getSecuritySchemesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- getSecuritySchemesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard
- getSecuritySchemesCount() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesMap() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesMap() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesMap() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesMap() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesMap() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesMap() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrDefault(String, SecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrDefault(String, SecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrDefault(String, SecurityScheme) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrDefault(String, SecurityScheme) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrDefault(String, SecurityScheme) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrDefault(String, SecurityScheme) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrThrow(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrThrow(String) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrThrow(String) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The security scheme details used for authenticating with this agent.
- getSecuritySchemesOrThrow(String) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The security scheme details used for authenticating with this agent.
- getSendMessage() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - getSendMessage() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.SendMessageBehavior send_message = 5; - getSendMessage() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.SendMessageBehavior send_message = 5; - getSendMessageBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - getSendMessageMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getSendMessageMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getSendMessageOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - getSendMessageOrBuilder() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.SendMessageBehavior send_message = 5; - getSendMessageOrBuilder() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.SendMessageBehavior send_message = 5; - getSendStreamingMessageMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getSendStreamingMessageMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getSerializedSize() - Method in class itk.InstructionOuterClass.CallAgent
- getSerializedSize() - Method in class itk.InstructionOuterClass.Instruction
- getSerializedSize() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- getSerializedSize() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- getSerializedSize() - Method in class itk.InstructionOuterClass.ReturnResponse
- getSerializedSize() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- getSerializedSize() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- getSerializedSize() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AgentCard
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.Artifact
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.Message
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.Part
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.StringList
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.Task
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- getSerializedSize() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- getServiceDescriptor() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getServiceDescriptor() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getSignature() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The computed signature, base64url-encoded.
- getSignature() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
-
The computed signature, base64url-encoded.
- getSignature() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardSignatureOrBuilder
-
The computed signature, base64url-encoded.
- getSignature() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
Required.
- getSignature() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
-
Required.
- getSignature() - Method in interface org.a2aproject.sdk.grpc.AgentCardSignatureOrBuilder
-
Required.
- getSignatureBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The computed signature, base64url-encoded.
- getSignatureBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
-
The computed signature, base64url-encoded.
- getSignatureBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardSignatureOrBuilder
-
The computed signature, base64url-encoded.
- getSignatureBytes() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
Required.
- getSignatureBytes() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
-
Required.
- getSignatureBytes() - Method in interface org.a2aproject.sdk.grpc.AgentCardSignatureOrBuilder
-
Required.
- getSignatures(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- getSignatures(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
JSON Web Signatures computed for this AgentCard.
- getSignatures(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this AgentCard.
- getSignatures(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignatures(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
JSON Web Signatures computed for this `AgentCard`.
- getSignatures(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesCount() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this AgentCard.
- getSignaturesOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
JSON Web Signatures computed for this `AgentCard`.
- getSignaturesOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
JSON Web Signatures computed for this `AgentCard`.
- getSkills(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- getSkills(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Skills represent a unit of ability an agent can perform.
- getSkills(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Skills represent a unit of ability an agent can perform.
- getSkills(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- getSkills(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Skills represent the abilities of an agent.
- getSkills(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Skills represent the abilities of an agent.
- getSkillsBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- getSkillsBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- getSkillsBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- getSkillsBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- getSkillsCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- getSkillsCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Skills represent a unit of ability an agent can perform.
- getSkillsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Skills represent a unit of ability an agent can perform.
- getSkillsCount() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- getSkillsCount() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Skills represent the abilities of an agent.
- getSkillsCount() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Skills represent the abilities of an agent.
- getSkillsList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- getSkillsList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Skills represent a unit of ability an agent can perform.
- getSkillsList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Skills represent a unit of ability an agent can perform.
- getSkillsList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- getSkillsList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Skills represent the abilities of an agent.
- getSkillsList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Skills represent the abilities of an agent.
- getSkillsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- getSkillsOrBuilder(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Skills represent a unit of ability an agent can perform.
- getSkillsOrBuilder(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Skills represent a unit of ability an agent can perform.
- getSkillsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- getSkillsOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Skills represent the abilities of an agent.
- getSkillsOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Skills represent the abilities of an agent.
- getSkillsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- getSkillsOrBuilderList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Skills represent a unit of ability an agent can perform.
- getSkillsOrBuilderList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Skills represent a unit of ability an agent can perform.
- getSkillsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- getSkillsOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Skills represent the abilities of an agent.
- getSkillsOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Skills represent the abilities of an agent.
- getState() - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.ClientCallContext
- getState() - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.ClientCallContext_v0_3
- getState() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
The current state of this task
- getState() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
The current state of this task
- getState() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
The current state of this task
- getState() - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- getState() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
The current state of this task.
- getState() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
The current state of this task.
- getState() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
The current state of this task.
- getState() - Method in class org.a2aproject.sdk.server.ServerCallContext
- getStateValue() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
The current state of this task
- getStateValue() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
The current state of this task
- getStateValue() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
The current state of this task
- getStateValue() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
The current state of this task.
- getStateValue() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
The current state of this task.
- getStateValue() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
The current state of this task.
- getStatus() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- getStatus() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
The current status of a Task, including state and a message.
- getStatus() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
The current status of a Task, including state and a message.
- getStatus() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- getStatus() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
The new status of the task.
- getStatus() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
The new status of the task.
- getStatus() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by their current status state.
- getStatus() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Filter tasks by their current status state.
- getStatus() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Filter tasks by their current status state.
- getStatus() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- getStatus() - Method in class org.a2aproject.sdk.grpc.Task
-
The current status of a `Task`, including `state` and a `message`.
- getStatus() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
The current status of a `Task`, including `state` and a `message`.
- getStatus() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- getStatus() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
The new status of the task.
- getStatus() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
The new status of the task.
- getStatusBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- getStatusBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- getStatusBuilder() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- getStatusBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- getStatusCode() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestResponse
- getStatusCode() - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestResponse
-
Returns the HTTP status code.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
The current status of a Task, including state and a message.
- getStatusOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
The current status of a Task, including state and a message.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
The new status of the task.
- getStatusOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
The new status of the task.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.grpc.Task
-
The current status of a `Task`, including `state` and a `message`.
- getStatusOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
The current status of a `Task`, including `state` and a `message`.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- getStatusOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
The new status of the task.
- getStatusOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
The new status of the task.
- getStatusTimestamp() - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- getStatusTimestampAfter() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- getStatusTimestampAfter() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- getStatusTimestampAfter() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- getStatusTimestampAfterBuilder() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- getStatusTimestampAfterOrBuilder() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- getStatusTimestampAfterOrBuilder() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- getStatusTimestampAfterOrBuilder() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- getStatusUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - getStatusUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - getStatusUpdate() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - getStatusUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- getStatusUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
An event indicating a task status update.
- getStatusUpdate() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
An event indicating a task status update.
- getStatusUpdateBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - getStatusUpdateBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- getStatusUpdateOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - getStatusUpdateOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - getStatusUpdateOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - getStatusUpdateOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- getStatusUpdateOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
An event indicating a task status update.
- getStatusUpdateOrBuilder() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
An event indicating a task status update.
- getStatusValue() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by their current status state.
- getStatusValue() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Filter tasks by their current status state.
- getStatusValue() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Filter tasks by their current status state.
- getStepCase() - Method in class itk.InstructionOuterClass.Instruction.Builder
- getStepCase() - Method in class itk.InstructionOuterClass.Instruction
- getStepCase() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
- getSteps() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - getSteps() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.SeriesOfSteps steps = 3; - getSteps() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.SeriesOfSteps steps = 3; - getStepsBuilder() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - getStepsOrBuilder() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - getStepsOrBuilder() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.SeriesOfSteps steps = 3; - getStepsOrBuilder() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.SeriesOfSteps steps = 3; - getStreaming() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
whether to use streaming
- getStreaming() - Method in class itk.InstructionOuterClass.CallAgent
-
whether to use streaming
- getStreaming() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
whether to use streaming
- getStreaming() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
If the agent will support streaming responses
- getStreaming() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
-
If the agent will support streaming responses
- getStreaming() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCapabilitiesOrBuilder
-
If the agent will support streaming responses
- getStreaming() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports streaming responses.
- getStreaming() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
Indicates if the agent supports streaming responses.
- getStreaming() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
Indicates if the agent supports streaming responses.
- getStreamingErrorHandler() - Method in class org.a2aproject.sdk.client.AbstractClient
-
Get the error handler that should be used during streaming.
- getStreamingErrorHandler() - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Get the error handler that should be used during streaming.
- getStreamingEvent() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Get the StreamingEventKind event field (for JSON serialization).
- getSubscribeToTaskMethod() - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- getSupportedInterfaces(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- getSupportedInterfaces(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Ordered list of supported interfaces.
- getSupportedInterfaces(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Ordered list of supported interfaces.
- getSupportedInterfacesBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- getSupportedInterfacesBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- getSupportedInterfacesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- getSupportedInterfacesCount() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Ordered list of supported interfaces.
- getSupportedInterfacesCount() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Ordered list of supported interfaces.
- getSupportedInterfacesList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- getSupportedInterfacesList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Ordered list of supported interfaces.
- getSupportedInterfacesList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Ordered list of supported interfaces.
- getSupportedInterfacesOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- getSupportedInterfacesOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Ordered list of supported interfaces.
- getSupportedInterfacesOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Ordered list of supported interfaces.
- getSupportedInterfacesOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- getSupportedInterfacesOrBuilderList() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Ordered list of supported interfaces.
- getSupportedInterfacesOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Ordered list of supported interfaces.
- getSupportsAuthenticatedExtendedCard() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Whether the agent supports providing an extended agent card when the user is authenticated, i.e. is the card from .well-known different than the card from GetAgentCard.
- getSupportsAuthenticatedExtendedCard() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
Whether the agent supports providing an extended agent card when the user is authenticated, i.e. is the card from .well-known different than the card from GetAgentCard.
- getSupportsAuthenticatedExtendedCard() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
Whether the agent supports providing an extended agent card when the user is authenticated, i.e. is the card from .well-known different than the card from GetAgentCard.
- getTags(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- getTags(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of tags for the skill to enhance categorization/utilization.
- getTags(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of tags for the skill to enhance categorization/utilization.
- getTags(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- getTags(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A set of keywords describing the skill's capabilities.
- getTags(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A set of keywords describing the skill's capabilities.
- getTagsBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsBytes(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsBytes(int) - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- getTagsBytes(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A set of keywords describing the skill's capabilities.
- getTagsBytes(int) - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A set of keywords describing the skill's capabilities.
- getTagsCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsCount() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsCount() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- getTagsCount() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A set of keywords describing the skill's capabilities.
- getTagsCount() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A set of keywords describing the skill's capabilities.
- getTagsList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsList() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsList() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentSkillOrBuilder
-
A set of tags for the skill to enhance categorization/utilization.
- getTagsList() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- getTagsList() - Method in class org.a2aproject.sdk.grpc.AgentSkill
-
A set of keywords describing the skill's capabilities.
- getTagsList() - Method in interface org.a2aproject.sdk.grpc.AgentSkillOrBuilder
-
A set of keywords describing the skill's capabilities.
- getTask() - Method in class org.a2aproject.sdk.client.TaskEvent
-
Get the task contained in this event.
- getTask() - Method in class org.a2aproject.sdk.client.TaskUpdateEvent
-
Get the current complete task state.
- getTask() - Method in class org.a2aproject.sdk.compat03.client.TaskEvent_v0_3
- getTask() - Method in class org.a2aproject.sdk.compat03.client.TaskUpdateEvent_v0_3
- getTask() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - getTask() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
-
.a2a.v1.Task task = 1; - getTask() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageResponseOrBuilder
-
.a2a.v1.Task task = 1; - getTask() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - getTask() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.Task task = 1; - getTask() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.Task task = 1; - getTask() - Method in class org.a2aproject.sdk.extras.common.events.TaskFinalizedEvent
- getTask() - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- getTask() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- getTask() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
-
The task created or updated by the message.
- getTask() - Method in interface org.a2aproject.sdk.grpc.SendMessageResponseOrBuilder
-
The task created or updated by the message.
- getTask() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- getTask() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
A Task object containing the current state of the task.
- getTask() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
A Task object containing the current state of the task.
- getTask() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- getTask() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the existing task state, if this is a continuation of a conversation.
- getTask() - Method in class org.a2aproject.sdk.server.tasks.TaskManager
- getTask(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- getTask(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Retrieves a specific task by ID.
- getTask(String) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.TestUtilsBean
- getTask(String, int, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- getTask(String, RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- getTask(GetTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Get the current state of a task from the agent.
- getTask(GetTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Get the current state of a task from the agent.
- getTask(GetTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Get the current state of a task from the agent.
- getTask(GetTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
Get the current state of a task from the agent.
- getTask(GetTaskRequest, StreamObserver<Task>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
Get the current state of a task from the agent.
- getTask(GetTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- getTask(TaskQueryParams_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the current state and history of a specific task.
- getTask(TaskQueryParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the current state and history of a specific task.
- getTask(TaskQueryParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- getTask(TaskQueryParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- getTask(TaskQueryParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- getTask(TaskQueryParams_v0_3, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Retrieve the current state and history of a specific task.
- getTask(TaskQueryParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- getTask(GetTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Gets the latest state of a task.
- getTask(GetTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Gets the latest state of a task.
- getTask(GetTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Gets the latest state of a task.
- getTask(GetTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Gets the latest state of a task.
- getTask(GetTaskRequest, StreamObserver<Task>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Gets the latest state of a task.
- getTask(GetTaskRequest, StreamObserver<Task>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- getTask(ServerCallContext, String, String, Integer) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Retrieves a task by ID.
- getTask(TaskQueryParams) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the current state and history of a specific task.
- getTask(TaskQueryParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the current state and history of a specific task.
- getTask(TaskQueryParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Retrieve a specific task by ID.
- getTask(TaskQueryParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- getTask(TaskQueryParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- getTask(TaskQueryParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- getTask(TaskQueryParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Retrieve the current state and history of a specific task.
- getTask(TaskQueryParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- getTask(TaskQueryParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- getTaskBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - getTaskBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - getTaskBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- getTaskBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- getTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The task id of the message.
- getTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The task id of the message.
- getTaskId() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The task id of the message.
- getTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the task for this artifact
- getTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
The id of the task for this artifact
- getTaskId() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
The id of the task for this artifact
- getTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the task that is changed
- getTaskId() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
The id of the task that is changed
- getTaskId() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
The id of the task that is changed
- getTaskId() - Method in class org.a2aproject.sdk.extras.common.events.TaskFinalizedEvent
- getTaskId() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- getTaskId() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- getTaskId() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
-
The parent task resource ID.
- getTaskId() - Method in interface org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
The parent task resource ID.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
-
The parent task resource ID.
- getTaskId() - Method in interface org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
The parent task resource ID.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The parent task resource ID.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
-
The parent task resource ID.
- getTaskId() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequestOrBuilder
-
The parent task resource ID.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.Message
-
Optional.
- getTaskId() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Optional.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the task for this artifact.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
The ID of the task for this artifact.
- getTaskId() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
The ID of the task for this artifact.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The ID of the task this configuration is associated with.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
The ID of the task this configuration is associated with.
- getTaskId() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
The ID of the task this configuration is associated with.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the task that has changed.
- getTaskId() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
The ID of the task that has changed.
- getTaskId() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
The ID of the task that has changed.
- getTaskId() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- getTaskId() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the task identifier.
- getTaskId() - Method in class org.a2aproject.sdk.server.events.QueueClosedEvent
- getTaskId() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Returns the task ID for this emitter.
- getTaskId() - Method in exception org.a2aproject.sdk.server.tasks.TaskStoreException
-
Returns the task ID associated with this exception.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The task id of the message.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
The task id of the message.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
The task id of the message.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the task for this artifact
- getTaskIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
The id of the task for this artifact
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
The id of the task for this artifact
- getTaskIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the task that is changed
- getTaskIdBytes() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
The id of the task that is changed
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
The id of the task that is changed
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
-
The parent task resource ID.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
The parent task resource ID.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
-
The parent task resource ID.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
The parent task resource ID.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The parent task resource ID.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
-
The parent task resource ID.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequestOrBuilder
-
The parent task resource ID.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.Message
-
Optional.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Optional.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the task for this artifact.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
The ID of the task for this artifact.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
The ID of the task for this artifact.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The ID of the task this configuration is associated with.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
The ID of the task this configuration is associated with.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
The ID of the task this configuration is associated with.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the task that has changed.
- getTaskIdBytes() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
The ID of the task that has changed.
- getTaskIdBytes() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
The ID of the task that has changed.
- getTaskJson() - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- getTaskOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - getTaskOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
-
.a2a.v1.Task task = 1; - getTaskOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageResponseOrBuilder
-
.a2a.v1.Task task = 1; - getTaskOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - getTaskOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.Task task = 1; - getTaskOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.Task task = 1; - getTaskOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- getTaskOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
-
The task created or updated by the message.
- getTaskOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SendMessageResponseOrBuilder
-
The task created or updated by the message.
- getTaskOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- getTaskOrBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
A Task object containing the current state of the task.
- getTaskOrBuilder() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
A Task object containing the current state of the task.
- getTaskPushNotificationConfig() - Method in class org.a2aproject.sdk.client.config.ClientConfig
-
Get the default push notification configuration.
- getTaskPushNotificationConfig() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- getTaskPushNotificationConfig() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
Configuration for the agent to send push notifications for task updates.
- getTaskPushNotificationConfig() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
Configuration for the agent to send push notifications for task updates.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Get a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Get a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Get a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
Get a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
Get a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Gets a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Gets a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Gets a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Gets a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Gets a push notification config for a task.
- getTaskPushNotificationConfig(GetTaskPushNotificationConfigRequest, StreamObserver<TaskPushNotificationConfig>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- getTaskPushNotificationConfigBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- getTaskPushNotificationConfigOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- getTaskPushNotificationConfigOrBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
Configuration for the agent to send push notifications for task updates.
- getTaskPushNotificationConfigOrBuilder() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
Configuration for the agent to send push notifications for task updates.
- getTaskPushNotificationConfigParams(GetTaskPushNotificationConfigRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- getTaskPushNotificationConfigParams(GetTaskPushNotificationConfigRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- GetTaskPushNotificationConfigParams - Record Class in org.a2aproject.sdk.spec
-
Parameters for retrieving push notification configuration for a specific task.
- GetTaskPushNotificationConfigParams(String, String) - Constructor for record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Convenience constructor for creating parameters without tenant.
- GetTaskPushNotificationConfigParams(String, String, String) - Constructor for record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Compact constructor that validates required fields.
- GetTaskPushNotificationConfigParams_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Parameters for fetching a pushNotificationConfiguration associated with a Task.
- GetTaskPushNotificationConfigParams_v0_3(String) - Constructor for record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
- GetTaskPushNotificationConfigParams_v0_3(String, String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
-
Creates an instance of a
GetTaskPushNotificationConfigParams_v0_3record class. - GetTaskPushNotificationConfigParams_v0_3(String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
- GetTaskPushNotificationConfigParams_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- GetTaskPushNotificationConfigParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing GetTaskPushNotificationConfigParams instances.
- GetTaskPushNotificationConfigParamsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
GetTaskPushNotificationConfigRequestandGetTaskPushNotificationConfigParams. - GetTaskPushNotificationConfigParamsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- GetTaskPushNotificationConfigParamsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapperImpl
- getTaskPushNotificationConfigRequest(GetTaskPushNotificationConfigParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- GetTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.GetTaskPushNotificationConfigRequest - GetTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `GetTaskPushNotificationConfig` method.
- GetTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to retrieve push notification configuration for a task.
- GetTaskPushNotificationConfigRequest(String, Object, GetTaskPushNotificationConfigParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest
-
Constructs request with all parameters.
- GetTaskPushNotificationConfigRequest(String, GetTaskPushNotificationConfigParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest
-
Constructs request with ID and parameters.
- GetTaskPushNotificationConfigRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A get task push notification request.
- GetTaskPushNotificationConfigRequest_v0_3(String, Object, String, GetTaskPushNotificationConfigParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3
- GetTaskPushNotificationConfigRequest_v0_3(String, GetTaskPushNotificationConfigParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3
- GetTaskPushNotificationConfigRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- GetTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.GetTaskPushNotificationConfigRequest - GetTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `GetTaskPushNotificationConfig` method.
- GetTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- GetTaskPushNotificationConfigRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- GetTaskPushNotificationConfigRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- getTaskPushNotificationConfigResponse(TaskPushNotificationConfig) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- GetTaskPushNotificationConfigResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response containing a task's push notification configuration.
- GetTaskPushNotificationConfigResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigResponse
-
Constructs error response.
- GetTaskPushNotificationConfigResponse(Object, TaskPushNotificationConfig) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigResponse
-
Constructs successful response.
- GetTaskPushNotificationConfigResponse(String, Object, TaskPushNotificationConfig, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigResponse
-
Constructs response with full parameters.
- GetTaskPushNotificationConfigResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A response for a get task push notification request.
- GetTaskPushNotificationConfigResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigResponse_v0_3
- GetTaskPushNotificationConfigResponse_v0_3(Object, TaskPushNotificationConfig_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigResponse_v0_3
- GetTaskPushNotificationConfigResponse_v0_3(String, Object, TaskPushNotificationConfig_v0_3, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigResponse_v0_3
- getTaskPushNotificationConfiguration(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- getTaskPushNotificationConfiguration(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Retrieves a specific push notification configuration.
- getTaskPushNotificationConfiguration(String, String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the push notification configuration for a specific task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the push notification configuration for a specific task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Retrieve the push notification configuration for a specific task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- getTaskPushNotificationConfiguration(ServerCallContext, String, String, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Retrieves a specific push notification configuration for a task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the push notification configuration for a specific task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the push notification configuration for a specific task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Retrieve the push notification configuration for a task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Retrieve the push notification configuration for a specific task.
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- getTaskPushNotificationConfiguration(GetTaskPushNotificationConfigParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- getTaskRequest(TaskQueryParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- GetTaskRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.GetTaskRequest - GetTaskRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `GetTask` method.
- GetTaskRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to retrieve task information by ID.
- GetTaskRequest(Object, TaskQueryParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskRequest
-
Constructs request with ID and parameters.
- GetTaskRequest(String, Object, TaskQueryParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskRequest
-
Constructs request with all parameters.
- GetTaskRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A get task request.
- GetTaskRequest_v0_3(Object, TaskQueryParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3
- GetTaskRequest_v0_3(String, Object, String, TaskQueryParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3
- GetTaskRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- GetTaskRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.GetTaskRequest - GetTaskRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `GetTask` method.
- GetTaskRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- GetTaskRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- GetTaskRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- GetTaskResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response containing requested task information.
- GetTaskResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskResponse
-
Constructs error response.
- GetTaskResponse(Object, Task) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskResponse
-
Constructs successful response.
- GetTaskResponse(String, Object, Task, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskResponse
-
Constructs response with full parameters.
- GetTaskResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
The response for a get task request.
- GetTaskResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskResponse_v0_3
- GetTaskResponse_v0_3(Object, Task_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskResponse_v0_3
- GetTaskResponse_v0_3(String, Object, Task_v0_3, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.GetTaskResponse_v0_3
- getTasks(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- getTasks(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
Array of tasks matching the specified criteria.
- getTasks(int) - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
Array of tasks matching the specified criteria.
- getTasksBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- getTasksBuilderList() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- getTasksCount() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- getTasksCount() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
Array of tasks matching the specified criteria.
- getTasksCount() - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
Array of tasks matching the specified criteria.
- getTasksList() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- getTasksList() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
Array of tasks matching the specified criteria.
- getTasksList() - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
Array of tasks matching the specified criteria.
- getTasksOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- getTasksOrBuilder(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
Array of tasks matching the specified criteria.
- getTasksOrBuilder(int) - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
Array of tasks matching the specified criteria.
- getTasksOrBuilderList() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- getTasksOrBuilderList() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
Array of tasks matching the specified criteria.
- getTasksOrBuilderList() - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
Array of tasks matching the specified criteria.
- getTaskSubscriptionMethod() - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- getTenant() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
Tenant ID to be used in the request when calling the agent.
- getTenant() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
Tenant ID to be used in the request when calling the agent.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
Tenant ID to be used in the request when calling the agent.
- getTenant() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.CancelTaskRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.GetExtendedAgentCardRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.GetTaskRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Tenant ID, provided as a path parameter.
- getTenant() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Tenant ID, provided as a path parameter.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Tenant ID, provided as a path parameter.
- getTenant() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.SubscribeToTaskRequestOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
Optional.
- getTenant() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
Optional.
- getTenant() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Returns the tenant identifier from the request parameters.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
Tenant ID to be used in the request when calling the agent.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
Tenant ID to be used in the request when calling the agent.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
Tenant ID to be used in the request when calling the agent.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.CancelTaskRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.GetExtendedAgentCardRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.GetTaskRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Tenant ID, provided as a path parameter.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Tenant ID, provided as a path parameter.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Tenant ID, provided as a path parameter.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.SubscribeToTaskRequestOrBuilder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Optional.
- getTenantBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
Optional.
- getTenantBytes() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
Optional.
- getText() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
string text = 1; - getText() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
string text = 1; - getText() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
string text = 1; - getText() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The string content of the `text` part.
- getText() - Method in class org.a2aproject.sdk.grpc.Part
-
The string content of the `text` part.
- getText() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
The string content of the `text` part.
- getTextBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
string text = 1; - getTextBytes() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
string text = 1; - getTextBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
string text = 1; - getTextBytes() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The string content of the `text` part.
- getTextBytes() - Method in class org.a2aproject.sdk.grpc.Part
-
The string content of the `text` part.
- getTextBytes() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
The string content of the `text` part.
- getTimestamp() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- getTimestamp() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
Timestamp when the status was recorded.
- getTimestamp() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
Timestamp when the status was recorded.
- getTimestamp() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- getTimestamp() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
ISO 8601 Timestamp when the status was recorded.
- getTimestamp() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
ISO 8601 Timestamp when the status was recorded.
- getTimestampBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- getTimestampBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- getTimestampOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- getTimestampOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
Timestamp when the status was recorded.
- getTimestampOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
Timestamp when the status was recorded.
- getTimestampOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- getTimestampOrBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
ISO 8601 Timestamp when the status was recorded.
- getTimestampOrBuilder() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
ISO 8601 Timestamp when the status was recorded.
- getToken() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Token unique for this task/session
- getToken() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
Token unique for this task/session
- getToken() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
Token unique for this task/session
- getToken() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
A token unique for this task or session.
- getToken() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
A token unique for this task or session.
- getToken() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
A token unique for this task or session.
- getTokenBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Token unique for this task/session
- getTokenBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
Token unique for this task/session
- getTokenBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
Token unique for this task/session
- getTokenBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
A token unique for this task or session.
- getTokenBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
A token unique for this task or session.
- getTokenBytes() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
A token unique for this task or session.
- getTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrl() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrl() - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in interface org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in interface org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in interface org.a2aproject.sdk.grpc.DeviceCodeOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
-
The token URL to be used for this flow.
- getTokenUrlBytes() - Method in interface org.a2aproject.sdk.grpc.PasswordOAuthFlowOrBuilder
-
The token URL to be used for this flow.
- getTotalSize() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Total number of tasks available (before pagination).
- getTotalSize() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
-
Total number of tasks available (before pagination).
- getTotalSize() - Method in interface org.a2aproject.sdk.grpc.ListTasksResponseOrBuilder
-
Total number of tasks available (before pagination).
- getTransport() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
which transport use to get agent card and later call
- getTransport() - Method in class itk.InstructionOuterClass.CallAgent
-
which transport use to get agent card and later call
- getTransport() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
which transport use to get agent card and later call
- getTransport() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The transport supported this url.
- getTransport() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
-
The transport supported this url.
- getTransport() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentInterfaceOrBuilder
-
The transport supported this url.
- getTransportBytes() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
which transport use to get agent card and later call
- getTransportBytes() - Method in class itk.InstructionOuterClass.CallAgent
-
which transport use to get agent card and later call
- getTransportBytes() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
which transport use to get agent card and later call
- getTransportBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The transport supported this url.
- getTransportBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
-
The transport supported this url.
- getTransportBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentInterfaceOrBuilder
-
The transport supported this url.
- getTransportProtocol() - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransportProvider
- getTransportProtocol() - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportProvider
- getTransportProtocol() - Method in class org.a2aproject.sdk.client.transport.rest.RestTransportProvider
- getTransportProtocol() - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransportProvider
-
Get the name of the client transport.
- getTransportProtocol() - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportProvider_v0_3
- getTransportProtocol() - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportProvider_v0_3
- getTransportProtocol() - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportProvider_v0_3
- getTransportProtocol() - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportProvider_v0_3
-
Get the name of the client transport.
- getTransportProtocol() - Method in class org.a2aproject.sdk.compat03.server.apps.quarkus.QuarkusJSONRPCTransportMetadata_v0_3
- getTransportProtocol() - Method in class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcTransportMetadata_v0_3
- getTransportProtocol() - Method in class org.a2aproject.sdk.server.apps.quarkus.QuarkusJSONRPCTransportMetadata
-
Returns the transport protocol identifier for JSON-RPC.
- getTransportProtocol() - Method in class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcTransportMetadata
-
Returns the transport protocol identifier for gRPC.
- getTransportProtocol() - Method in class org.a2aproject.sdk.server.rest.quarkus.QuarkusRestTransportMetadata
-
Returns the transport protocol identifier.
- getTransportProtocol() - Method in interface org.a2aproject.sdk.server.TransportMetadata
-
Returns the transport protocol this endpoint supports.
- getTransportProtocolClass() - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransportProvider
- getTransportProtocolClass() - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportProvider
- getTransportProtocolClass() - Method in class org.a2aproject.sdk.client.transport.rest.RestTransportProvider
- getTransportProtocolClass() - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransportProvider
- getTransportProtocolClass() - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportProvider_v0_3
- getTransportProtocolClass() - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportProvider_v0_3
- getTransportProtocolClass() - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportProvider_v0_3
- getTransportProtocolClass() - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportProvider_v0_3
- getUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- getUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
A message associated with the status.
- getUpdate() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
A message associated with the status.
- getUpdateBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- getUpdateEvent() - Method in class org.a2aproject.sdk.client.TaskUpdateEvent
-
Get the specific update that triggered this event.
- getUpdateEvent() - Method in class org.a2aproject.sdk.compat03.client.TaskUpdateEvent_v0_3
- getUpdateOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- getUpdateOrBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
A message associated with the status.
- getUpdateOrBuilder() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
A message associated with the status.
- getUri() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
The URI of the extension.
- getUri() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
The URI of the extension.
- getUri() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
The URI of the extension.
- getUri() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
The unique URI identifying the extension.
- getUri() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
The unique URI identifying the extension.
- getUri() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
The unique URI identifying the extension.
- getUriBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
The URI of the extension.
- getUriBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
The URI of the extension.
- getUriBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
The URI of the extension.
- getUriBytes() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
The unique URI identifying the extension.
- getUriBytes() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
The unique URI identifying the extension.
- getUriBytes() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
The unique URI identifying the extension.
- getUrl() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
-
string url = 1; - getUrl() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
-
string url = 1; - getUrl() - Method in interface itk.InstructionOuterClass.PushNotificationBehaviorOrBuilder
-
string url = 1; - getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A URL to the address the agent is hosted at.
- getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A URL to the address the agent is hosted at.
- getUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A URL to the address the agent is hosted at.
- getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The url this interface is found at.
- getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
-
The url this interface is found at.
- getUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentInterfaceOrBuilder
-
The url this interface is found at.
- getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers reference url Example: "https://ai.google.dev"
- getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
-
The providers reference url Example: "https://ai.google.dev"
- getUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentProviderOrBuilder
-
The providers reference url Example: "https://ai.google.dev"
- getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Url to send the notification too
- getUrl() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
Url to send the notification too
- getUrl() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
Url to send the notification too
- getUrl() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The URL where this interface is available.
- getUrl() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
The URL where this interface is available.
- getUrl() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
The URL where this interface is available.
- getUrl() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
A URL for the agent provider's website or relevant documentation.
- getUrl() - Method in class org.a2aproject.sdk.grpc.AgentProvider
-
A URL for the agent provider's website or relevant documentation.
- getUrl() - Method in interface org.a2aproject.sdk.grpc.AgentProviderOrBuilder
-
A URL for the agent provider's website or relevant documentation.
- getUrl() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
A `url` pointing to the file's content.
- getUrl() - Method in class org.a2aproject.sdk.grpc.Part
-
A `url` pointing to the file's content.
- getUrl() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
A `url` pointing to the file's content.
- getUrl() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The URL where the notification should be sent.
- getUrl() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
The URL where the notification should be sent.
- getUrl() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
The URL where the notification should be sent.
- getUrlBytes() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
-
string url = 1; - getUrlBytes() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
-
string url = 1; - getUrlBytes() - Method in interface itk.InstructionOuterClass.PushNotificationBehaviorOrBuilder
-
string url = 1; - getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A URL to the address the agent is hosted at.
- getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A URL to the address the agent is hosted at.
- getUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A URL to the address the agent is hosted at.
- getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The url this interface is found at.
- getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
-
The url this interface is found at.
- getUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentInterfaceOrBuilder
-
The url this interface is found at.
- getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers reference url Example: "https://ai.google.dev"
- getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
-
The providers reference url Example: "https://ai.google.dev"
- getUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentProviderOrBuilder
-
The providers reference url Example: "https://ai.google.dev"
- getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Url to send the notification too
- getUrlBytes() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
Url to send the notification too
- getUrlBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
Url to send the notification too
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The URL where this interface is available.
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentInterface
-
The URL where this interface is available.
- getUrlBytes() - Method in interface org.a2aproject.sdk.grpc.AgentInterfaceOrBuilder
-
The URL where this interface is available.
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
A URL for the agent provider's website or relevant documentation.
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.AgentProvider
-
A URL for the agent provider's website or relevant documentation.
- getUrlBytes() - Method in interface org.a2aproject.sdk.grpc.AgentProviderOrBuilder
-
A URL for the agent provider's website or relevant documentation.
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
A `url` pointing to the file's content.
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.Part
-
A `url` pointing to the file's content.
- getUrlBytes() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
A `url` pointing to the file's content.
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The URL where the notification should be sent.
- getUrlBytes() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
The URL where the notification should be sent.
- getUrlBytes() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
The URL where the notification should be sent.
- getUser() - Method in class org.a2aproject.sdk.server.ServerCallContext
- getUserInput() - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Extracts all text content from the message and joins with the newline delimiter.
- getUserInput(String) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext
-
Extracts all text content from the message and joins with the specified delimiter.
- getUsername() - Method in record class org.a2aproject.sdk.server.auth.AuthenticatedUser
- getUsername() - Method in class org.a2aproject.sdk.server.auth.UnauthenticatedUser
- getUsername() - Method in interface org.a2aproject.sdk.server.auth.User
- getValue() - Method in class org.a2aproject.sdk.compat03.conversion.RequestScopedBean_v0_3
- getValue(String) - Method in class org.a2aproject.sdk.integrations.microprofile.MicroProfileConfigProvider
- getValue(String) - Method in interface org.a2aproject.sdk.server.config.A2AConfigProvider
-
Get a required configuration value.
- getValue(String) - Method in class org.a2aproject.sdk.server.config.DefaultValuesConfigProvider
- getValueDescriptor() - Method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
- getValueDescriptor() - Method in enum class org.a2aproject.sdk.compat03.grpc.Role
- getValueDescriptor() - Method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
- getValueDescriptor() - Method in enum class org.a2aproject.sdk.grpc.Role
- getValueDescriptor() - Method in enum class org.a2aproject.sdk.grpc.TaskState
- getVersion() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the agent.
- getVersion() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The version of the agent.
- getVersion() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The version of the agent.
- getVersion() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The version of the agent.
- getVersion() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The version of the agent.
- getVersion() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The version of the agent.
- getVersionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the agent.
- getVersionBytes() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The version of the agent.
- getVersionBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The version of the agent.
- getVersionBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The version of the agent.
- getVersionBytes() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The version of the agent.
- getVersionBytes() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The version of the agent.
- GRPC - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TransportProtocol_v0_3
- GRPC - Enum constant in enum class org.a2aproject.sdk.spec.TransportProtocol
-
gRPC binary transport protocol.
- GRPC_METHOD_NAME_KEY - Static variable in class org.a2aproject.sdk.transport.grpc.context.GrpcContextKeys
-
Context key for storing the method name being called.
- GrpcContextKeys - Class in org.a2aproject.sdk.transport.grpc.context
-
Shared gRPC context keys for A2A protocol data.
- GrpcContextKeys_v0_3 - Class in org.a2aproject.sdk.compat03.transport.grpc.context
-
Shared gRPC context keys for A2A protocol data.
- GrpcErrorMapper - Class in org.a2aproject.sdk.client.transport.grpc
-
Utility class to map gRPC exceptions to appropriate A2A error types.
- GrpcErrorMapper() - Constructor for class org.a2aproject.sdk.client.transport.grpc.GrpcErrorMapper
- GrpcErrorMapper_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.grpc
-
Utility class to map gRPC StatusRuntimeException to appropriate A2A error types
- GrpcErrorMapper_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcErrorMapper_v0_3
- GrpcHandler - Class in org.a2aproject.sdk.transport.grpc.handler
-
gRPC transport handler for processing A2A protocol requests.
- GrpcHandler() - Constructor for class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Constructs a new GrpcHandler.
- GrpcHandler_v0_3 - Class in org.a2aproject.sdk.compat03.transport.grpc.handler
-
Abstract gRPC handler for v0.3 protocol with translation layer to v1.0.
- GrpcHandler_v0_3() - Constructor for class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- grpcStatus() - Method in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Returns the corresponding gRPC status name.
- GrpcTransport - Class in org.a2aproject.sdk.client.transport.grpc
- GrpcTransport(Channel, AgentCard) - Constructor for class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- GrpcTransport(Channel, AgentCard, String, List<ClientCallInterceptor>) - Constructor for class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- GrpcTransport_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.grpc
- GrpcTransport_v0_3(Channel, AgentCard_v0_3) - Constructor for class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- GrpcTransport_v0_3(Channel, AgentCard_v0_3, List<ClientCallInterceptor_v0_3>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- GrpcTransportConfig - Class in org.a2aproject.sdk.client.transport.grpc
-
Configuration for the gRPC transport protocol.
- GrpcTransportConfig(Function<String, Channel>) - Constructor for class org.a2aproject.sdk.client.transport.grpc.GrpcTransportConfig
-
Create a gRPC transport configuration with a custom channel factory.
- GrpcTransportConfig_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.grpc
- GrpcTransportConfig_v0_3(Function<String, Channel>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportConfig_v0_3
- GrpcTransportConfigBuilder - Class in org.a2aproject.sdk.client.transport.grpc
-
Builder for creating
GrpcTransportConfiginstances. - GrpcTransportConfigBuilder() - Constructor for class org.a2aproject.sdk.client.transport.grpc.GrpcTransportConfigBuilder
- GrpcTransportConfigBuilder_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.grpc
- GrpcTransportConfigBuilder_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportConfigBuilder_v0_3
- GrpcTransportProvider - Class in org.a2aproject.sdk.client.transport.grpc
-
Provider for gRPC transport implementation.
- GrpcTransportProvider() - Constructor for class org.a2aproject.sdk.client.transport.grpc.GrpcTransportProvider
- GrpcTransportProvider_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.grpc
-
Provider for gRPC transport implementation.
- GrpcTransportProvider_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransportProvider_v0_3
H
- handleAuthError(RoutingContext, Exception) - Method in class org.a2aproject.sdk.server.common.quarkus.VertxSecurityHelper
-
Handles authentication or authorization errors by sending the appropriate HTTP error response.
- handleEvent(StreamingEventKind, Future<Void>) - Method in class org.a2aproject.sdk.client.transport.spi.sse.AbstractSSEEventListener
-
Processes a parsed streaming event and handles auto-close logic for final events.
- handleGenericError(RoutingContext) - Static method in class org.a2aproject.sdk.server.common.quarkus.VertxSecurityHelper
-
Handles generic errors by sending a 500 Internal Server Error response.
- hasApiKeySecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - hasApiKeySecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - hasApiKeySecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - hasApiKeySecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- hasApiKeySecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
API key-based authentication.
- hasApiKeySecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
API key-based authentication.
- hasArtifact() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- hasArtifact() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
The artifact itself
- hasArtifact() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
The artifact itself
- hasArtifact() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- hasArtifact() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
The artifact that was generated or updated.
- hasArtifact() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
The artifact that was generated or updated.
- hasArtifactUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - hasArtifactUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - hasArtifactUpdate() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - hasArtifactUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- hasArtifactUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
An event indicating a task artifact update.
- hasArtifactUpdate() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
An event indicating a task artifact update.
- hasAuthentication() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- hasAuthentication() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
-
Information about the authentication to sent with the notification
- hasAuthentication() - Method in interface org.a2aproject.sdk.compat03.grpc.PushNotificationConfigOrBuilder
-
Information about the authentication to sent with the notification
- hasAuthentication() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- hasAuthentication() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
-
Authentication information required to send the notification.
- hasAuthentication() - Method in interface org.a2aproject.sdk.grpc.TaskPushNotificationConfigOrBuilder
-
Authentication information required to send the notification.
- hasAuthorizationCode() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - hasAuthorizationCode() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - hasAuthorizationCode() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - hasAuthorizationCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- hasAuthorizationCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Authorization Code flow.
- hasAuthorizationCode() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Authorization Code flow.
- hasCallAgent() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - hasCallAgent() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.CallAgent call_agent = 1; - hasCallAgent() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.CallAgent call_agent = 1; - hasCapabilities() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- hasCapabilities() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
A2A Capability set supported by the agent.
- hasCapabilities() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
A2A Capability set supported by the agent.
- hasCapabilities() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- hasCapabilities() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A2A Capability set supported by the agent.
- hasCapabilities() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A2A Capability set supported by the agent.
- hasClientCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - hasClientCredentials() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - hasClientCredentials() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - hasClientCredentials() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- hasClientCredentials() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Client Credentials flow.
- hasClientCredentials() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Client Credentials flow.
- hasConfig() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - hasConfig() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - hasConfig() - Method in interface org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequestOrBuilder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - hasConfiguration() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - hasConfiguration() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.a2a.v1.SendMessageConfiguration configuration = 2; - hasConfiguration() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - hasConfiguration() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- hasConfiguration() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
Configuration for the send request.
- hasConfiguration() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
Configuration for the send request.
- hasData() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - hasData() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
-
.google.protobuf.Struct data = 1; - hasData() - Method in interface org.a2aproject.sdk.compat03.grpc.DataPartOrBuilder
-
.google.protobuf.Struct data = 1; - hasData() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - hasData() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
.a2a.v1.DataPart data = 3; - hasData() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
.a2a.v1.DataPart data = 3; - hasData() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- hasData() - Method in class org.a2aproject.sdk.grpc.Part
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- hasData() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- hasDeviceCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- hasDeviceCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Configuration for the OAuth Device Code flow.
- hasDeviceCode() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Configuration for the OAuth Device Code flow.
- hasDocumentationUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A URL providing additional documentation about the agent.
- hasDocumentationUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
A URL providing additional documentation about the agent.
- hasDocumentationUrl() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
A URL providing additional documentation about the agent.
- hasError() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Check if this ReplicatedEvent contains an error.
- hasEvent() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Check if this ReplicatedEvent contains an event (vs an error).
- hasExtendedAgentCard() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports providing an extended agent card when authenticated.
- hasExtendedAgentCard() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
Indicates if the agent supports providing an extended agent card when authenticated.
- hasExtendedAgentCard() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
Indicates if the agent supports providing an extended agent card when authenticated.
- hasFile() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - hasFile() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
.a2a.v1.FilePart file = 2; - hasFile() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
.a2a.v1.FilePart file = 2; - hasFileWithBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
bytes file_with_bytes = 2; - hasFileWithBytes() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
-
bytes file_with_bytes = 2; - hasFileWithBytes() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
-
bytes file_with_bytes = 2; - hasFileWithUri() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string file_with_uri = 1; - hasFileWithUri() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
-
string file_with_uri = 1; - hasFileWithUri() - Method in interface org.a2aproject.sdk.compat03.grpc.FilePartOrBuilder
-
string file_with_uri = 1; - hasFlows() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- hasFlows() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
-
An object containing configuration information for the flow types supported
- hasFlows() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuth2SecuritySchemeOrBuilder
-
An object containing configuration information for the flow types supported
- hasFlows() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- hasFlows() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
-
An object containing configuration information for the supported OAuth 2.0 flows.
- hasFlows() - Method in interface org.a2aproject.sdk.grpc.OAuth2SecuritySchemeOrBuilder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- hashCode() - Method in class itk.InstructionOuterClass.CallAgent
- hashCode() - Method in class itk.InstructionOuterClass.Instruction
- hashCode() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- hashCode() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- hashCode() - Method in class itk.InstructionOuterClass.ReturnResponse
- hashCode() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- hashCode() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- hashCode() - Method in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Returns a hash code value for this object.
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- hashCode() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AgentInterface_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AgentProvider_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AuthenticationInfo_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.ClientCredentialsOAuthFlow_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithBytes_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithUri_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.ImplicitOAuthFlow_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.JSONErrorResponse_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigParams_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.PasswordOAuthFlow_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationAuthenticationInfo_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.TaskIdParams_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.TaskPushNotificationConfig_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
-
Returns a hash code value for this object.
- hashCode() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- hashCode() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- hashCode() - Method in class org.a2aproject.sdk.grpc.AgentCard
- hashCode() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- hashCode() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- hashCode() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- hashCode() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- hashCode() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- hashCode() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.grpc.Artifact
- hashCode() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- hashCode() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- hashCode() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- hashCode() - Method in class org.a2aproject.sdk.grpc.Message
- hashCode() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- hashCode() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.grpc.Part
- hashCode() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- hashCode() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- hashCode() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- hashCode() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- hashCode() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- hashCode() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- hashCode() - Method in class org.a2aproject.sdk.grpc.StringList
- hashCode() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- hashCode() - Method in class org.a2aproject.sdk.grpc.Task
- hashCode() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- hashCode() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- hashCode() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- hashCode() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- hashCode() - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.server.auth.AuthenticatedUser
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.server.tasks.ResultAggregator.EventTypeAndInterrupt
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AgentCardSignature
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AgentExtension
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AgentInterface
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AgentProvider
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AuthenticationInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.CancelTaskParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.DataPart
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.FilePart
-
Returns a hash code value for this object.
- hashCode() - Method in class org.a2aproject.sdk.spec.FileWithBytes
-
Returns the identity hash code for this FileWithBytes.
- hashCode() - Method in record class org.a2aproject.sdk.spec.FileWithUri
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.GetExtendedAgentCardParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.Legacy_0_3_AgentInterface
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.MutualTLSSecurityScheme
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.OAuthFlows
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.SecurityRequirement
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.TaskIdParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.TaskQueryParams
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.TaskStatus
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.spec.TextPart
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.util.ErrorDetail
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.a2aproject.sdk.util.PageToken
-
Returns a hash code value for this object.
- hasHeader() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- hasHeader() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
-
The unprotected JWS header values.
- hasHeader() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardSignatureOrBuilder
-
The unprotected JWS header values.
- hasHeader() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- hasHeader() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
-
The unprotected JWS header values.
- hasHeader() - Method in interface org.a2aproject.sdk.grpc.AgentCardSignatureOrBuilder
-
The unprotected JWS header values.
- hasHistoryLength() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The maximum number of most recent messages from the task's history to retrieve.
- hasHistoryLength() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
-
The maximum number of most recent messages from the task's history to retrieve.
- hasHistoryLength() - Method in interface org.a2aproject.sdk.grpc.GetTaskRequestOrBuilder
-
The maximum number of most recent messages from the task's history to retrieve.
- hasHistoryLength() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of messages to include in each task's history.
- hasHistoryLength() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
The maximum number of messages to include in each task's history.
- hasHistoryLength() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
The maximum number of messages to include in each task's history.
- hasHistoryLength() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- hasHistoryLength() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- hasHistoryLength() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- hasHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - hasHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - hasHttpAuthSecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - hasHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- hasHttpAuthSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
HTTP authentication (Basic, Bearer, etc.).
- hasHttpAuthSecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
HTTP authentication (Basic, Bearer, etc.).
- hasIconUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Optional.
- hasIconUrl() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
Optional.
- hasIconUrl() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
Optional.
- hasImplicit() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - hasImplicit() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - hasImplicit() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - hasImplicit() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569
- hasImplicit() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569
- hasImplicit() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Deprecated.lf.a2a.v1.OAuthFlows.implicit is deprecated. See a2a.proto;l=569
- hasIncludeArtifacts() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Whether to include artifacts in the returned tasks.
- hasIncludeArtifacts() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Whether to include artifacts in the returned tasks.
- hasIncludeArtifacts() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Whether to include artifacts in the returned tasks.
- hasInstruction() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- hasInstruction() - Method in class itk.InstructionOuterClass.CallAgent
-
instruction for the called agent
- hasInstruction() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
instruction for the called agent
- hasMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- hasMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
The message to send to the agent.
- hasMessage() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
The message to send to the agent.
- hasMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- hasMessage() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
-
A message from the agent.
- hasMessage() - Method in interface org.a2aproject.sdk.grpc.SendMessageResponseOrBuilder
-
A message from the agent.
- hasMessage() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- hasMessage() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
A Message object containing a message from the agent.
- hasMessage() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
A Message object containing a message from the agent.
- hasMessage() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- hasMessage() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
A message associated with the status.
- hasMessage() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
A message associated with the status.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
-
Optional metadata included with the artifact.
- hasMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.ArtifactOrBuilder
-
Optional metadata included with the artifact.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Message
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- hasMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.MessageOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.google.protobuf.Struct metadata = 3; - hasMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.google.protobuf.Struct metadata = 3; - hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
-
Optional metadata associated with the artifact update.
- hasMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEventOrBuilder
-
Optional metadata associated with the artifact update.
- hasMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- hasMetadata() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
Optional metadata to associate with the task update.
- hasMetadata() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
Optional metadata to associate with the task update.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Artifact
-
Optional.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.ArtifactOrBuilder
-
Optional.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
-
A flexible key-value map for passing additional context or parameters.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.CancelTaskRequestOrBuilder
-
A flexible key-value map for passing additional context or parameters.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Message
-
Optional.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.MessageOrBuilder
-
Optional.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Part
-
Optional. metadata associated with this part.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
Optional. metadata associated with this part.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
-
A flexible key-value map for passing additional context or parameters.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.SendMessageRequestOrBuilder
-
A flexible key-value map for passing additional context or parameters.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.Task
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
-
Optional.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.TaskArtifactUpdateEventOrBuilder
-
Optional.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- hasMetadata() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
Optional.
- hasMetadata() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
Optional.
- hasMoreResults() - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Returns whether there are more results available.
- hasMoreResults() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Returns whether there are more results available.
- hasMsg() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - hasMsg() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - hasMsg() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageResponseOrBuilder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - hasMsg() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - hasMsg() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - hasMsg() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - hasMtlsSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - hasMtlsSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - hasMtlsSecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - hasMtlsSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- hasMtlsSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
Mutual TLS authentication.
- hasMtlsSecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
Mutual TLS authentication.
- hasOauth2SecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - hasOauth2SecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - hasOauth2SecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - hasOauth2SecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- hasOauth2SecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
OAuth 2.0 authentication.
- hasOauth2SecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
OAuth 2.0 authentication.
- hasOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - hasOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - hasOpenIdConnectSecurityScheme() - Method in interface org.a2aproject.sdk.compat03.grpc.SecuritySchemeOrBuilder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - hasOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- hasOpenIdConnectSecurityScheme() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
-
OpenID Connect authentication.
- hasOpenIdConnectSecurityScheme() - Method in interface org.a2aproject.sdk.grpc.SecuritySchemeOrBuilder
-
OpenID Connect authentication.
- hasPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of tasks to return.
- hasPageSize() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
The maximum number of tasks to return.
- hasPageSize() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
The maximum number of tasks to return.
- hasParams() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- hasParams() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
-
Optional configuration for the extension.
- hasParams() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentExtensionOrBuilder
-
Optional configuration for the extension.
- hasParams() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- hasParams() - Method in class org.a2aproject.sdk.grpc.AgentExtension
-
Optional.
- hasParams() - Method in interface org.a2aproject.sdk.grpc.AgentExtensionOrBuilder
-
Optional.
- hasPassword() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - hasPassword() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
-
.a2a.v1.PasswordOAuthFlow password = 4; - hasPassword() - Method in interface org.a2aproject.sdk.compat03.grpc.OAuthFlowsOrBuilder
-
.a2a.v1.PasswordOAuthFlow password = 4; - hasPassword() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571
- hasPassword() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
-
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571
- hasPassword() - Method in interface org.a2aproject.sdk.grpc.OAuthFlowsOrBuilder
-
Deprecated.lf.a2a.v1.OAuthFlows.password is deprecated. See a2a.proto;l=571
- hasProvider() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- hasProvider() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
-
The service provider of the agent.
- hasProvider() - Method in interface org.a2aproject.sdk.compat03.grpc.AgentCardOrBuilder
-
The service provider of the agent.
- hasProvider() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- hasProvider() - Method in class org.a2aproject.sdk.grpc.AgentCard
-
The service provider of the agent.
- hasProvider() - Method in interface org.a2aproject.sdk.grpc.AgentCardOrBuilder
-
The service provider of the agent.
- hasPushNotification() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - hasPushNotification() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.PushNotificationBehavior push_notification = 6; - hasPushNotification() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.PushNotificationBehavior push_notification = 6; - hasPushNotification() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- hasPushNotification() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
-
A configuration of a webhook that can be used to receive updates
- hasPushNotification() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageConfigurationOrBuilder
-
A configuration of a webhook that can be used to receive updates
- hasPushNotificationConfig() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - hasPushNotificationConfig() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - hasPushNotificationConfig() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfigOrBuilder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - hasPushNotifications() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- hasPushNotifications() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- hasPushNotifications() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- hasRaw() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `raw` byte content of a file.
- hasRaw() - Method in class org.a2aproject.sdk.grpc.Part
-
The `raw` byte content of a file.
- hasRaw() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
The `raw` byte content of a file.
- hasRequest() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - hasRequest() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - hasRequest() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageRequestOrBuilder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - hasResubscribe() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - hasResubscribe() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.ResubscribeBehavior resubscribe = 7; - hasResubscribe() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.ResubscribeBehavior resubscribe = 7; - hasReturnResponse() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - hasReturnResponse() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.ReturnResponse return_response = 2; - hasReturnResponse() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.ReturnResponse return_response = 2; - hasSendMessage() - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - hasSendMessage() - Method in class itk.InstructionOuterClass.CallAgent
-
.itk.SendMessageBehavior send_message = 5; - hasSendMessage() - Method in interface itk.InstructionOuterClass.CallAgentOrBuilder
-
.itk.SendMessageBehavior send_message = 5; - hasStatus() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- hasStatus() - Method in class org.a2aproject.sdk.compat03.grpc.Task
-
The current status of a Task, including state and a message.
- hasStatus() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskOrBuilder
-
The current status of a Task, including state and a message.
- hasStatus() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- hasStatus() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
-
The new status of the task.
- hasStatus() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEventOrBuilder
-
The new status of the task.
- hasStatus() - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- hasStatus() - Method in class org.a2aproject.sdk.grpc.Task
-
The current status of a `Task`, including `state` and a `message`.
- hasStatus() - Method in interface org.a2aproject.sdk.grpc.TaskOrBuilder
-
The current status of a `Task`, including `state` and a `message`.
- hasStatus() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- hasStatus() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
-
The new status of the task.
- hasStatus() - Method in interface org.a2aproject.sdk.grpc.TaskStatusUpdateEventOrBuilder
-
The new status of the task.
- hasStatusTimestampAfter() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- hasStatusTimestampAfter() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- hasStatusTimestampAfter() - Method in interface org.a2aproject.sdk.grpc.ListTasksRequestOrBuilder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- hasStatusUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - hasStatusUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - hasStatusUpdate() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - hasStatusUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- hasStatusUpdate() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
An event indicating a task status update.
- hasStatusUpdate() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
An event indicating a task status update.
- hasSteps() - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - hasSteps() - Method in class itk.InstructionOuterClass.Instruction
-
.itk.SeriesOfSteps steps = 3; - hasSteps() - Method in interface itk.InstructionOuterClass.InstructionOrBuilder
-
.itk.SeriesOfSteps steps = 3; - hasStreaming() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports streaming responses.
- hasStreaming() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
-
Indicates if the agent supports streaming responses.
- hasStreaming() - Method in interface org.a2aproject.sdk.grpc.AgentCapabilitiesOrBuilder
-
Indicates if the agent supports streaming responses.
- hasTask() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - hasTask() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
-
.a2a.v1.Task task = 1; - hasTask() - Method in interface org.a2aproject.sdk.compat03.grpc.SendMessageResponseOrBuilder
-
.a2a.v1.Task task = 1; - hasTask() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - hasTask() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
-
.a2a.v1.Task task = 1; - hasTask() - Method in interface org.a2aproject.sdk.compat03.grpc.StreamResponseOrBuilder
-
.a2a.v1.Task task = 1; - hasTask() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- hasTask() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
-
The task created or updated by the message.
- hasTask() - Method in interface org.a2aproject.sdk.grpc.SendMessageResponseOrBuilder
-
The task created or updated by the message.
- hasTask() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- hasTask() - Method in class org.a2aproject.sdk.grpc.StreamResponse
-
A Task object containing the current state of the task.
- hasTask() - Method in interface org.a2aproject.sdk.grpc.StreamResponseOrBuilder
-
A Task object containing the current state of the task.
- hasTaskPushNotificationConfig() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- hasTaskPushNotificationConfig() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
-
Configuration for the agent to send push notifications for task updates.
- hasTaskPushNotificationConfig() - Method in interface org.a2aproject.sdk.grpc.SendMessageConfigurationOrBuilder
-
Configuration for the agent to send push notifications for task updates.
- hasText() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
string text = 1; - hasText() - Method in class org.a2aproject.sdk.compat03.grpc.Part
-
string text = 1; - hasText() - Method in interface org.a2aproject.sdk.compat03.grpc.PartOrBuilder
-
string text = 1; - hasText() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The string content of the `text` part.
- hasText() - Method in class org.a2aproject.sdk.grpc.Part
-
The string content of the `text` part.
- hasText() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
The string content of the `text` part.
- hasTimestamp() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- hasTimestamp() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
Timestamp when the status was recorded.
- hasTimestamp() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
Timestamp when the status was recorded.
- hasTimestamp() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- hasTimestamp() - Method in class org.a2aproject.sdk.grpc.TaskStatus
-
ISO 8601 Timestamp when the status was recorded.
- hasTimestamp() - Method in interface org.a2aproject.sdk.grpc.TaskStatusOrBuilder
-
ISO 8601 Timestamp when the status was recorded.
- hasUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- hasUpdate() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
-
A message associated with the status.
- hasUpdate() - Method in interface org.a2aproject.sdk.compat03.grpc.TaskStatusOrBuilder
-
A message associated with the status.
- hasUrl() - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
A `url` pointing to the file's content.
- hasUrl() - Method in class org.a2aproject.sdk.grpc.Part
-
A `url` pointing to the file's content.
- hasUrl() - Method in interface org.a2aproject.sdk.grpc.PartOrBuilder
-
A `url` pointing to the file's content.
- header() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3
-
Returns the value of the
headerrecord component. - header() - Method in record class org.a2aproject.sdk.spec.AgentCardSignature
-
Returns the value of the
headerrecord component. - header(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3.Builder
- header(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.AgentCardSignature.Builder
-
Sets the optional unprotected header with additional metadata.
- HEADER - Enum constant in enum class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Location
- HEADER - Enum constant in enum class org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
-
API key sent in an HTTP header.
- HEADER_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- HEADER_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCardSignature
- headers() - Method in interface org.a2aproject.sdk.client.http.A2AHttpResponse
-
Returns the HTTP response headers.
- HEADERS_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.jsonrpc.context.JSONRPCContextKeys_v0_3
-
Context key for storing the headers.
- HEADERS_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.rest.context.RestContextKeys_v0_3
-
Context key for storing the headers.
- HEADERS_KEY - Static variable in class org.a2aproject.sdk.transport.jsonrpc.context.JSONRPCContextKeys
-
Context key for storing the headers.
- HEADERS_KEY - Static variable in class org.a2aproject.sdk.transport.rest.context.RestContextKeys
-
Context key for storing the headers.
- hello(RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- HelloWorldClient - Class in org.a2aproject.sdk.examples.helloworld
-
A simple example of using the A2A Java SDK to communicate with an A2A server.
- HelloWorldClient() - Constructor for class org.a2aproject.sdk.examples.helloworld.HelloWorldClient
- history() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns the value of the
historyrecord component. - history() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns the value of the
historyrecord component. - history(List<Message>) - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Sets the conversation history for this task.
- history(List<Message_v0_3>) - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- history(Message_v0_3...) - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- history(Message...) - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Sets the conversation history using a varargs array of messages.
- HISTORY_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Task
- HISTORY_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Task
- HISTORY_LENGTH_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- HISTORY_LENGTH_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- HISTORY_LENGTH_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.GetTaskRequest
- HISTORY_LENGTH_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- HISTORY_LENGTH_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- historyLength() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Returns the value of the
historyLengthrecord component. - historyLength() - Method in record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
-
Returns the value of the
historyLengthrecord component. - historyLength() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
historyLengthrecord component. - historyLength() - Method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Returns the value of the
historyLengthrecord component. - historyLength() - Method in record class org.a2aproject.sdk.spec.TaskQueryParams
-
Returns the value of the
historyLengthrecord component. - historyLength(Integer) - Method in class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3.Builder
- historyLength(Integer) - Method in class org.a2aproject.sdk.spec.MessageSendConfiguration.Builder
-
Sets the conversation history length.
- historyLength(Integer) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the historyLength.
- historyLength(Integer) - Method in class org.a2aproject.sdk.spec.TaskQueryParams.Builder
-
Sets the historyLength.
- HOLD_TASK_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.ReturnResponse
- hook(EventEnqueueHook) - Method in class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
-
Sets the enqueue hook for event replication or logging.
- HtmlEscapeUtils - Class in org.a2aproject.sdk.util
-
Utilities for removing HTML escaping applied by Gson's
JsonWriterwhenhtmlSafeis enabled (the default). - HTTP_AUTH_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- HTTP_AUTH_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- HTTP_AUTH_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- HTTP_AUTH_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SecurityScheme
- HTTP_JSON - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TransportProtocol_v0_3
- HTTP_JSON - Enum constant in enum class org.a2aproject.sdk.spec.TransportProtocol
-
HTTP+JSON RESTful transport protocol.
- HTTPAuthSecurityScheme - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.HTTPAuthSecurityScheme - HTTPAuthSecurityScheme - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using HTTP authentication.
- HTTPAuthSecurityScheme - Record Class in org.a2aproject.sdk.spec
-
HTTP authentication security scheme for agent authentication.
- HTTPAuthSecurityScheme(String, String, String) - Constructor for record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Compact constructor with validation.
- HTTPAuthSecurityScheme_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines a security scheme using HTTP authentication.
- HTTPAuthSecurityScheme_v0_3(String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
- HTTPAuthSecurityScheme_v0_3(String, String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Creates an instance of a
HTTPAuthSecurityScheme_v0_3record class. - HTTPAuthSecurityScheme_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- HTTPAuthSecurityScheme.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.HTTPAuthSecurityScheme - HTTPAuthSecurityScheme.Builder - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using HTTP authentication.
- HTTPAuthSecurityScheme.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
HTTPAuthSecuritySchemeinstances. - HTTPAuthSecuritySchemeMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
HTTPAuthSecuritySchemeandHTTPAuthSecurityScheme. - HTTPAuthSecuritySchemeMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- HTTPAuthSecuritySchemeMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.HTTPAuthSecuritySchemeMapperImpl
- HTTPAuthSecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- HTTPAuthSecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.grpc
- httpClient(A2AHttpClient) - Method in class org.a2aproject.sdk.client.http.A2ACardResolver.Builder
-
Sets the HTTP client to use for fetching agent cards.
- httpClient(A2AHttpClient) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportConfigBuilder
-
Set the HTTP client to use for JSON-RPC requests.
- httpClient(A2AHttpClient) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransportConfigBuilder
-
Set the HTTP client to use for REST requests.
- httpClient(A2AHttpClient) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportConfigBuilder_v0_3
- httpClient(A2AHttpClient) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportConfigBuilder_v0_3
- httpCode() - Method in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Returns the HTTP status code.
- HttpHeaderUtils - Class in org.a2aproject.sdk.util
-
Utilities for creating case-insensitive, immutable snapshots of HTTP header maps.
- HTTPRestResponse(int, String, String) - Constructor for class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestResponse
- HTTPRestResponse(int, String, String) - Constructor for class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestResponse
-
Creates an HTTP REST response.
- HTTPRestResponse(int, String, String, Map<String, String>) - Constructor for class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestResponse
- HTTPRestResponse(int, String, String, Map<String, String>) - Constructor for class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestResponse
-
Creates an HTTP REST response with custom headers.
- HTTPRestStreamingResponse(Flow.Publisher<String>) - Constructor for class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestStreamingResponse
- HTTPRestStreamingResponse(Flow.Publisher<String>) - Constructor for class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestStreamingResponse
-
Creates an HTTP streaming response.
I
- ICON_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- iconUrl() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
iconUrlrecord component. - iconUrl() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
iconUrlrecord component. - iconUrl(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- iconUrl(String) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the URL to an icon representing the agent.
- id - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- id - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- id - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
The request identifier.
- id - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
The request identifier this response corresponds to.
- id() - Method in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.TaskIdParams_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.CancelTaskParams
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.TaskIdParams
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.spec.TaskQueryParams
-
Returns the value of the
idrecord component. - id() - Method in record class org.a2aproject.sdk.util.PageToken
-
Returns the value of the
idrecord component. - id(Object) - Method in class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3.Builder
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest.Builder
-
Sets the request identifier.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigRequest.Builder
-
Sets the request ID.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigRequest.Builder
-
Sets the request identifier.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardRequest.Builder
-
Sets the request ID.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest.Builder
-
Sets the request ID.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskRequest.Builder
-
Sets the request ID.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsRequest.Builder
-
Sets the id.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksRequest.Builder
-
Sets the id.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageRequest.Builder
-
Sets the request correlation ID.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageRequest.Builder
-
Sets the JSON-RPC request ID.
- id(Object) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SubscribeToTaskRequest.Builder
-
Sets the request ID.
- id(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- id(String) - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3.Builder
- id(String) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3.Builder
- id(String) - Method in class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3.Builder
- id(String) - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- id(String) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets the unique identifier for the skill.
- id(String) - Method in class org.a2aproject.sdk.spec.CancelTaskParams.Builder
-
Sets the id.
- id(String) - Method in class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams.Builder
-
Sets the push notification configuration ID to delete.
- id(String) - Method in class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams.Builder
-
Sets the push notification configuration ID.
- id(String) - Method in class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams.Builder
-
Sets the id.
- id(String) - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Sets the unique identifier for this task.
- id(String) - Method in class org.a2aproject.sdk.spec.TaskIdParams.Builder
-
Sets the id.
- id(String) - Method in class org.a2aproject.sdk.spec.TaskPushNotificationConfig.Builder
-
Sets the configuration identifier.
- id(String) - Method in class org.a2aproject.sdk.spec.TaskQueryParams.Builder
-
Sets the id.
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Task
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.CancelTaskRequest
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.GetTaskRequest
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Task
- ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- IdJsonMappingException - Exception in org.a2aproject.sdk.jsonrpc.common.json
-
JSON mapping exception that includes request ID for error tracking.
- IdJsonMappingException(String, Object) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.IdJsonMappingException
-
Constructs exception with message and ID.
- IdJsonMappingException(String, Throwable, Object) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.IdJsonMappingException
-
Constructs exception with message, cause, and ID.
- IdJsonMappingException_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
- IdJsonMappingException_v0_3(String, Object) - Constructor for exception org.a2aproject.sdk.compat03.spec.IdJsonMappingException_v0_3
- IdJsonMappingException_v0_3(String, Throwable, Object) - Constructor for exception org.a2aproject.sdk.compat03.spec.IdJsonMappingException_v0_3
- implicit() - Method in record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Returns the value of the
implicitrecord component. - implicit(ImplicitOAuthFlow_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3.Builder
- IMPLICIT - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
- IMPLICIT - Enum constant in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
-
Deprecated.
- IMPLICIT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- IMPLICIT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuthFlows
- ImplicitOAuthFlow - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ImplicitOAuthFlow - ImplicitOAuthFlow - Class in org.a2aproject.sdk.grpc
-
Deprecated: Use Authorization Code + PKCE instead.
- ImplicitOAuthFlow_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines configuration details for the OAuth 2.0 Implicit flow.
- ImplicitOAuthFlow_v0_3(String, String, Map<String, String>) - Constructor for record class org.a2aproject.sdk.compat03.spec.ImplicitOAuthFlow_v0_3
-
Creates an instance of a
ImplicitOAuthFlow_v0_3record class. - ImplicitOAuthFlow.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ImplicitOAuthFlow - ImplicitOAuthFlow.Builder - Class in org.a2aproject.sdk.grpc
-
Deprecated: Use Authorization Code + PKCE instead.
- ImplicitOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- ImplicitOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.grpc
- in() - Method in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Returns the value of the
inrecord component. - in(String) - Method in class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Builder
- INCLUDE_ARTIFACTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- includeArtifacts() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
includeArtifactsrecord component. - includeArtifacts(Boolean) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the includeArtifacts.
- init() - Method in class org.a2aproject.sdk.server.common.quarkus.AsyncManagedExecutorProducer
- init() - Method in class org.a2aproject.sdk.server.util.async.AsyncExecutorProducer
- InMemoryContextCredentialService - Class in org.a2aproject.sdk.client.transport.spi.interceptors.auth
-
A simple in-memory store for session-keyed credentials.
- InMemoryContextCredentialService() - Constructor for class org.a2aproject.sdk.client.transport.spi.interceptors.auth.InMemoryContextCredentialService
- InMemoryContextCredentialService_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth
-
A simple in-memory store for session-keyed credentials.
- InMemoryContextCredentialService_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth.InMemoryContextCredentialService_v0_3
- InMemoryPushNotificationConfigStore - Class in org.a2aproject.sdk.server.tasks
-
In-memory implementation of the PushNotificationConfigStore interface.
- InMemoryPushNotificationConfigStore() - Constructor for class org.a2aproject.sdk.server.tasks.InMemoryPushNotificationConfigStore
- InMemoryQueueManager - Class in org.a2aproject.sdk.server.events
- InMemoryQueueManager() - Constructor for class org.a2aproject.sdk.server.events.InMemoryQueueManager
-
No-args constructor for CDI proxy creation.
- InMemoryQueueManager(EventQueueFactory, TaskStateProvider, MainEventBus) - Constructor for class org.a2aproject.sdk.server.events.InMemoryQueueManager
- InMemoryQueueManager(TaskStateProvider, MainEventBus) - Constructor for class org.a2aproject.sdk.server.events.InMemoryQueueManager
- InMemoryTaskStore - Class in org.a2aproject.sdk.server.tasks
-
In-memory implementation of
TaskStoreandTaskStateProvider. - InMemoryTaskStore() - Constructor for class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- InMemoryTaskStore(Instance<TaskAuthorizationProvider>) - Constructor for class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- INPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- INPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- INPUT_REQUIRED - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- inputModes() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
inputModesrecord component. - inputModes() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
inputModesrecord component. - inputModes(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- inputModes(List<String>) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets the supported input formats for this skill.
- insertingProcessor(Flow.Publisher<T>, T...) - Static method in class org.a2aproject.sdk.server.util.async.AsyncUtils
-
Creates a publisher that first emits the given items, then emits all items from the source publisher.
- INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.ArtifactMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.AuthenticationInfoMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.EventKindMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.FileContentMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.MessageMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.PartMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.RoleMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.StreamingEventKindMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskArtifactUpdateEventMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskPushNotificationConfigMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStateMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusUpdateEventMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.params.CancelTaskParamsMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendConfigurationMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendParamsMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.params.TaskIdParamsMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.params.TaskQueryParamsMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.compat03.conversion.mappers.result.ListTaskPushNotificationConfigsResultMapper_v0_3
-
Singleton instance accessed via
A2AMappers_v0_3factory. - INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AgentCapabilitiesMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AgentCardMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AgentCardSignatureMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AgentExtensionMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AgentInterfaceMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AgentProviderMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AgentSkillMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.APIKeySecuritySchemeMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.ArtifactMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.ClientCredentialsOAuthFlowMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.DeleteTaskPushNotificationConfigParamsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.HTTPAuthSecuritySchemeMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.ListTasksParamsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.ListTasksResultMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.MessageMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.MessageSendParamsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.MutualTLSSecuritySchemeMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.OAuth2SecuritySchemeMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.OpenIdConnectSecuritySchemeMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.PartMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.RoleMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.SecurityRequirementMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.SecuritySchemeMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.StreamResponseMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.SubscribeToTaskRequestMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskArtifactUpdateEventMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskQueryParamsMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskStateMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskStatusMapper
- INSTANCE - Static variable in interface org.a2aproject.sdk.grpc.mapper.TaskStatusUpdateEventMapper
- INSTANCE - Static variable in class org.a2aproject.sdk.server.auth.UnauthenticatedUser
- INSTANCE - Static variable in class org.a2aproject.sdk.server.PublicAgentCard.Literal
- instantToMillis(Instant) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts domain Instant to protobuf milliseconds-since-epoch (int64).
- instantToProtoTimestamp(Instant) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts domain Instant to protobuf Timestamp.
- INSTRUCTION_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.CallAgent
- InstructionOuterClass - Class in itk
- InstructionOuterClass.CallAgent - Class in itk
-
gets the agent card from a remote agent, calls it and returns the response
- InstructionOuterClass.CallAgent.BehaviorCase - Enum Class in itk
- InstructionOuterClass.CallAgent.Builder - Class in itk
-
gets the agent card from a remote agent, calls it and returns the response
- InstructionOuterClass.CallAgentOrBuilder - Interface in itk
- InstructionOuterClass.Instruction - Class in itk
-
Protobuf type
itk.Instruction - InstructionOuterClass.Instruction.Builder - Class in itk
-
Protobuf type
itk.Instruction - InstructionOuterClass.Instruction.StepCase - Enum Class in itk
- InstructionOuterClass.InstructionOrBuilder - Interface in itk
- InstructionOuterClass.PushNotificationBehavior - Class in itk
-
Protobuf type
itk.PushNotificationBehavior - InstructionOuterClass.PushNotificationBehavior.Builder - Class in itk
-
Protobuf type
itk.PushNotificationBehavior - InstructionOuterClass.PushNotificationBehaviorOrBuilder - Interface in itk
- InstructionOuterClass.ResubscribeBehavior - Class in itk
-
Protobuf type
itk.ResubscribeBehavior - InstructionOuterClass.ResubscribeBehavior.Builder - Class in itk
-
Protobuf type
itk.ResubscribeBehavior - InstructionOuterClass.ResubscribeBehaviorOrBuilder - Interface in itk
- InstructionOuterClass.ReturnResponse - Class in itk
-
this option just returns a response
- InstructionOuterClass.ReturnResponse.Builder - Class in itk
-
this option just returns a response
- InstructionOuterClass.ReturnResponseOrBuilder - Interface in itk
- InstructionOuterClass.SendMessageBehavior - Class in itk
-
Behavior messages
- InstructionOuterClass.SendMessageBehavior.Builder - Class in itk
-
Behavior messages
- InstructionOuterClass.SendMessageBehaviorOrBuilder - Interface in itk
- InstructionOuterClass.SeriesOfSteps - Class in itk
-
executes step series and returns response based on response_generator
- InstructionOuterClass.SeriesOfSteps.Builder - Class in itk
-
executes step series and returns response based on response_generator
- InstructionOuterClass.SeriesOfSteps.ResponseGenerator - Enum Class in itk
-
Protobuf enum
itk.SeriesOfSteps.ResponseGenerator - InstructionOuterClass.SeriesOfStepsOrBuilder - Interface in itk
- INSTRUCTIONS_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.SeriesOfSteps
- intercept(String, Object, Map<String, String>, AgentCard, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.auth.AuthInterceptor
- intercept(String, Object, Map<String, String>, AgentCard, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.ClientCallInterceptor
-
Intercept a client call before the request is sent.
- intercept(String, Object, Map<String, String>, AgentCard_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth.AuthInterceptor_v0_3
- intercept(String, Object, Map<String, String>, AgentCard_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.ClientCallInterceptor_v0_3
-
Intercept a client call before the request is sent.
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class org.a2aproject.sdk.compat03.server.grpc.quarkus.A2AExtensionsInterceptor_v0_3
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class org.a2aproject.sdk.compat03.server.grpc.quarkus.BlockingOffloadInterceptor_v0_3
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class org.a2aproject.sdk.server.grpc.quarkus.A2AExtensionsInterceptor
-
Intercepts incoming gRPC calls to capture metadata and context information.
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class org.a2aproject.sdk.server.grpc.quarkus.BlockingOffloadInterceptor
- interceptors - Variable in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfig
- interceptors - Variable in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfigBuilder
- interceptors - Variable in class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfig_v0_3
- interceptors - Variable in class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfigBuilder_v0_3
- Internal - Annotation Interface in org.a2aproject.sdk.server.util.async
-
CDI qualifier for internal async executor beans.
- INTERNAL - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
JSON-RPC error code for internal server errors (-32603).
- INTERNAL_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- InternalError - Exception in org.a2aproject.sdk.spec
-
JSON-RPC error indicating an internal error occurred on the server.
- InternalError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.InternalError
-
Constructs an internal error with full parameters.
- InternalError(String) - Constructor for exception org.a2aproject.sdk.spec.InternalError
-
Constructs an internal error with a message.
- InternalError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An error indicating an internal error on the server.
- InternalError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.InternalError_v0_3
- InternalError_v0_3(String) - Constructor for error org.a2aproject.sdk.compat03.spec.InternalError_v0_3
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.CallAgent
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.Instruction.Builder
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.Instruction
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.ReturnResponse
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- internalGetFieldAccessorTable() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentCard
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Artifact
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Message.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Message
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Part
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.StringList
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Task.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.Task
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- internalGetFieldAccessorTable() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.Security
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.AgentCard
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- internalGetMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- internalGetMutableMapFieldReflection(int) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- internalGetValueMap() - Static method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
- internalGetValueMap() - Static method in enum class org.a2aproject.sdk.compat03.grpc.Role
- internalGetValueMap() - Static method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
- internalGetValueMap() - Static method in enum class org.a2aproject.sdk.grpc.Role
- internalGetValueMap() - Static method in enum class org.a2aproject.sdk.grpc.TaskState
- interrupted() - Method in record class org.a2aproject.sdk.server.tasks.ResultAggregator.EventTypeAndInterrupt
-
Returns the value of the
interruptedrecord component. - intToIntegerOrNull(int) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf int to Integer, preserving all values including 0.
- INVALID_AGENT_RESPONSE - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating the agent returned an invalid response (-32006).
- INVALID_AGENT_RESPONSE_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- INVALID_PARAMS - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
JSON-RPC error code for invalid method parameters (-32602).
- INVALID_PARAMS_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- INVALID_REQUEST - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
JSON-RPC error code for invalid request structure (-32600).
- INVALID_REQUEST_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- InvalidAgentResponseError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that an agent returned a response not conforming to protocol specifications.
- InvalidAgentResponseError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.InvalidAgentResponseError
-
Constructs an invalid agent response error.
- InvalidAgentResponseError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
A2A Protocol error indicating that an agent returned a response not conforming to protocol specifications.
- InvalidAgentResponseError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.InvalidAgentResponseError_v0_3
- InvalidParamsError - Exception in org.a2aproject.sdk.spec
-
JSON-RPC error indicating that method parameters are invalid or missing required fields.
- InvalidParamsError() - Constructor for exception org.a2aproject.sdk.spec.InvalidParamsError
-
Constructs an invalid params error with default message.
- InvalidParamsError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.InvalidParamsError
-
Constructs an invalid params error with full parameters.
- InvalidParamsError(String) - Constructor for exception org.a2aproject.sdk.spec.InvalidParamsError
-
Constructs an invalid params error with a message.
- InvalidParamsError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
JSON-RPC error indicating that method parameters are invalid or missing required fields.
- InvalidParamsError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.InvalidParamsError_v0_3
- InvalidParamsError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.InvalidParamsError_v0_3
- InvalidParamsError_v0_3(String) - Constructor for error org.a2aproject.sdk.compat03.spec.InvalidParamsError_v0_3
- InvalidParamsJsonMappingException - Exception in org.a2aproject.sdk.jsonrpc.common.json
-
Exception for invalid parameters during JSON mapping.
- InvalidParamsJsonMappingException(String, Object) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.InvalidParamsJsonMappingException
-
Constructs exception with message and ID.
- InvalidParamsJsonMappingException(String, Throwable, Object) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.InvalidParamsJsonMappingException
-
Constructs exception with message, cause, and ID.
- InvalidParamsJsonMappingException_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
- InvalidParamsJsonMappingException_v0_3(String, Object) - Constructor for exception org.a2aproject.sdk.compat03.spec.InvalidParamsJsonMappingException_v0_3
- InvalidParamsJsonMappingException_v0_3(String, Throwable, Object) - Constructor for exception org.a2aproject.sdk.compat03.spec.InvalidParamsJsonMappingException_v0_3
- InvalidRequestError - Exception in org.a2aproject.sdk.spec
-
JSON-RPC error indicating that the request payload is not a valid JSON-RPC Request object.
- InvalidRequestError() - Constructor for exception org.a2aproject.sdk.spec.InvalidRequestError
-
Constructs an invalid request error with default message.
- InvalidRequestError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.InvalidRequestError
-
Constructs an invalid request error with full parameters.
- InvalidRequestError(String) - Constructor for exception org.a2aproject.sdk.spec.InvalidRequestError
-
Constructs an invalid request error with a message.
- InvalidRequestError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
JSON-RPC error indicating that the request payload is not a valid JSON-RPC Request object.
- InvalidRequestError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.InvalidRequestError_v0_3
- InvalidRequestError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.InvalidRequestError_v0_3
- InvalidRequestError_v0_3(String) - Constructor for error org.a2aproject.sdk.compat03.spec.InvalidRequestError_v0_3
- invokeDoneCallbacks() - Method in class org.a2aproject.sdk.server.events.EnhancedRunnable
- invokeEventConsumerCancelCallback() - Method in class org.a2aproject.sdk.server.ServerCallContext
-
Invokes the EventConsumer cancel callback if one has been set.
- invokeJSONRPCHandler(String, RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.apps.quarkus.A2AServerRoutes_v0_3
- invokeJSONRPCHandler(String, RoutingContext) - Method in class org.a2aproject.sdk.server.apps.quarkus.A2AServerRoutes
-
Main entry point for all JSON-RPC requests.
- isAuthenticated() - Method in record class org.a2aproject.sdk.server.auth.AuthenticatedUser
- isAuthenticated() - Method in class org.a2aproject.sdk.server.auth.UnauthenticatedUser
- isAuthenticated() - Method in interface org.a2aproject.sdk.server.auth.User
- isAvailable() - Method in interface org.a2aproject.sdk.server.TransportMetadata
-
Checks if this transport endpoint is currently available/functional.
- isAwaitingFinalEvent() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Returns whether this queue is awaiting a final event to be delivered.
- isClosed() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Checks if this queue has been closed.
- isClosedEvent() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Check if this is a QueueClosedEvent (poison pill).
- isDockerAvailable() - Static method in class org.a2aproject.sdk.testutils.docker.DockerAvailability
-
Checks if Docker or Podman is available in the current environment.
- isEmpty() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Return if the configs is empty or not.
- isExtensionActivated(String) - Method in class org.a2aproject.sdk.server.ServerCallContext
- isExtensionRequested(String) - Method in class org.a2aproject.sdk.server.ServerCallContext
- isFinal() - Method in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- isFinal() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns the value of the
isFinalrecord component. - isFinal() - Method in enum class org.a2aproject.sdk.spec.TaskState
-
Determines whether this state is a terminal (final) state.
- isFinal() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Indicates if this is a final status event, derived from the task state.
- isFinal(boolean) - Method in class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- isFinalOrInterrupted() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Indicates if the task is final or waiting for some inputs from the client.
- isInitialized() - Method in class itk.InstructionOuterClass.CallAgent.Builder
- isInitialized() - Method in class itk.InstructionOuterClass.CallAgent
- isInitialized() - Method in class itk.InstructionOuterClass.Instruction.Builder
- isInitialized() - Method in class itk.InstructionOuterClass.Instruction
- isInitialized() - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- isInitialized() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- isInitialized() - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- isInitialized() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- isInitialized() - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- isInitialized() - Method in class itk.InstructionOuterClass.ReturnResponse
- isInitialized() - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- isInitialized() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- isInitialized() - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- isInitialized() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentCard
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- isInitialized() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Artifact
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Message.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Message
- isInitialized() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- isInitialized() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Part.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Part
- isInitialized() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- isInitialized() - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- isInitialized() - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.StringList
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Task.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.Task
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- isInitialized() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- isInterrupted() - Method in enum class org.a2aproject.sdk.spec.TaskState
-
Determines whether this state is an interrupted state.
- isPolling() - Method in class org.a2aproject.sdk.client.config.ClientConfig
-
Check if polling mode is enabled for task updates.
- isPolling() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- isReplicated() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Indicates this is a replicated event (implements EventQueueItem).
- isReplicated() - Method in interface org.a2aproject.sdk.server.events.EventQueueItem
-
Checks if this item represents a replicated event.
- isStreaming() - Method in class org.a2aproject.sdk.client.config.ClientConfig
-
Check if streaming mode is enabled.
- isStreaming() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- isTaskActive(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
-
Determines if a task is considered active for queue management purposes.
- isTaskActive(String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- isTaskActive(String) - Method in interface org.a2aproject.sdk.server.tasks.TaskStateProvider
-
Determines whether a task is considered active for queue management purposes.
- isTaskEvent() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Check if this event is a Task event.
- isTaskFinalized(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
-
Determines if a task is in a final state, ignoring the grace period.
- isTaskFinalized(String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- isTaskFinalized(String) - Method in interface org.a2aproject.sdk.server.tasks.TaskStateProvider
-
Determines whether a task is in a final state, ignoring the grace period.
- isTaskRecorded(String) - Method in class org.a2aproject.sdk.compat03.conversion.TestTaskAuthorizationProvider_v0_3
- isTaskRecorded(String) - Method in interface org.a2aproject.sdk.server.auth.TaskAuthorizationProvider
-
Check whether the given task is already known to this provider.
- isUseClientPreference() - Method in class org.a2aproject.sdk.client.config.ClientConfig
-
Check if client transport preference is enabled.
- isUseClientPreference() - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3
- isV03(String) - Static method in class org.a2aproject.sdk.server.common.quarkus.VersionRouter
- isV10(String) - Static method in class org.a2aproject.sdk.server.common.quarkus.VersionRouter
- isValidJsonRpcId(Object) - Static method in class org.a2aproject.sdk.util.Assert
-
Validates that the given value is a legal JSON-RPC id (
null,String, orNumber). - itk - package itk
J
- JdkA2AHttpClient - Class in org.a2aproject.sdk.client.http
-
Default HTTP client implementation using JDK 11+
HttpClient. - JdkA2AHttpClient() - Constructor for class org.a2aproject.sdk.client.http.JdkA2AHttpClient
-
Creates a new JDK-based HTTP client.
- JdkA2AHttpClient(HttpClient) - Constructor for class org.a2aproject.sdk.client.http.JdkA2AHttpClient
-
Creates a new JDK-based HTTP client using a caller-provided JDK
HttpClient. - JdkA2AHttpClientProvider - Class in org.a2aproject.sdk.client.http
-
Service provider for
JdkA2AHttpClient. - JdkA2AHttpClientProvider() - Constructor for class org.a2aproject.sdk.client.http.JdkA2AHttpClientProvider
- JpaDatabasePushNotificationConfigStore - Class in org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa
- JpaDatabasePushNotificationConfigStore() - Constructor for class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaDatabasePushNotificationConfigStore
- JpaDatabaseTaskStore - Class in org.a2aproject.sdk.extras.taskstore.database.jpa
- JpaDatabaseTaskStore() - Constructor for class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
- JpaDatabaseTaskStore(Instance<TaskAuthorizationProvider>) - Constructor for class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
- JpaPushNotificationConfig - Class in org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa
- JpaPushNotificationConfig() - Constructor for class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- JpaPushNotificationConfig(TaskConfigId, String) - Constructor for class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- JpaTask - Class in org.a2aproject.sdk.extras.taskstore.database.jpa
- JpaTask() - Constructor for class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- JpaTask(String, String) - Constructor for class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- JSON_PARSE - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
JSON-RPC error code for JSON parsing errors (-32700).
- JSON_PARSE_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- JSONErrorResponse_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
A simplified error response wrapper for non-JSON-RPC error scenarios.
- JSONErrorResponse_v0_3(String) - Constructor for record class org.a2aproject.sdk.compat03.spec.JSONErrorResponse_v0_3
-
Creates an instance of a
JSONErrorResponse_v0_3record class. - JsonMappingException - Exception in org.a2aproject.sdk.jsonrpc.common.json
-
Exception for JSON mapping errors when converting between JSON and Java objects.
- JsonMappingException(Object, String) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
-
Constructs a new JsonMappingException with the specified reference and message.
- JsonMappingException(Object, String, Throwable) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
-
Constructs a new JsonMappingException with the specified reference, message, and cause.
- JsonMappingException(String) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
-
Constructs a new JsonMappingException with the specified message.
- JsonMappingException(String, Throwable) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.JsonMappingException
-
Constructs a new JsonMappingException with the specified message and cause.
- JsonMappingException_v0_3 - Exception in org.a2aproject.sdk.compat03.json
-
Exception for JSON mapping errors when converting between JSON and Java objects.
- JsonMappingException_v0_3(Object, String) - Constructor for exception org.a2aproject.sdk.compat03.json.JsonMappingException_v0_3
-
Constructs a new JsonMappingException with the specified reference and message.
- JsonMappingException_v0_3(Object, String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.json.JsonMappingException_v0_3
-
Constructs a new JsonMappingException with the specified reference, message, and cause.
- JsonMappingException_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.json.JsonMappingException_v0_3
-
Constructs a new JsonMappingException with the specified message.
- JsonMappingException_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.json.JsonMappingException_v0_3
-
Constructs a new JsonMappingException with the specified message and cause.
- JSONParseError - Exception in org.a2aproject.sdk.spec
-
JSON-RPC error indicating that the server received invalid JSON that could not be parsed.
- JSONParseError() - Constructor for exception org.a2aproject.sdk.spec.JSONParseError
-
Constructs a JSON parse error with default message.
- JSONParseError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.JSONParseError
-
Constructs a JSON parse error with full parameters.
- JSONParseError(String) - Constructor for exception org.a2aproject.sdk.spec.JSONParseError
-
Constructs a JSON parse error with a message.
- JSONParseError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
JSON-RPC error indicating that the server received invalid JSON that could not be parsed.
- JSONParseError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.JSONParseError_v0_3
- JSONParseError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.JSONParseError_v0_3
- JSONParseError_v0_3(String) - Constructor for error org.a2aproject.sdk.compat03.spec.JSONParseError_v0_3
- JsonProcessingException - Exception in org.a2aproject.sdk.jsonrpc.common.json
-
General exception for JSON processing errors during serialization or deserialization.
- JsonProcessingException(String) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.JsonProcessingException
-
Constructs a new JsonProcessingException with the specified message.
- JsonProcessingException(String, Throwable) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.JsonProcessingException
-
Constructs a new JsonProcessingException with the specified message and cause.
- JsonProcessingException(Throwable) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.JsonProcessingException
-
Constructs a new JsonProcessingException with the specified cause.
- JsonProcessingException_v0_3 - Exception in org.a2aproject.sdk.compat03.json
-
General exception for JSON processing errors during serialization or deserialization.
- JsonProcessingException_v0_3(String) - Constructor for exception org.a2aproject.sdk.compat03.json.JsonProcessingException_v0_3
-
Constructs a new JsonProcessingException with the specified message.
- JsonProcessingException_v0_3(String, Throwable) - Constructor for exception org.a2aproject.sdk.compat03.json.JsonProcessingException_v0_3
-
Constructs a new JsonProcessingException with the specified message and cause.
- JsonProcessingException_v0_3(Throwable) - Constructor for exception org.a2aproject.sdk.compat03.json.JsonProcessingException_v0_3
-
Constructs a new JsonProcessingException with the specified cause.
- jsonrpc - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- jsonrpc - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- jsonrpc - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
The JSON-RPC protocol version.
- jsonrpc - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
The JSON-RPC protocol version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3.Builder
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest.Builder
-
Sets the JSON-RPC protocol version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigRequest.Builder
-
Sets the JSON-RPC version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigRequest.Builder
-
Sets the JSON-RPC protocol version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetExtendedAgentCardRequest.Builder
-
Sets the JSON-RPC version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest.Builder
-
Sets the jsonrpc.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskRequest.Builder
-
Sets the JSON-RPC version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsRequest.Builder
-
Sets the jsonrpc.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksRequest.Builder
-
Sets the jsonrpc.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageRequest.Builder
-
Sets the JSON-RPC version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageRequest.Builder
-
Sets the JSON-RPC protocol version.
- jsonrpc(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SubscribeToTaskRequest.Builder
-
Sets the JSON-RPC version.
- JSONRPC - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TransportProtocol_v0_3
- JSONRPC - Enum constant in enum class org.a2aproject.sdk.spec.TransportProtocol
-
JSON-RPC 2.0 transport protocol over HTTP.
- JSONRPC_VERSION - Static variable in interface org.a2aproject.sdk.compat03.spec.JSONRPCMessage_v0_3
- JSONRPC_VERSION - Static variable in interface org.a2aproject.sdk.jsonrpc.common.wrappers.A2AMessage
-
The JSON-RPC protocol version string as defined by the JSON-RPC 2.0 specification.
- JSONRPCContextKeys - Class in org.a2aproject.sdk.transport.jsonrpc.context
-
Shared JSON-RPC context keys for A2A protocol data.
- JSONRPCContextKeys_v0_3 - Class in org.a2aproject.sdk.compat03.transport.jsonrpc.context
-
Shared JSON-RPC context keys for A2A protocol data.
- JSONRPCError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
Represents a JSON-RPC 2.0 Error object, included in an error response.
- JSONRPCError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.JSONRPCError_v0_3
-
Constructs a JSON-RPC error with the specified code, message, and optional data.
- JSONRPCErrorResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A JSON RPC error response.
- JSONRPCErrorResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.JSONRPCErrorResponse_v0_3
- JSONRPCErrorResponse_v0_3(String, Object, Void, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.JSONRPCErrorResponse_v0_3
-
Constructs a JSON-RPC error response with all fields.
- JSONRPCErrorResponse_v0_3(JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.JSONRPCErrorResponse_v0_3
- JSONRPCException - Exception in org.a2aproject.sdk.server
-
Exception wrapper for JSON-RPC protocol errors.
- JSONRPCException(A2AError) - Constructor for exception org.a2aproject.sdk.server.JSONRPCException
-
Creates a JSONRPCException wrapping the specified error.
- JSONRPCHandler - Class in org.a2aproject.sdk.transport.jsonrpc.handler
-
JSON-RPC 2.0 transport handler for processing A2A protocol requests over HTTP.
- JSONRPCHandler() - Constructor for class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
No-args constructor for CDI proxy creation.
- JSONRPCHandler(AgentCard, Instance<AgentCard>, RequestHandler, Executor) - Constructor for class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Creates a JSON-RPC handler with full CDI injection support.
- JSONRPCHandler(AgentCard, RequestHandler, Executor) - Constructor for class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Creates a JSON-RPC handler with basic dependencies.
- JSONRPCHandler_v0_3 - Class in org.a2aproject.sdk.compat03.transport.jsonrpc.handler
- JSONRPCHandler_v0_3() - Constructor for class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- JSONRPCHandler_v0_3(AgentCard_v0_3, Instance<AgentCard_v0_3>, Executor, Convert_v0_3_To10RequestHandler) - Constructor for class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- JSONRPCHandler_v0_3(AgentCard_v0_3, Executor, Convert_v0_3_To10RequestHandler) - Constructor for class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- JsonrpcId_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
- JSONRPCMessage_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
-
Defines the base structure for any JSON-RPC 2.0 request, response, or notification.
- JSONRPCRequest_v0_3<T> - Class in org.a2aproject.sdk.compat03.spec
-
Represents a JSONRPC request.
- JSONRPCRequest_v0_3() - Constructor for class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- JSONRPCRequest_v0_3(String, Object, String, T) - Constructor for class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- JSONRPCResponse_v0_3<T> - Class in org.a2aproject.sdk.compat03.spec
-
Represents a JSONRPC response.
- JSONRPCResponse_v0_3() - Constructor for class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- JSONRPCResponse_v0_3(String, Object, T, JSONRPCError_v0_3, Class<T>) - Constructor for class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- JSONRPCTransport - Class in org.a2aproject.sdk.client.transport.jsonrpc
- JSONRPCTransport(A2AHttpClient, AgentCard, AgentInterface, List<ClientCallInterceptor>) - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- JSONRPCTransport(String) - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- JSONRPCTransport(AgentCard) - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- JSONRPCTransport_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.jsonrpc
- JSONRPCTransport_v0_3(String) - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- JSONRPCTransport_v0_3(A2AHttpClient, AgentCard_v0_3, String, List<ClientCallInterceptor_v0_3>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- JSONRPCTransport_v0_3(AgentCard_v0_3) - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- JSONRPCTransportConfig - Class in org.a2aproject.sdk.client.transport.jsonrpc
-
Configuration for the JSON-RPC transport protocol.
- JSONRPCTransportConfig() - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportConfig
-
Create a JSON-RPC transport configuration with the default HTTP client.
- JSONRPCTransportConfig(A2AHttpClient) - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportConfig
-
Create a JSON-RPC transport configuration with a custom HTTP client.
- JSONRPCTransportConfig_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.jsonrpc
- JSONRPCTransportConfig_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportConfig_v0_3
- JSONRPCTransportConfig_v0_3(A2AHttpClient) - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportConfig_v0_3
- JSONRPCTransportConfigBuilder - Class in org.a2aproject.sdk.client.transport.jsonrpc
-
Builder for creating
JSONRPCTransportConfiginstances. - JSONRPCTransportConfigBuilder() - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportConfigBuilder
- JSONRPCTransportConfigBuilder_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.jsonrpc
- JSONRPCTransportConfigBuilder_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportConfigBuilder_v0_3
- JSONRPCTransportProvider - Class in org.a2aproject.sdk.client.transport.jsonrpc
- JSONRPCTransportProvider() - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransportProvider
- JSONRPCTransportProvider_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.jsonrpc
- JSONRPCTransportProvider_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransportProvider_v0_3
- JSONRPCUtils - Class in org.a2aproject.sdk.grpc.utils
-
Utilities for converting between JSON-RPC 2.0 messages and Protocol Buffer objects.
- JSONRPCUtils() - Constructor for class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- JsonUtil - Class in org.a2aproject.sdk.jsonrpc.common.json
-
Utility class for JSON operations.
- JsonUtil() - Constructor for class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
- JsonUtil_v0_3 - Class in org.a2aproject.sdk.compat03.json
- JsonUtil_v0_3() - Constructor for class org.a2aproject.sdk.compat03.json.JsonUtil_v0_3
K
- kind() - Method in record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
-
Returns the value of the
kindrecord component. - kind() - Method in interface org.a2aproject.sdk.compat03.spec.EventKind_v0_3
- kind() - Method in record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
-
Returns the value of the
kindrecord component. - kind() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
kindrecord component. - kind() - Method in interface org.a2aproject.sdk.compat03.spec.StreamingEventKind_v0_3
- kind() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns the value of the
kindrecord component. - kind() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns the value of the
kindrecord component. - kind() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns the value of the
kindrecord component. - kind() - Method in record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
-
Returns the value of the
kindrecord component. - kind() - Method in interface org.a2aproject.sdk.spec.EventKind
-
Returns the type identifier for this event.
- kind() - Method in record class org.a2aproject.sdk.spec.Message
- kind() - Method in interface org.a2aproject.sdk.spec.StreamingEventKind
-
Returns the type identifier for this streaming event.
- kind() - Method in record class org.a2aproject.sdk.spec.Task
- kind() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
- kind() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
- KIND - Static variable in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
- KIND - Static variable in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
- KIND - Static variable in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
- KIND - Static variable in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
L
- LAST_CHUNK_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- LAST_CHUNK_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- lastChunk() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns the value of the
lastChunkrecord component. - lastChunk() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns the value of the
lastChunkrecord component. - lastChunk(Boolean) - Method in class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent.Builder
-
Sets whether this is the final chunk for the artifact.
- lastChunk(Boolean) - Method in class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- Legacy_0_3_AgentInterface - Record Class in org.a2aproject.sdk.spec
-
A legacy (v0.3) representation of an agent interface, using the v0.3 field names (
transportandurl) for backward compatibility with older clients. - Legacy_0_3_AgentInterface(String, String) - Constructor for record class org.a2aproject.sdk.spec.Legacy_0_3_AgentInterface
-
Creates an instance of a
Legacy_0_3_AgentInterfacerecord class. - list(ListTasksParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
- list(ListTasksParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- list(ListTasksParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.tasks.TaskStore
-
List tasks with optional filtering and pagination.
- LIST_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.StringList
- LIST_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.StringList
- LIST_TASK_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for listing tasks.
- LIST_TASK_PUSH_NOTIFICATION_CONFIG_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for listing task push notification configurations.
- LIST_TASK_PUSH_NOTIFICATION_CONFIGS - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- LIST_TASKS - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- listPushNotificationConfig(ListTaskPushNotificationConfigRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- listPushNotificationConfigs(ListTaskPushNotificationConfigsRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Lists push notification configurations for a task.
- listTaskPushNotificationConfig(ListTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfig(ListTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfig(ListTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfig(ListTaskPushNotificationConfigRequest, StreamObserver<ListTaskPushNotificationConfigResponse>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfig(ListTaskPushNotificationConfigRequest, StreamObserver<ListTaskPushNotificationConfigResponse>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfig(ListTaskPushNotificationConfigRequest, StreamObserver<ListTaskPushNotificationConfigResponse>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- listTaskPushNotificationConfigParams(ListTaskPushNotificationConfigRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- listTaskPushNotificationConfigParams(ListTaskPushNotificationConfigResponseOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- ListTaskPushNotificationConfigParams_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Parameters for getting list of pushNotificationConfigurations associated with a Task.
- ListTaskPushNotificationConfigParams_v0_3(String) - Constructor for record class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigParams_v0_3
- ListTaskPushNotificationConfigParams_v0_3(String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigParams_v0_3
-
Creates an instance of a
ListTaskPushNotificationConfigParams_v0_3record class. - ListTaskPushNotificationConfigRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ListTaskPushNotificationConfigRequest - ListTaskPushNotificationConfigRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A list task push notification config request.
- ListTaskPushNotificationConfigRequest_v0_3(String, Object, String, ListTaskPushNotificationConfigParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3
- ListTaskPushNotificationConfigRequest_v0_3(String, ListTaskPushNotificationConfigParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3
- ListTaskPushNotificationConfigRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- ListTaskPushNotificationConfigRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ListTaskPushNotificationConfigRequest - ListTaskPushNotificationConfigRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- listTaskPushNotificationConfigResponse(List<TaskPushNotificationConfig_v0_3>) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- ListTaskPushNotificationConfigResponse - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ListTaskPushNotificationConfigResponse - ListTaskPushNotificationConfigResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
A response for a list task push notification config request.
- ListTaskPushNotificationConfigResponse_v0_3(Object, List<TaskPushNotificationConfig_v0_3>) - Constructor for class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigResponse_v0_3
- ListTaskPushNotificationConfigResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigResponse_v0_3
- ListTaskPushNotificationConfigResponse_v0_3(String, Object, List<TaskPushNotificationConfig_v0_3>, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigResponse_v0_3
- ListTaskPushNotificationConfigResponse.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.ListTaskPushNotificationConfigResponse - ListTaskPushNotificationConfigResponseOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest, StreamObserver<ListTaskPushNotificationConfigsResponse>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest, StreamObserver<ListTaskPushNotificationConfigsResponse>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Get a list of push notifications configured for a task.
- listTaskPushNotificationConfigs(ListTaskPushNotificationConfigsRequest, StreamObserver<ListTaskPushNotificationConfigsResponse>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- listTaskPushNotificationConfigsParams(ListTaskPushNotificationConfigsRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- ListTaskPushNotificationConfigsParams - Record Class in org.a2aproject.sdk.spec
-
Parameters for listing all push notification configurations for a task.
- ListTaskPushNotificationConfigsParams(String) - Constructor for record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Convenience constructor with default tenant.
- ListTaskPushNotificationConfigsParams(String, int, String, String) - Constructor for record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Compact constructor for validation.
- ListTaskPushNotificationConfigsParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing instances.
- ListTaskPushNotificationConfigsParamsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
ListTaskPushNotificationConfigsRequestandListTaskPushNotificationConfigsParams. - ListTaskPushNotificationConfigsParamsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- ListTaskPushNotificationConfigsParamsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapperImpl
- listTaskPushNotificationConfigsRequest(ListTaskPushNotificationConfigsParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- ListTaskPushNotificationConfigsRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `ListTaskPushNotificationConfigs` method.
- ListTaskPushNotificationConfigsRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to list all push notification configurations for a task.
- ListTaskPushNotificationConfigsRequest(String, Object, ListTaskPushNotificationConfigsParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsRequest
-
Constructs request with all parameters.
- ListTaskPushNotificationConfigsRequest(String, ListTaskPushNotificationConfigsParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsRequest
-
Constructs request with ID and parameters.
- ListTaskPushNotificationConfigsRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `ListTaskPushNotificationConfigs` method.
- ListTaskPushNotificationConfigsRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- ListTaskPushNotificationConfigsRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- listTaskPushNotificationConfigsResponse(ListTaskPushNotificationConfigsResult) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- ListTaskPushNotificationConfigsResponse - Class in org.a2aproject.sdk.grpc
-
Represents a successful response for the `ListTaskPushNotificationConfigs` method.
- ListTaskPushNotificationConfigsResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response containing all push notification configurations for a task with pagination support.
- ListTaskPushNotificationConfigsResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsResponse
-
Constructs error response.
- ListTaskPushNotificationConfigsResponse(Object, ListTaskPushNotificationConfigsResult) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsResponse
-
Constructs success response.
- ListTaskPushNotificationConfigsResponse(String, Object, ListTaskPushNotificationConfigsResult, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsResponse
-
Constructs response with all parameters.
- ListTaskPushNotificationConfigsResponse.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a successful response for the `ListTaskPushNotificationConfigs` method.
- ListTaskPushNotificationConfigsResponseOrBuilder - Interface in org.a2aproject.sdk.grpc
- listTaskPushNotificationConfigsResult(ListTaskPushNotificationConfigsResponseOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- ListTaskPushNotificationConfigsResult - Record Class in org.a2aproject.sdk.spec
-
Result of listing push notification configurations for a task with pagination support.
- ListTaskPushNotificationConfigsResult(List<TaskPushNotificationConfig>) - Constructor for record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Constructor for results without pagination.
- ListTaskPushNotificationConfigsResult(List<TaskPushNotificationConfig>, String) - Constructor for record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Compact constructor for validation.
- ListTaskPushNotificationConfigsResultMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.result
-
Bidirectional mapper for converting between v0.3
List<TaskPushNotificationConfig>and v1.0ListTaskPushNotificationConfigsResult. - ListTaskPushNotificationConfigsResultMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.result
- ListTaskPushNotificationConfigsResultMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.result.ListTaskPushNotificationConfigsResultMapper_v0_3Impl
- listTaskPushNotificationConfigurations(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- listTaskPushNotificationConfigurations(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Lists push notification configurations for a task.
- listTaskPushNotificationConfigurations(String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigParams_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the list of push notification configurations for a specific task.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Retrieve the list of push notification configurations for a specific task.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Retrieve the list of push notification configurations for a specific task.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- listTaskPushNotificationConfigurations(ServerCallContext, String, String, int, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Lists push notification configurations for a task.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the list of push notification configurations for a specific task with pagination support.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Retrieve the list of push notification configurations for a specific task with pagination support.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
List all push notification configurations, optionally filtered by task or context.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Retrieve the list of push notification configurations for a specific task with pagination support.
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- listTaskPushNotificationConfigurations(ListTaskPushNotificationConfigsParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- listTasks(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Lists tasks with optional filtering and pagination.
- listTasks(ListTasksRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Lists tasks that match the specified filter.
- listTasks(ListTasksRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Lists tasks that match the specified filter.
- listTasks(ListTasksRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Lists tasks that match the specified filter.
- listTasks(ListTasksRequest, StreamObserver<ListTasksResponse>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Lists tasks that match the specified filter.
- listTasks(ListTasksRequest, StreamObserver<ListTasksResponse>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Lists tasks that match the specified filter.
- listTasks(ListTasksRequest, StreamObserver<ListTasksResponse>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- listTasks(ServerCallContext, String, String, String, Integer, String, Integer, String, Boolean) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Lists tasks with optional filtering and pagination.
- listTasks(ListTasksParams) - Method in class org.a2aproject.sdk.client.AbstractClient
-
List tasks with optional filtering and pagination.
- listTasks(ListTasksParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
List tasks with optional filtering and pagination.
- listTasks(ListTasksParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
List tasks for the current session or context.
- listTasks(ListTasksParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- listTasks(ListTasksParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- listTasks(ListTasksParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- listTasks(ListTasksParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
List tasks with optional filtering and pagination.
- listTasks(ListTasksParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- listTasks(ListTasksParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- listTasksParams(ListTasksRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- listTasksParams(ListTasksParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- ListTasksParams - Record Class in org.a2aproject.sdk.spec
-
Parameters for listing tasks with optional filtering and pagination.
- ListTasksParams() - Constructor for record class org.a2aproject.sdk.spec.ListTasksParams
-
Default constructor for listing all tasks.
- ListTasksParams(String, TaskState, Integer, String, Integer, Instant, Boolean, String) - Constructor for record class org.a2aproject.sdk.spec.ListTasksParams
-
Compact constructor for validation.
- ListTasksParams(Integer, String) - Constructor for record class org.a2aproject.sdk.spec.ListTasksParams
-
Constructor with pagination.
- ListTasksParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing instances.
- ListTasksParamsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
MapStruct mapper for ListTasksParams ↔ ListTasksRequest conversions.
- ListTasksParamsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- ListTasksParamsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.ListTasksParamsMapperImpl
- ListTasksRequest - Class in org.a2aproject.sdk.grpc
-
Parameters for listing tasks with optional filtering criteria.
- ListTasksRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
A list tasks request.
- ListTasksRequest(Object, ListTasksParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksRequest
-
Constructs request with ID and parameters.
- ListTasksRequest(String, Object, ListTasksParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksRequest
-
Constructs request with all parameters.
- ListTasksRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Parameters for listing tasks with optional filtering criteria.
- ListTasksRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- ListTasksRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- ListTasksResponse - Class in org.a2aproject.sdk.grpc
-
Result object for `ListTasks` method containing an array of tasks and pagination information.
- ListTasksResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
The response for a list tasks request.
- ListTasksResponse(Object, ListTasksResult) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResponse
-
Constructs successful response.
- ListTasksResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResponse
-
Constructs error response.
- ListTasksResponse(String, Object, ListTasksResult, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResponse
-
Constructs response with all parameters.
- ListTasksResponse.Builder - Class in org.a2aproject.sdk.grpc
-
Result object for `ListTasks` method containing an array of tasks and pagination information.
- ListTasksResponseOrBuilder - Interface in org.a2aproject.sdk.grpc
- listTasksResult(ListTasksResponseOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- listTasksResult(ListTasksResult) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- ListTasksResult - Record Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Result of a list tasks request containing matching tasks and pagination information.
- ListTasksResult(List<Task>) - Constructor for record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Constructor for results without pagination.
- ListTasksResult(List<Task>, int, int, String) - Constructor for record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Compact constructor for validation.
- ListTasksResult.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- ListTasksResultMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
ListTasksResultandListTasksResponse. - ListTasksResultMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- ListTasksResultMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.ListTasksResultMapperImpl
- listToListValue(List<Object>) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts Java List to protobuf ListValue.
- Literal() - Constructor for class org.a2aproject.sdk.server.PublicAgentCard.Literal
- location() - Method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Returns the value of the
locationrecord component. - location(APIKeySecurityScheme.Location) - Method in class org.a2aproject.sdk.spec.APIKeySecurityScheme.Builder
-
Sets the location where the API key should be sent.
- LOCATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- LOCATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
M
- main(String[]) - Static method in class org.a2aproject.sdk.examples.helloworld.HelloWorldClient
- main(String[]) - Static method in class org.a2aproject.sdk.itk.Main
- Main - Class in org.a2aproject.sdk.itk
- Main() - Constructor for class org.a2aproject.sdk.itk.Main
- mainEventBus(MainEventBus) - Method in class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
-
Sets the main event bus
- MainEventBus - Class in org.a2aproject.sdk.server.events
- MainEventBus() - Constructor for class org.a2aproject.sdk.server.events.MainEventBus
- MainEventBusProcessor - Class in org.a2aproject.sdk.server.events
-
Background processor for the MainEventBus.
- MainEventBusProcessor() - Constructor for class org.a2aproject.sdk.server.events.MainEventBusProcessor
-
No-arg constructor for CDI proxying.
- MainEventBusProcessor(MainEventBus, TaskStore, PushNotificationSender, QueueManager) - Constructor for class org.a2aproject.sdk.server.events.MainEventBusProcessor
- MainEventBusProcessorCallback - Interface in org.a2aproject.sdk.server.events
-
Callback interface for MainEventBusProcessor events.
- MainEventBusProcessorInitializer - Class in org.a2aproject.sdk.server.events
-
Portable CDI initializer for MainEventBusProcessor.
- MainEventBusProcessorInitializer() - Constructor for class org.a2aproject.sdk.server.events.MainEventBusProcessorInitializer
- map(byte[]) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(BoolValue) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(ByteString) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Duration) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Int32Value) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Int64Value) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(StringValue) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Struct) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Timestamp) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Value) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Duration) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(Instant) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- map(APIKeySecurityScheme.Location) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapBool(Boolean) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapFromBuffer(ByteBuffer) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapGrpcError(StatusException) - Static method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcErrorMapper_v0_3
- mapGrpcError(StatusException, String) - Static method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcErrorMapper_v0_3
- mapGrpcError(StatusRuntimeException) - Static method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcErrorMapper_v0_3
- mapGrpcError(StatusRuntimeException, String) - Static method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcErrorMapper_v0_3
- mapGrpcError(Exception, String) - Static method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcErrorMapper_v0_3
- mapGrpcError(Throwable) - Static method in class org.a2aproject.sdk.client.transport.grpc.GrpcErrorMapper
- mapGrpcError(Throwable, String) - Static method in class org.a2aproject.sdk.client.transport.grpc.GrpcErrorMapper
- mapInt(Integer) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapLong(Long) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapRestError(String, int) - Static method in class org.a2aproject.sdk.client.transport.rest.RestErrorMapper
- mapRestError(String, int) - Static method in class org.a2aproject.sdk.compat03.client.transport.rest.RestErrorMapper_v0_3
- mapRestError(String, int, Map<String, List<String>>) - Static method in class org.a2aproject.sdk.client.transport.rest.RestErrorMapper
- mapRestError(String, String, int) - Static method in class org.a2aproject.sdk.compat03.client.transport.rest.RestErrorMapper_v0_3
- mapRestError(A2AHttpResponse) - Static method in class org.a2aproject.sdk.client.transport.rest.RestErrorMapper
- mapRestError(A2AHttpResponse) - Static method in class org.a2aproject.sdk.compat03.client.transport.rest.RestErrorMapper_v0_3
- mapSecurityRequirement(SecurityRequirement) - Method in interface org.a2aproject.sdk.grpc.mapper.SecurityRequirementMapper
-
Converts a single domain SecurityRequirement to a proto SecurityRequirement message.
- mapString(String) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapStruct(Map<String, Object>) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapToBuffer(ByteString) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- mapToStruct(Map<String, Object>) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts domain Map to protobuf Struct (generic conversion).
- mapValue(Object) - Method in interface org.a2aproject.sdk.grpc.mapper.A2AProtoMapperConfig
- markStarted() - Method in class org.a2aproject.sdk.server.events.EnhancedRunnable
-
Marks this runnable as started, preventing further callback additions.
- MEDIA_TYPE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Part
- MediaType - Interface in org.a2aproject.sdk.common
-
Common MIME type constants.
- mergeApiKeySecurityScheme(APIKeySecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - mergeApiKeySecurityScheme(APIKeySecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- mergeArtifact(Artifact) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- mergeArtifact(Artifact) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- mergeArtifactUpdate(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - mergeArtifactUpdate(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- mergeAuthentication(AuthenticationInfo) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- mergeAuthentication(AuthenticationInfo) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- mergeAuthorizationCode(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - mergeAuthorizationCode(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- mergeCallAgent(InstructionOuterClass.CallAgent) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - mergeCapabilities(AgentCapabilities) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- mergeCapabilities(AgentCapabilities) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- mergeClientCredentials(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - mergeClientCredentials(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- mergeConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - mergeConfiguration(SendMessageConfiguration) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - mergeConfiguration(SendMessageConfiguration) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- mergeData(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - mergeData(Value) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- mergeData(DataPart) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - mergeDeviceCode(DeviceCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- mergeFile(FilePart) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - mergeFlows(OAuthFlows) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- mergeFlows(OAuthFlows) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class itk.InstructionOuterClass.CallAgent.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class itk.InstructionOuterClass.Instruction.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.Message.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.Part.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.Task.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- mergeFrom(Message) - Method in class itk.InstructionOuterClass.CallAgent.Builder
- mergeFrom(Message) - Method in class itk.InstructionOuterClass.Instruction.Builder
- mergeFrom(Message) - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- mergeFrom(Message) - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- mergeFrom(Message) - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- mergeFrom(Message) - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- mergeFrom(Message) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.Message.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.Part.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.Task.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- mergeFrom(InstructionOuterClass.CallAgent) - Method in class itk.InstructionOuterClass.CallAgent.Builder
- mergeFrom(InstructionOuterClass.Instruction) - Method in class itk.InstructionOuterClass.Instruction.Builder
- mergeFrom(InstructionOuterClass.PushNotificationBehavior) - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
- mergeFrom(InstructionOuterClass.ResubscribeBehavior) - Method in class itk.InstructionOuterClass.ResubscribeBehavior.Builder
- mergeFrom(InstructionOuterClass.ReturnResponse) - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
- mergeFrom(InstructionOuterClass.SendMessageBehavior) - Method in class itk.InstructionOuterClass.SendMessageBehavior.Builder
- mergeFrom(InstructionOuterClass.SeriesOfSteps) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
- mergeFrom(AgentCapabilities) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
- mergeFrom(AgentCard) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
- mergeFrom(AgentCardSignature) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
- mergeFrom(AgentExtension) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
- mergeFrom(AgentInterface) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
- mergeFrom(AgentProvider) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
- mergeFrom(AgentSkill) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
- mergeFrom(APIKeySecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
- mergeFrom(Artifact) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
- mergeFrom(AuthenticationInfo) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
- mergeFrom(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
- mergeFrom(CancelTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
- mergeFrom(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
- mergeFrom(CreateTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
- mergeFrom(DataPart) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
- mergeFrom(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- mergeFrom(FilePart) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
- mergeFrom(GetAgentCardRequest) - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest.Builder
- mergeFrom(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
- mergeFrom(GetTaskRequest) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
- mergeFrom(HTTPAuthSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
- mergeFrom(ImplicitOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
- mergeFrom(ListTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
- mergeFrom(ListTaskPushNotificationConfigResponse) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
- mergeFrom(MutualTlsSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
- mergeFrom(OAuth2SecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
- mergeFrom(OAuthFlows) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
- mergeFrom(OpenIdConnectSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
- mergeFrom(Part) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
- mergeFrom(PasswordOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
- mergeFrom(PushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
- mergeFrom(Security) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
- mergeFrom(SecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
- mergeFrom(SendMessageConfiguration) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
- mergeFrom(SendMessageRequest) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
- mergeFrom(SendMessageResponse) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
- mergeFrom(StreamResponse) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
- mergeFrom(StringList) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
- mergeFrom(Task) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
- mergeFrom(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
- mergeFrom(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
- mergeFrom(TaskStatus) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
- mergeFrom(TaskStatusUpdateEvent) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
- mergeFrom(TaskSubscriptionRequest) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
- mergeFrom(AgentCapabilities) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
- mergeFrom(AgentCard) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
- mergeFrom(AgentCardSignature) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
- mergeFrom(AgentExtension) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
- mergeFrom(AgentInterface) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
- mergeFrom(AgentProvider) - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
- mergeFrom(AgentSkill) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
- mergeFrom(APIKeySecurityScheme) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
- mergeFrom(Artifact) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
- mergeFrom(AuthenticationInfo) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
- mergeFrom(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
- mergeFrom(CancelTaskRequest) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
- mergeFrom(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
- mergeFrom(DeleteTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
- mergeFrom(DeviceCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
- mergeFrom(GetExtendedAgentCardRequest) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
- mergeFrom(GetTaskPushNotificationConfigRequest) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
- mergeFrom(GetTaskRequest) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
- mergeFrom(HTTPAuthSecurityScheme) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
- mergeFrom(ImplicitOAuthFlow) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
- mergeFrom(ListTaskPushNotificationConfigsRequest) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
- mergeFrom(ListTaskPushNotificationConfigsResponse) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
- mergeFrom(ListTasksRequest) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
- mergeFrom(ListTasksResponse) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
- mergeFrom(Message) - Method in class org.a2aproject.sdk.grpc.Message.Builder
- mergeFrom(MutualTlsSecurityScheme) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
- mergeFrom(OAuth2SecurityScheme) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
- mergeFrom(OAuthFlows) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
- mergeFrom(OpenIdConnectSecurityScheme) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
- mergeFrom(Part) - Method in class org.a2aproject.sdk.grpc.Part.Builder
- mergeFrom(PasswordOAuthFlow) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
- mergeFrom(SecurityRequirement) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
- mergeFrom(SecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
- mergeFrom(SendMessageConfiguration) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
- mergeFrom(SendMessageRequest) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
- mergeFrom(SendMessageResponse) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
- mergeFrom(StreamResponse) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
- mergeFrom(StringList) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
- mergeFrom(SubscribeToTaskRequest) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
- mergeFrom(Task) - Method in class org.a2aproject.sdk.grpc.Task.Builder
- mergeFrom(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
- mergeFrom(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
- mergeFrom(TaskStatus) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
- mergeFrom(TaskStatusUpdateEvent) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
- mergeHeader(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- mergeHeader(Struct) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- mergeHttpAuthSecurityScheme(HTTPAuthSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - mergeHttpAuthSecurityScheme(HTTPAuthSecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- mergeImplicit(ImplicitOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - mergeImplicit(ImplicitOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- mergeInstruction(InstructionOuterClass.Instruction) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- mergeMessage(Message) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- mergeMessage(Message) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- mergeMessage(Message) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- mergeMessage(Message) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - mergeMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- mergeMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- mergeMsg(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - mergeMsg(Message) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - mergeMtlsSecurityScheme(MutualTlsSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - mergeMtlsSecurityScheme(MutualTlsSecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- mergeOauth2SecurityScheme(OAuth2SecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - mergeOauth2SecurityScheme(OAuth2SecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- mergeOpenIdConnectSecurityScheme(OpenIdConnectSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - mergeOpenIdConnectSecurityScheme(OpenIdConnectSecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- mergeParams(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- mergeParams(Struct) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- mergePassword(PasswordOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - mergePassword(PasswordOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- mergeProvider(AgentProvider) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- mergeProvider(AgentProvider) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- mergePushNotification(InstructionOuterClass.PushNotificationBehavior) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - mergePushNotification(PushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- mergePushNotificationConfig(PushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - mergeRequest(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - mergeResubscribe(InstructionOuterClass.ResubscribeBehavior) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - mergeReturnResponse(InstructionOuterClass.ReturnResponse) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - mergeSendMessage(InstructionOuterClass.SendMessageBehavior) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - mergeStatus(TaskStatus) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- mergeStatus(TaskStatus) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- mergeStatus(TaskStatus) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- mergeStatus(TaskStatus) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- mergeStatusTimestampAfter(Timestamp) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- mergeStatusUpdate(TaskStatusUpdateEvent) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - mergeStatusUpdate(TaskStatusUpdateEvent) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- mergeSteps(InstructionOuterClass.SeriesOfSteps) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - mergeTask(Task) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - mergeTask(Task) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - mergeTask(Task) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- mergeTask(Task) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- mergeTaskPushNotificationConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- mergeTimestamp(Timestamp) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- mergeTimestamp(Timestamp) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- mergeUpdate(Message) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- message() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
-
Returns the value of the
messagerecord component. - message() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
-
Returns the value of the
messagerecord component. - message() - Method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Returns the value of the
messagerecord component. - message() - Method in record class org.a2aproject.sdk.spec.TaskStatus
-
Returns the value of the
messagerecord component. - message(MessageOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- message(Message_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- message(Message_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3.Builder
- message(MessageOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- message(Message) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- message(Message) - Method in class org.a2aproject.sdk.spec.MessageSendParams.Builder
-
Sets the message to send to the agent.
- Message - Class in org.a2aproject.sdk.compat03.grpc
-
Message is one unit of communication between client and server.
- Message - Class in org.a2aproject.sdk.grpc
-
`Message` is one unit of communication between client and server.
- Message - Record Class in org.a2aproject.sdk.spec
-
Represents a single message in the conversation between a user and an agent in the A2A Protocol.
- Message(Message.Role, List<Part<?>>, String, String, String, List<String>, Map<String, Object>, List<String>) - Constructor for record class org.a2aproject.sdk.spec.Message
-
Compact constructor with validation and defensive copying.
- MESSAGE - Enum constant in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
- MESSAGE - Enum constant in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
- MESSAGE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageRequest
- MESSAGE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageResponse
- MESSAGE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.StreamResponse
- MESSAGE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskStatus
- MESSAGE_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Message
- MESSAGE_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- MESSAGE_SEND - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- MESSAGE_SEND_STREAM - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- Message_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a single message in the conversation between a user and an agent.
- Message_v0_3(Message_v0_3.Role, List<Part_v0_3<?>>, String, String, String, List<String>, Map<String, Object>, List<String>) - Constructor for record class org.a2aproject.sdk.compat03.spec.Message_v0_3
- Message_v0_3(Message_v0_3.Role, List<Part_v0_3<?>>, String, String, String, List<String>, Map<String, Object>, List<String>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Creates an instance of a
Message_v0_3record class. - Message_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- Message_v0_3.Role - Enum Class in org.a2aproject.sdk.compat03.spec
- Message.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Message is one unit of communication between client and server.
- Message.Builder - Class in org.a2aproject.sdk.grpc
-
`Message` is one unit of communication between client and server.
- Message.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
Messageinstances with fluent API. - Message.Role - Enum Class in org.a2aproject.sdk.spec
-
Defines the role of the message sender in the conversation.
- messageBuilder() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Creates a Message.Builder pre-populated with agent defaults.
- MessageEvent - Class in org.a2aproject.sdk.client
-
A client event containing an agent's message response.
- MessageEvent(Message) - Constructor for class org.a2aproject.sdk.client.MessageEvent
-
Create a message event.
- MessageEvent_v0_3 - Class in org.a2aproject.sdk.compat03.client
-
A message event received by a client.
- MessageEvent_v0_3(Message_v0_3) - Constructor for class org.a2aproject.sdk.compat03.client.MessageEvent_v0_3
-
A message event.
- messageId() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
messageIdrecord component. - messageId() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
messageIdrecord component. - messageId(String) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- messageId(String) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the unique identifier for this message.
- messageListToMessageArray(List<Message>) - Method in class org.a2aproject.sdk.grpc.mapper.TaskMapperImpl
- MessageMapper - Interface in org.a2aproject.sdk.grpc.mapper
- MessageMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting Message between A2A Protocol v0.3 and v1.0.
- MessageMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- MessageMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.MessageMapper_v0_3Impl
- MessageMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- MessageMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.MessageMapperImpl
- MessageOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- MessageOrBuilder - Interface in org.a2aproject.sdk.grpc
- messageSendConfiguration(MessageSendConfiguration_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- messageSendConfiguration(MessageSendConfiguration) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- MessageSendConfiguration - Record Class in org.a2aproject.sdk.spec
-
Configuration options for
message/sendandmessage/streamrequests. - MessageSendConfiguration(List<String>, Integer, TaskPushNotificationConfig, Boolean) - Constructor for record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Compact constructor for validation.
- MessageSendConfiguration_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines configuration options for a `message/send` or `message/stream` request.
- MessageSendConfiguration_v0_3(List<String>, Integer, PushNotificationConfig_v0_3, Boolean) - Constructor for record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Creates an instance of a
MessageSendConfiguration_v0_3record class. - MessageSendConfiguration_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- MessageSendConfiguration.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
MessageSendConfigurationinstances. - MessageSendConfigurationMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
MessageSendConfigurationandSendMessageConfiguration. - MessageSendConfigurationMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.params
-
Bidirectional mapper for converting MessageSendConfiguration between A2A Protocol v0.3 and v1.0.
- MessageSendConfigurationMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.params
- MessageSendConfigurationMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendConfigurationMapper_v0_3Impl
- MessageSendConfigurationMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- MessageSendConfigurationMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapperImpl
- messageSendParams(SendMessageRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- messageSendParams(SendMessageRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- MessageSendParams - Record Class in org.a2aproject.sdk.spec
-
Parameters for sending a message to an agent in the A2A Protocol.
- MessageSendParams(Message, MessageSendConfiguration, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.MessageSendParams
-
Convenience constructor with default tenant.
- MessageSendParams(Message, MessageSendConfiguration, Map<String, Object>, String) - Constructor for record class org.a2aproject.sdk.spec.MessageSendParams
-
Compact constructor for validation.
- MessageSendParams_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines the parameters for a request to send a message to an agent.
- MessageSendParams_v0_3(Message_v0_3, MessageSendConfiguration_v0_3, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
-
Creates an instance of a
MessageSendParams_v0_3record class. - MessageSendParams_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- MessageSendParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
MessageSendParamsinstances. - MessageSendParamsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
MessageSendParamsandSendMessageRequest. - MessageSendParamsMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.params
-
Bidirectional mapper for converting MessageSendParams between A2A Protocol v0.3 and v1.0.
- MessageSendParamsMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.params
- MessageSendParamsMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendParamsMapper_v0_3Impl
- MessageSendParamsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- MessageSendParamsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.MessageSendParamsMapperImpl
- metadata() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.TaskIdParams_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.CancelTaskParams
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.DataPart
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.FilePart
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.spec.TextPart
-
Returns the value of the
metadatarecord component. - metadata() - Method in record class org.a2aproject.sdk.util.ErrorDetail
-
Returns the value of the
metadatarecord component. - metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Sets additional metadata for the artifact.
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets additional metadata for the message.
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.MessageSendParams.Builder
-
Sets optional metadata for the request.
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.CancelTaskParams.Builder
-
Sets optional metadata for the request.
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Sets arbitrary metadata associated with the task.
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent.Builder
-
Sets the metadata for this event.
- metadata(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.TaskStatusUpdateEvent.Builder
-
Sets the metadata.
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Artifact
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Message
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Task
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Artifact
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.CancelTaskRequest
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Part
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageRequest
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Task
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- METADATA_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- METADATA_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.grpc.context.GrpcContextKeys_v0_3
-
Context key for storing the complete gRPC Metadata object.
- METADATA_KEY - Static variable in class org.a2aproject.sdk.transport.grpc.context.GrpcContextKeys
-
Context key for storing the complete gRPC Metadata object.
- metadataFromProto(Struct) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf Struct to domain metadata Map.
- metadataToProto(Map<String, Object>) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts domain metadata Map to protobuf Struct.
- method - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- method - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
The method name to invoke.
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3.Builder
- method(String) - Method in class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3.Builder
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.GetAuthenticatedExtendedCardRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3
- METHOD - Static variable in class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3
- METHOD_MAPPING - Static variable in class org.a2aproject.sdk.transport.grpc.context.GrpcContextKeys
-
Mapping from gRPC method names to A2A protocol method names.
- METHOD_NAME_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.grpc.context.GrpcContextKeys_v0_3
-
Context key for storing the method name being called.
- METHOD_NAME_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.jsonrpc.context.JSONRPCContextKeys_v0_3
-
Context key for storing the method name being called.
- METHOD_NAME_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.rest.context.RestContextKeys_v0_3
-
Context key for storing the method name being called.
- METHOD_NAME_KEY - Static variable in class org.a2aproject.sdk.transport.grpc.context.GrpcContextKeys
-
Context key for storing the method name being called.
- METHOD_NAME_KEY - Static variable in class org.a2aproject.sdk.transport.jsonrpc.context.JSONRPCContextKeys
-
Context key for storing the method name being called.
- METHOD_NAME_KEY - Static variable in class org.a2aproject.sdk.transport.rest.context.RestContextKeys
-
Context key for storing the method name being called.
- METHOD_NOT_FOUND - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
JSON-RPC error code for method not found (-32601).
- METHOD_NOT_FOUND_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- MethodNotFoundError - Exception in org.a2aproject.sdk.spec
-
JSON-RPC error indicating that the requested method does not exist or is not available.
- MethodNotFoundError() - Constructor for exception org.a2aproject.sdk.spec.MethodNotFoundError
-
Constructs error with default message.
- MethodNotFoundError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.MethodNotFoundError
-
Constructs error with all parameters.
- MethodNotFoundError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An error indicating that the requested method does not exist or is not available.
- MethodNotFoundError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.MethodNotFoundError_v0_3
- MethodNotFoundError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.MethodNotFoundError_v0_3
- MethodNotFoundJsonMappingException - Exception in org.a2aproject.sdk.jsonrpc.common.json
-
Exception thrown when JSON mapping fails due to a method not found error.
- MethodNotFoundJsonMappingException(String, Object) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.MethodNotFoundJsonMappingException
-
Constructs exception with message and request ID.
- MethodNotFoundJsonMappingException(String, Throwable, Object) - Constructor for exception org.a2aproject.sdk.jsonrpc.common.json.MethodNotFoundJsonMappingException
-
Constructs exception with message, cause, and request ID.
- MethodNotFoundJsonMappingException_v0_3 - Exception in org.a2aproject.sdk.compat03.spec
- MethodNotFoundJsonMappingException_v0_3(String, Object) - Constructor for exception org.a2aproject.sdk.compat03.spec.MethodNotFoundJsonMappingException_v0_3
- MethodNotFoundJsonMappingException_v0_3(String, Throwable, Object) - Constructor for exception org.a2aproject.sdk.compat03.spec.MethodNotFoundJsonMappingException_v0_3
- methodNotFoundMessage(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Catch-all route for undefined endpoints.
- MicroProfileConfigProvider - Class in org.a2aproject.sdk.integrations.microprofile
-
MicroProfile Config-based implementation of
A2AConfigProvider. - MicroProfileConfigProvider() - Constructor for class org.a2aproject.sdk.integrations.microprofile.MicroProfileConfigProvider
- millisToInstant(long) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf milliseconds-since-epoch (int64) to domain Instant.
- MIME_TYPE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.FilePart
- mimeType() - Method in interface org.a2aproject.sdk.compat03.spec.FileContent_v0_3
- mimeType() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithBytes_v0_3
-
Returns the value of the
mimeTyperecord component. - mimeType() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithUri_v0_3
-
Returns the value of the
mimeTyperecord component. - mimeType() - Method in interface org.a2aproject.sdk.spec.FileContent
-
Returns the MIME type of the file content.
- mimeType() - Method in class org.a2aproject.sdk.spec.FileWithBytes
- mimeType() - Method in record class org.a2aproject.sdk.spec.FileWithUri
-
Returns the value of the
mimeTyperecord component. - MIRApp1AgentCardProducer - Class in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1
- MIRApp1AgentCardProducer() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1.MIRApp1AgentCardProducer
- MIRApp1AgentExecutorProducer - Class in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1
- MIRApp1AgentExecutorProducer() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1.MIRApp1AgentExecutorProducer
- MIRApp2AgentCardProducer - Class in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2
- MIRApp2AgentCardProducer() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2.MIRApp2AgentCardProducer
- MIRApp2AgentExecutorProducer - Class in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2
- MIRApp2AgentExecutorProducer() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2.MIRApp2AgentExecutorProducer
- MSG - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
- MSG - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
- MSG_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- MSG_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- MTLS_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- MTLS_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- MTLS_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- MTLS_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SecurityScheme
- MultiInstanceReplicationAgentCards - Class in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common
-
Shared AgentCard factory for multi-instance replication tests.
- MultiInstanceReplicationAgentExecutor - Class in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common
-
Shared test agent executor for multi-instance replication tests.
- MultiInstanceReplicationAgentExecutor() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common.MultiInstanceReplicationAgentExecutor
- MultiVersionJSONRPCRoutes - Class in org.a2aproject.sdk.server.multiversion.jsonrpc
- MultiVersionJSONRPCRoutes() - Constructor for class org.a2aproject.sdk.server.multiversion.jsonrpc.MultiVersionJSONRPCRoutes
- MultiVersionRestRoutes - Class in org.a2aproject.sdk.server.multiversion.rest
- MultiVersionRestRoutes() - Constructor for class org.a2aproject.sdk.server.multiversion.rest.MultiVersionRestRoutes
- MutualTlsSecurityScheme - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.MutualTlsSecurityScheme - MutualTlsSecurityScheme - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using mTLS authentication.
- MutualTLSSecurityScheme - Record Class in org.a2aproject.sdk.spec
-
Mutual TLS (mTLS) security scheme for agent authentication.
- MutualTLSSecurityScheme(String) - Constructor for record class org.a2aproject.sdk.spec.MutualTLSSecurityScheme
-
Creates an instance of a
MutualTLSSecuritySchemerecord class. - MutualTLSSecurityScheme_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines a security scheme using mTLS authentication.
- MutualTLSSecurityScheme_v0_3() - Constructor for record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
- MutualTLSSecurityScheme_v0_3(String) - Constructor for record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
- MutualTLSSecurityScheme_v0_3(String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
-
Creates an instance of a
MutualTLSSecurityScheme_v0_3record class. - MutualTlsSecurityScheme.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.MutualTlsSecurityScheme - MutualTlsSecurityScheme.Builder - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using mTLS authentication.
- MutualTLSSecuritySchemeMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
MutualTLSSecuritySchemeandMutualTlsSecurityScheme. - MutualTLSSecuritySchemeMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- MutualTLSSecuritySchemeMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.MutualTLSSecuritySchemeMapperImpl
- MutualTlsSecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- MutualTlsSecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.grpc
N
- name() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClientProvider
-
Returns the name of this provider for logging and debugging purposes.
- name() - Method in class org.a2aproject.sdk.client.http.AndroidA2AHttpClientProvider
- name() - Method in class org.a2aproject.sdk.client.http.JdkA2AHttpClientProvider
- name() - Method in class org.a2aproject.sdk.client.http.VertxA2AHttpClientProvider
- name() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns the value of the
namerecord component. - name() - Method in interface org.a2aproject.sdk.compat03.spec.FileContent_v0_3
- name() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithBytes_v0_3
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithUri_v0_3
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Returns the value of the
namerecord component. - name() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns the value of the
namerecord component. - name() - Method in interface org.a2aproject.sdk.spec.FileContent
-
Returns the file name.
- name() - Method in class org.a2aproject.sdk.spec.FileWithBytes
- name() - Method in record class org.a2aproject.sdk.spec.FileWithUri
-
Returns the value of the
namerecord component. - name(String) - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Sets the human-readable name of the artifact.
- name(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- name(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- name(String) - Method in class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Builder
- name(String) - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- name(String) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the human-readable name of the agent.
- name(String) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets the human-readable name of the skill.
- name(String) - Method in class org.a2aproject.sdk.spec.APIKeySecurityScheme.Builder
-
Sets the name of the API key parameter.
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Artifact
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- NAME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Artifact
- newAgentMessage(List<Part<?>>, Map<String, Object>) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Creates a new agent message with the given parts and metadata.
- newArtifact(String, List<Part<?>>) - Static method in class org.a2aproject.sdk.server.util.ArtifactUtils
-
Creates a new Artifact object with empty description.
- newArtifact(String, List<Part<?>>, String) - Static method in class org.a2aproject.sdk.server.util.ArtifactUtils
-
Creates a new Artifact object.
- newBlockingStub(Channel) - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingV2Stub(Channel) - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBlockingV2Stub(Channel) - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
-
Creates a new blocking-style stub that supports all types of calls on the service
- newBuilder() - Static method in class itk.InstructionOuterClass.CallAgent
- newBuilder() - Static method in class itk.InstructionOuterClass.Instruction
- newBuilder() - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- newBuilder() - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- newBuilder() - Static method in class itk.InstructionOuterClass.ReturnResponse
- newBuilder() - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- newBuilder() - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- newBuilder() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AgentCard
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.Artifact
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.Message
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.Part
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.StringList
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.Task
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- newBuilder() - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- newBuilder(InstructionOuterClass.CallAgent) - Static method in class itk.InstructionOuterClass.CallAgent
- newBuilder(InstructionOuterClass.Instruction) - Static method in class itk.InstructionOuterClass.Instruction
- newBuilder(InstructionOuterClass.PushNotificationBehavior) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- newBuilder(InstructionOuterClass.ResubscribeBehavior) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- newBuilder(InstructionOuterClass.ReturnResponse) - Static method in class itk.InstructionOuterClass.ReturnResponse
- newBuilder(InstructionOuterClass.SendMessageBehavior) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- newBuilder(InstructionOuterClass.SeriesOfSteps) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- newBuilder(AgentCapabilities) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- newBuilder(AgentCard) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- newBuilder(AgentCardSignature) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- newBuilder(AgentExtension) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- newBuilder(AgentInterface) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- newBuilder(AgentProvider) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- newBuilder(AgentSkill) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- newBuilder(APIKeySecurityScheme) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- newBuilder(Artifact) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- newBuilder(AuthenticationInfo) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- newBuilder(AuthorizationCodeOAuthFlow) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- newBuilder(CancelTaskRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- newBuilder(ClientCredentialsOAuthFlow) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- newBuilder(CreateTaskPushNotificationConfigRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- newBuilder(DataPart) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- newBuilder(DeleteTaskPushNotificationConfigRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilder(FilePart) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- newBuilder(GetAgentCardRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- newBuilder(GetTaskPushNotificationConfigRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- newBuilder(GetTaskRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- newBuilder(HTTPAuthSecurityScheme) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- newBuilder(ImplicitOAuthFlow) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- newBuilder(ListTaskPushNotificationConfigRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- newBuilder(ListTaskPushNotificationConfigResponse) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- newBuilder(Message) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- newBuilder(MutualTlsSecurityScheme) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- newBuilder(OAuth2SecurityScheme) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- newBuilder(OAuthFlows) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- newBuilder(OpenIdConnectSecurityScheme) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- newBuilder(Part) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- newBuilder(PasswordOAuthFlow) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- newBuilder(PushNotificationConfig) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- newBuilder(Security) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- newBuilder(SecurityScheme) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- newBuilder(SendMessageConfiguration) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- newBuilder(SendMessageRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- newBuilder(SendMessageResponse) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- newBuilder(StreamResponse) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- newBuilder(StringList) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- newBuilder(Task) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- newBuilder(TaskArtifactUpdateEvent) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- newBuilder(TaskPushNotificationConfig) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- newBuilder(TaskStatus) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- newBuilder(TaskStatusUpdateEvent) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- newBuilder(TaskSubscriptionRequest) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- newBuilder(AgentCapabilities) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- newBuilder(AgentCard) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- newBuilder(AgentCardSignature) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- newBuilder(AgentExtension) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- newBuilder(AgentInterface) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- newBuilder(AgentProvider) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- newBuilder(AgentSkill) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- newBuilder(APIKeySecurityScheme) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- newBuilder(Artifact) - Static method in class org.a2aproject.sdk.grpc.Artifact
- newBuilder(AuthenticationInfo) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- newBuilder(AuthorizationCodeOAuthFlow) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- newBuilder(CancelTaskRequest) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- newBuilder(ClientCredentialsOAuthFlow) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- newBuilder(DeleteTaskPushNotificationConfigRequest) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilder(DeviceCodeOAuthFlow) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- newBuilder(GetExtendedAgentCardRequest) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- newBuilder(GetTaskPushNotificationConfigRequest) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- newBuilder(GetTaskRequest) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- newBuilder(HTTPAuthSecurityScheme) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- newBuilder(ImplicitOAuthFlow) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- newBuilder(ListTaskPushNotificationConfigsRequest) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- newBuilder(ListTaskPushNotificationConfigsResponse) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- newBuilder(ListTasksRequest) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- newBuilder(ListTasksResponse) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- newBuilder(Message) - Static method in class org.a2aproject.sdk.grpc.Message
- newBuilder(MutualTlsSecurityScheme) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- newBuilder(OAuth2SecurityScheme) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- newBuilder(OAuthFlows) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- newBuilder(OpenIdConnectSecurityScheme) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- newBuilder(Part) - Static method in class org.a2aproject.sdk.grpc.Part
- newBuilder(PasswordOAuthFlow) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- newBuilder(SecurityRequirement) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- newBuilder(SecurityScheme) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- newBuilder(SendMessageConfiguration) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- newBuilder(SendMessageRequest) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- newBuilder(SendMessageResponse) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- newBuilder(StreamResponse) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- newBuilder(StringList) - Static method in class org.a2aproject.sdk.grpc.StringList
- newBuilder(SubscribeToTaskRequest) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- newBuilder(Task) - Static method in class org.a2aproject.sdk.grpc.Task
- newBuilder(TaskArtifactUpdateEvent) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- newBuilder(TaskPushNotificationConfig) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- newBuilder(TaskStatus) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- newBuilder(TaskStatusUpdateEvent) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- newBuilderForType() - Method in class itk.InstructionOuterClass.CallAgent
- newBuilderForType() - Method in class itk.InstructionOuterClass.Instruction
- newBuilderForType() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- newBuilderForType() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- newBuilderForType() - Method in class itk.InstructionOuterClass.ReturnResponse
- newBuilderForType() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- newBuilderForType() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- newBuilderForType() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AgentCard
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.Artifact
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.Message
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.Part
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.StringList
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.Task
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- newBuilderForType() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class itk.InstructionOuterClass.CallAgent
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class itk.InstructionOuterClass.Instruction
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class itk.InstructionOuterClass.ReturnResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class itk.InstructionOuterClass.SendMessageBehavior
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class itk.InstructionOuterClass.SeriesOfSteps
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.Message
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.Part
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.Security
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.Task
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AgentCard
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AgentExtension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AgentInterface
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AgentProvider
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AgentSkill
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.Artifact
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.Message
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.Part
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.StreamResponse
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.StringList
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.Task
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.TaskStatus
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- newDataArtifact(String, Object) - Static method in class org.a2aproject.sdk.server.util.ArtifactUtils
-
Creates a new Artifact object containing only a single DataPart with empty description.
- newDataArtifact(String, Object, String) - Static method in class org.a2aproject.sdk.server.util.ArtifactUtils
-
Creates a new Artifact object containing only a single DataPart.
- newFutureStub(Channel) - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newStub(Channel) - Static method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class org.a2aproject.sdk.grpc.A2AServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newTextArtifact(String, String) - Static method in class org.a2aproject.sdk.server.util.ArtifactUtils
-
Creates a new Artifact object containing only a single TextPart with empty description.
- newTextArtifact(String, String, String) - Static method in class org.a2aproject.sdk.server.util.ArtifactUtils
-
Creates a new Artifact object containing only a single TextPart.
- NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksResponse
- nextPageToken() - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Returns the value of the
nextPageTokenrecord component. - nextPageToken() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Returns the value of the
nextPageTokenrecord component. - nextPageToken(String) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult.Builder
-
Sets the nextPageToken.
- NonStreamingJSONRPCRequest<T> - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Represents a non-streaming JSON-RPC request.
- NonStreamingJSONRPCRequest_v0_3<T> - Class in org.a2aproject.sdk.compat03.spec
-
Represents a non-streaming JSON-RPC request.
- NonStreamingJSONRPCRequest_v0_3() - Constructor for class org.a2aproject.sdk.compat03.spec.NonStreamingJSONRPCRequest_v0_3
- NOOP - Static variable in interface org.a2aproject.sdk.server.events.MainEventBusProcessorCallback
-
No-op implementation that does nothing.
- NoTaskQueueException - Exception in org.a2aproject.sdk.server.events
-
Exception thrown when attempting to access a task queue that does not exist.
- NoTaskQueueException() - Constructor for exception org.a2aproject.sdk.server.events.NoTaskQueueException
-
Creates a NoTaskQueueException with no message.
- NoTaskQueueException(String) - Constructor for exception org.a2aproject.sdk.server.events.NoTaskQueueException
-
Creates a NoTaskQueueException with the specified detail message.
- NoTaskQueueException(String, Throwable) - Constructor for exception org.a2aproject.sdk.server.events.NoTaskQueueException
-
Creates a NoTaskQueueException with the specified detail message and cause.
- NoTaskQueueException(String, Throwable, boolean, boolean) - Constructor for exception org.a2aproject.sdk.server.events.NoTaskQueueException
-
Creates a NoTaskQueueException with the specified message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- NoTaskQueueException(Throwable) - Constructor for exception org.a2aproject.sdk.server.events.NoTaskQueueException
-
Creates a NoTaskQueueException with the specified cause.
- NotNull - Annotation Interface in org.a2aproject.sdk.util
- nullToEmpty(String) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts null strings to empty strings for protobuf.
O
- OAUTH2_METADATA_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- OAUTH2_METADATA_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- OAUTH2_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- OAUTH2_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- OAUTH2_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- OAUTH2_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SecurityScheme
- oauth2MetadataUrl() - Method in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Returns the value of the
oauth2MetadataUrlrecord component. - oauth2MetadataUrl() - Method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Returns the value of the
oauth2MetadataUrlrecord component. - oauth2MetadataUrl(String) - Method in class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3.Builder
- oauth2MetadataUrl(String) - Method in class org.a2aproject.sdk.spec.OAuth2SecurityScheme.Builder
-
Sets the OAuth 2.0 metadata URL.
- OAuth2SecurityScheme - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.OAuth2SecurityScheme - OAuth2SecurityScheme - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using OAuth 2.0.
- OAuth2SecurityScheme - Record Class in org.a2aproject.sdk.spec
-
OAuth 2.0 security scheme for agent authentication.
- OAuth2SecurityScheme(OAuthFlows, String, String) - Constructor for record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Compact constructor with validation.
- OAuth2SecurityScheme_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines a security scheme using OAuth 2.0.
- OAuth2SecurityScheme_v0_3(OAuthFlows_v0_3, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
- OAuth2SecurityScheme_v0_3(OAuthFlows_v0_3, String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Creates an instance of a
OAuth2SecurityScheme_v0_3record class. - OAuth2SecurityScheme_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- OAuth2SecurityScheme.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.OAuth2SecurityScheme - OAuth2SecurityScheme.Builder - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using OAuth 2.0.
- OAuth2SecurityScheme.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
OAuth2SecuritySchemeinstances. - OAuth2SecuritySchemeMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
OAuth2SecuritySchemeandOAuth2SecurityScheme. - OAuth2SecuritySchemeMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- OAuth2SecuritySchemeMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.OAuth2SecuritySchemeMapperImpl
- OAuth2SecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- OAuth2SecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.grpc
- OAuthFlows - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.OAuthFlows - OAuthFlows - Class in org.a2aproject.sdk.grpc
-
Defines the configuration for the supported OAuth 2.0 flows.
- OAuthFlows - Record Class in org.a2aproject.sdk.spec
-
Configuration for supported OAuth 2.0 authorization flows.
- OAuthFlows(AuthorizationCodeOAuthFlow, ClientCredentialsOAuthFlow, DeviceCodeOAuthFlow) - Constructor for record class org.a2aproject.sdk.spec.OAuthFlows
-
Creates an instance of a
OAuthFlowsrecord class. - OAuthFlows_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines the configuration for the supported OAuth 2.0 flows.
- OAuthFlows_v0_3(AuthorizationCodeOAuthFlow_v0_3, ClientCredentialsOAuthFlow_v0_3, ImplicitOAuthFlow_v0_3, PasswordOAuthFlow_v0_3) - Constructor for record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Creates an instance of a
OAuthFlows_v0_3record class. - OAuthFlows_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- OAuthFlows.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.OAuthFlows - OAuthFlows.Builder - Class in org.a2aproject.sdk.grpc
-
Defines the configuration for the supported OAuth 2.0 flows.
- OAuthFlows.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
OAuthFlowsinstances. - OAuthFlows.FlowCase - Enum Class in org.a2aproject.sdk.compat03.grpc
- OAuthFlows.FlowCase - Enum Class in org.a2aproject.sdk.grpc
- OAuthFlowsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
OAuthFlowsandOAuthFlows. - OAuthFlowsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- OAuthFlowsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapperImpl
- OAuthFlowsOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- OAuthFlowsOrBuilder - Interface in org.a2aproject.sdk.grpc
- OBJECT_MAPPER - Static variable in class org.a2aproject.sdk.compat03.json.JsonUtil_v0_3
-
Pre-configured
Gsoninstance for JSON operations. - OBJECT_MAPPER - Static variable in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Pre-configured
Gsoninstance for JSON operations. - objectToValue(Object) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts a Java Object to protobuf Value.
- of(String, Map<String, Object>) - Static method in record class org.a2aproject.sdk.util.ErrorDetail
-
Convenience factory using the standard A2A ErrorInfo type and domain.
- of(Map<String, List<String>>) - Static method in interface org.a2aproject.sdk.client.http.A2AHttpHeaders
-
Creates an
A2AHttpHeadersinstance from a map of header name to value lists. - offsetDateTimeToProtoTimestamp(OffsetDateTime) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts domain OffsetDateTime to protobuf Timestamp.
- onCancelTask(CancelTaskRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- onCancelTask(TaskIdParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Cancels a task.
- onCancelTask(CancelTaskRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Handles a task cancellation request.
- onCancelTask(CancelTaskParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onCancelTask(CancelTaskParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onCancelTask(CancelTaskParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onCancelTask(CancelTaskParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onComplete() - Method in class org.a2aproject.sdk.client.transport.jsonrpc.sse.SSEEventListener
- onComplete() - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.sse.SSEEventListener_v0_3
- onCompleted() - Method in class org.a2aproject.sdk.client.transport.grpc.EventStreamObserver
- onCompleted() - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.EventStreamObserver_v0_3
- onCreate() - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- onCreateTaskPushNotificationConfig(TaskPushNotificationConfig, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onCreateTaskPushNotificationConfig(TaskPushNotificationConfig, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onCreateTaskPushNotificationConfig(TaskPushNotificationConfig, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onCreateTaskPushNotificationConfig(TaskPushNotificationConfig, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onDeleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Deletes a task push notification configuration.
- onDeleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onDeleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onDeleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onDeleteTaskPushNotificationConfig(DeleteTaskPushNotificationConfigParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onEnqueue(EventQueueItem) - Method in interface org.a2aproject.sdk.server.events.EventEnqueueHook
-
Called when an item is enqueued to the event queue.
- onError(Throwable) - Method in class org.a2aproject.sdk.client.transport.grpc.EventStreamObserver
- onError(Throwable) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.EventStreamObserver_v0_3
- onError(Throwable, Future<Void>) - Method in class org.a2aproject.sdk.client.transport.spi.sse.AbstractSSEEventListener
-
Handles errors that occur during SSE streaming.
- onError(Throwable, Future<Void>) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.sse.RestSSEEventListener_v0_3
- onError(Throwable, Future<Void>) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.sse.SSEEventListener_v0_3
- onEventProcessed(String, Event) - Method in interface org.a2aproject.sdk.server.events.MainEventBusProcessorCallback
-
Called after an event has been fully processed (persisted, notification sent, distributed to children).
- onGetAuthenticatedExtendedCardRequest(GetAuthenticatedExtendedCardRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- onGetExtendedCardRequest(GetExtendedAgentCardRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Retrieves the extended agent card if configured.
- onGetTask(GetTaskRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- onGetTask(TaskQueryParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Gets a task by ID.
- onGetTask(GetTaskRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Retrieves a specific task by ID.
- onGetTask(TaskQueryParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onGetTask(TaskQueryParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onGetTask(TaskQueryParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onGetTask(TaskQueryParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onGetTaskPushNotificationConfig(GetTaskPushNotificationConfigParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Gets a task push notification configuration.
- onGetTaskPushNotificationConfig(GetTaskPushNotificationConfigParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onGetTaskPushNotificationConfig(GetTaskPushNotificationConfigParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onGetTaskPushNotificationConfig(GetTaskPushNotificationConfigParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onGetTaskPushNotificationConfig(GetTaskPushNotificationConfigParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onListTaskPushNotificationConfig(ListTaskPushNotificationConfigParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Lists task push notification configurations.
- onListTaskPushNotificationConfigs(ListTaskPushNotificationConfigsParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onListTaskPushNotificationConfigs(ListTaskPushNotificationConfigsParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onListTaskPushNotificationConfigs(ListTaskPushNotificationConfigsParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onListTaskPushNotificationConfigs(ListTaskPushNotificationConfigsParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onListTasks(ListTasksRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Lists tasks with optional filtering and pagination.
- onListTasks(ListTasksParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onListTasks(ListTasksParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onListTasks(ListTasksParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onListTasks(ListTasksParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onMessage(String, Future<Void>) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.sse.RestSSEEventListener_v0_3
- onMessage(String, Future<Void>) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.sse.SSEEventListener_v0_3
- onMessage(ServerSentEvent, Future<Void>) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.sse.SSEEventListener
- onMessage(ServerSentEvent, Future<Void>) - Method in class org.a2aproject.sdk.client.transport.rest.sse.SSEEventListener
- onMessage(ServerSentEvent, Future<Void>) - Method in class org.a2aproject.sdk.client.transport.spi.sse.AbstractSSEEventListener
-
Handles incoming SSE messages.
- onMessageSend(MessageSendParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Sends a message (blocking).
- onMessageSend(SendMessageRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- onMessageSend(SendMessageRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Handles a blocking message send request.
- onMessageSend(MessageSendParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onMessageSend(MessageSendParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onMessageSend(MessageSendParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onMessageSend(MessageSendParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onMessageSendStream(MessageSendParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Sends a message (streaming).
- onMessageSendStream(SendStreamingMessageRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- onMessageSendStream(SendStreamingMessageRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Handles a streaming message send request.
- onMessageSendStream(MessageSendParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onMessageSendStream(MessageSendParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onMessageSendStream(MessageSendParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onMessageSendStream(MessageSendParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onNext(StreamResponse) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.EventStreamObserver_v0_3
- onNext(StreamResponse) - Method in class org.a2aproject.sdk.client.transport.grpc.EventStreamObserver
- onReplicatedEvent(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.mp_reactive.ReactiveMessagingReplicationStrategy
- onReplicatedEvent(ReplicatedEventQueueItem) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- onResubscribeToTask(TaskIdParams_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Resubscribes to task updates (streaming).
- onResubscribeToTask(TaskResubscriptionRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- onSetTaskPushNotificationConfig(TaskPushNotificationConfig_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.conversion.Convert_v0_3_To10RequestHandler
-
Sets (creates) a task push notification configuration.
- onSubscribeToTask(SubscribeToTaskRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Subscribes to task updates via a streaming connection.
- onSubscribeToTask(TaskIdParams, ServerCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- onSubscribeToTask(TaskIdParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- onSubscribeToTask(TaskIdParams, ServerCallContext) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- onSubscribeToTask(TaskIdParams, ServerCallContext) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- onTaskFinalized(String) - Method in interface org.a2aproject.sdk.server.events.MainEventBusProcessorCallback
-
Called when a task reaches a final state (COMPLETED, FAILED, CANCELED, REJECTED).
- onTaskFinalized(TaskFinalizedEvent) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
-
Observes task finalization events fired AFTER database transaction commits.
- OPEN_ID_CONNECT_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- OPEN_ID_CONNECT_SECURITY_SCHEME - Enum constant in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- OPEN_ID_CONNECT_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- OPEN_ID_CONNECT_SECURITY_SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SecurityScheme
- OPEN_ID_CONNECT_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- OPEN_ID_CONNECT_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- OpenIdConnectSecurityScheme - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.OpenIdConnectSecurityScheme - OpenIdConnectSecurityScheme - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using OpenID Connect.
- OpenIdConnectSecurityScheme - Record Class in org.a2aproject.sdk.spec
-
OpenID Connect security scheme for agent authentication.
- OpenIdConnectSecurityScheme(String, String) - Constructor for record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
Compact constructor with validation.
- OpenIdConnectSecurityScheme_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines a security scheme using OpenID Connect.
- OpenIdConnectSecurityScheme_v0_3(String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
- OpenIdConnectSecurityScheme_v0_3(String, String, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
-
Creates an instance of a
OpenIdConnectSecurityScheme_v0_3record class. - OpenIdConnectSecurityScheme_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- OpenIdConnectSecurityScheme.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.OpenIdConnectSecurityScheme - OpenIdConnectSecurityScheme.Builder - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme using OpenID Connect.
- OpenIdConnectSecurityScheme.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
OpenIdConnectSecuritySchemeinstances. - OpenIdConnectSecuritySchemeMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
OpenIdConnectSecuritySchemeandOpenIdConnectSecurityScheme. - OpenIdConnectSecuritySchemeMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- OpenIdConnectSecuritySchemeMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.OpenIdConnectSecuritySchemeMapperImpl
- OpenIdConnectSecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- OpenIdConnectSecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.grpc
- openIdConnectUrl() - Method in record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
-
Returns the value of the
openIdConnectUrlrecord component. - openIdConnectUrl() - Method in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
Returns the value of the
openIdConnectUrlrecord component. - openIdConnectUrl(String) - Method in class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3.Builder
- openIdConnectUrl(String) - Method in class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme.Builder
-
Sets the OpenID Connect Discovery URL.
- OpenTelemetryClientPropagatorTransport - Class in org.a2aproject.sdk.extras.opentelemetry.client.propagation
- OpenTelemetryClientPropagatorTransport(ClientTransport, OpenTelemetry) - Constructor for class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- OpenTelemetryClientPropagatorTransportWrapper - Class in org.a2aproject.sdk.extras.opentelemetry.client.propagation
-
OpenTelemetry client transport wrapper that adds opentelemetry propagation to A2A client calls.
- OpenTelemetryClientPropagatorTransportWrapper() - Constructor for class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransportWrapper
- OpenTelemetryClientTransport - Class in org.a2aproject.sdk.extras.opentelemetry.client
- OpenTelemetryClientTransport(ClientTransport, Tracer) - Constructor for class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- OpenTelemetryClientTransportWrapper - Class in org.a2aproject.sdk.extras.opentelemetry.client
-
OpenTelemetry client transport wrapper that adds distributed tracing to A2A client calls.
- OpenTelemetryClientTransportWrapper() - Constructor for class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransportWrapper
- OpenTelemetryRequestHandlerDecorator - Class in org.a2aproject.sdk.extras.opentelemetry
-
OpenTelemetry CDI Decorator for
RequestHandler. - OpenTelemetryRequestHandlerDecorator() - Constructor for class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
-
Default constructor for CDI.
- OpenTelemetryRequestHandlerDecorator(RequestHandler, Tracer) - Constructor for class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
-
Constructor for testing.
- org.a2aproject.sdk - package org.a2aproject.sdk
- org.a2aproject.sdk.bom.test - package org.a2aproject.sdk.bom.test
- org.a2aproject.sdk.client - package org.a2aproject.sdk.client
- org.a2aproject.sdk.client.config - package org.a2aproject.sdk.client.config
- org.a2aproject.sdk.client.http - package org.a2aproject.sdk.client.http
-
HTTP client utilities for A2A protocol communication.
- org.a2aproject.sdk.client.transport.grpc - package org.a2aproject.sdk.client.transport.grpc
- org.a2aproject.sdk.client.transport.jsonrpc - package org.a2aproject.sdk.client.transport.jsonrpc
- org.a2aproject.sdk.client.transport.jsonrpc.sse - package org.a2aproject.sdk.client.transport.jsonrpc.sse
- org.a2aproject.sdk.client.transport.rest - package org.a2aproject.sdk.client.transport.rest
- org.a2aproject.sdk.client.transport.rest.sse - package org.a2aproject.sdk.client.transport.rest.sse
- org.a2aproject.sdk.client.transport.spi - package org.a2aproject.sdk.client.transport.spi
- org.a2aproject.sdk.client.transport.spi.interceptors - package org.a2aproject.sdk.client.transport.spi.interceptors
- org.a2aproject.sdk.client.transport.spi.interceptors.auth - package org.a2aproject.sdk.client.transport.spi.interceptors.auth
- org.a2aproject.sdk.client.transport.spi.sse - package org.a2aproject.sdk.client.transport.spi.sse
- org.a2aproject.sdk.common - package org.a2aproject.sdk.common
-
Common shared types and constants for the A2A SDK.
- org.a2aproject.sdk.compat03 - package org.a2aproject.sdk.compat03
- org.a2aproject.sdk.compat03.client - package org.a2aproject.sdk.compat03.client
- org.a2aproject.sdk.compat03.client.config - package org.a2aproject.sdk.compat03.client.config
- org.a2aproject.sdk.compat03.client.http - package org.a2aproject.sdk.compat03.client.http
- org.a2aproject.sdk.compat03.client.transport.grpc - package org.a2aproject.sdk.compat03.client.transport.grpc
- org.a2aproject.sdk.compat03.client.transport.jsonrpc - package org.a2aproject.sdk.compat03.client.transport.jsonrpc
- org.a2aproject.sdk.compat03.client.transport.jsonrpc.sse - package org.a2aproject.sdk.compat03.client.transport.jsonrpc.sse
- org.a2aproject.sdk.compat03.client.transport.rest - package org.a2aproject.sdk.compat03.client.transport.rest
- org.a2aproject.sdk.compat03.client.transport.rest.sse - package org.a2aproject.sdk.compat03.client.transport.rest.sse
- org.a2aproject.sdk.compat03.client.transport.spi - package org.a2aproject.sdk.compat03.client.transport.spi
- org.a2aproject.sdk.compat03.client.transport.spi.interceptors - package org.a2aproject.sdk.compat03.client.transport.spi.interceptors
- org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth - package org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth
- org.a2aproject.sdk.compat03.common - package org.a2aproject.sdk.compat03.common
- org.a2aproject.sdk.compat03.conversion - package org.a2aproject.sdk.compat03.conversion
- org.a2aproject.sdk.compat03.conversion.mappers.config - package org.a2aproject.sdk.compat03.conversion.mappers.config
- org.a2aproject.sdk.compat03.conversion.mappers.domain - package org.a2aproject.sdk.compat03.conversion.mappers.domain
- org.a2aproject.sdk.compat03.conversion.mappers.params - package org.a2aproject.sdk.compat03.conversion.mappers.params
- org.a2aproject.sdk.compat03.conversion.mappers.result - package org.a2aproject.sdk.compat03.conversion.mappers.result
- org.a2aproject.sdk.compat03.grpc - package org.a2aproject.sdk.compat03.grpc
- org.a2aproject.sdk.compat03.grpc.utils - package org.a2aproject.sdk.compat03.grpc.utils
- org.a2aproject.sdk.compat03.json - package org.a2aproject.sdk.compat03.json
-
JSON processing exceptions for the A2A Java SDK.
- org.a2aproject.sdk.compat03.server.apps.quarkus - package org.a2aproject.sdk.compat03.server.apps.quarkus
- org.a2aproject.sdk.compat03.server.grpc.quarkus - package org.a2aproject.sdk.compat03.server.grpc.quarkus
- org.a2aproject.sdk.compat03.server.rest.quarkus - package org.a2aproject.sdk.compat03.server.rest.quarkus
- org.a2aproject.sdk.compat03.spec - package org.a2aproject.sdk.compat03.spec
- org.a2aproject.sdk.compat03.tck.server - package org.a2aproject.sdk.compat03.tck.server
- org.a2aproject.sdk.compat03.transport.grpc.context - package org.a2aproject.sdk.compat03.transport.grpc.context
- org.a2aproject.sdk.compat03.transport.grpc.handler - package org.a2aproject.sdk.compat03.transport.grpc.handler
- org.a2aproject.sdk.compat03.transport.jsonrpc.context - package org.a2aproject.sdk.compat03.transport.jsonrpc.context
- org.a2aproject.sdk.compat03.transport.jsonrpc.handler - package org.a2aproject.sdk.compat03.transport.jsonrpc.handler
- org.a2aproject.sdk.compat03.transport.rest.context - package org.a2aproject.sdk.compat03.transport.rest.context
- org.a2aproject.sdk.compat03.transport.rest.handler - package org.a2aproject.sdk.compat03.transport.rest.handler
- org.a2aproject.sdk.compat03.util - package org.a2aproject.sdk.compat03.util
- org.a2aproject.sdk.examples.cloud - package org.a2aproject.sdk.examples.cloud
- org.a2aproject.sdk.examples.helloworld - package org.a2aproject.sdk.examples.helloworld
- org.a2aproject.sdk.extras.common.events - package org.a2aproject.sdk.extras.common.events
- org.a2aproject.sdk.extras.opentelemetry - package org.a2aproject.sdk.extras.opentelemetry
-
Common OpenTelemetry utilities and shared components for A2A Java SDK.
- org.a2aproject.sdk.extras.opentelemetry.client - package org.a2aproject.sdk.extras.opentelemetry.client
- org.a2aproject.sdk.extras.opentelemetry.client.propagation - package org.a2aproject.sdk.extras.opentelemetry.client.propagation
- org.a2aproject.sdk.extras.opentelemetry.it - package org.a2aproject.sdk.extras.opentelemetry.it
- org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa - package org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa
- org.a2aproject.sdk.extras.queuemanager.replicated.core - package org.a2aproject.sdk.extras.queuemanager.replicated.core
- org.a2aproject.sdk.extras.queuemanager.replicated.mp_reactive - package org.a2aproject.sdk.extras.queuemanager.replicated.mp_reactive
- org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1 - package org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1
- org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2 - package org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2
- org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common - package org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.common
- org.a2aproject.sdk.extras.taskstore.database.jpa - package org.a2aproject.sdk.extras.taskstore.database.jpa
- org.a2aproject.sdk.grpc - package org.a2aproject.sdk.grpc
- org.a2aproject.sdk.grpc.mapper - package org.a2aproject.sdk.grpc.mapper
- org.a2aproject.sdk.grpc.utils - package org.a2aproject.sdk.grpc.utils
- org.a2aproject.sdk.integrations.microprofile - package org.a2aproject.sdk.integrations.microprofile
- org.a2aproject.sdk.itk - package org.a2aproject.sdk.itk
- org.a2aproject.sdk.jsonrpc.common.json - package org.a2aproject.sdk.jsonrpc.common.json
-
JSON processing exceptions for the A2A Java SDK.
- org.a2aproject.sdk.jsonrpc.common.wrappers - package org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC 2.0 protocol message wrappers for the A2A Protocol.
- org.a2aproject.sdk.server - package org.a2aproject.sdk.server
- org.a2aproject.sdk.server.agentexecution - package org.a2aproject.sdk.server.agentexecution
- org.a2aproject.sdk.server.apps.quarkus - package org.a2aproject.sdk.server.apps.quarkus
-
Quarkus JSON-RPC reference implementation for the A2A protocol.
- org.a2aproject.sdk.server.auth - package org.a2aproject.sdk.server.auth
- org.a2aproject.sdk.server.common.quarkus - package org.a2aproject.sdk.server.common.quarkus
- org.a2aproject.sdk.server.config - package org.a2aproject.sdk.server.config
- org.a2aproject.sdk.server.events - package org.a2aproject.sdk.server.events
- org.a2aproject.sdk.server.extensions - package org.a2aproject.sdk.server.extensions
- org.a2aproject.sdk.server.grpc.quarkus - package org.a2aproject.sdk.server.grpc.quarkus
-
Quarkus gRPC reference implementation for the A2A protocol.
- org.a2aproject.sdk.server.multiversion.jsonrpc - package org.a2aproject.sdk.server.multiversion.jsonrpc
- org.a2aproject.sdk.server.multiversion.rest - package org.a2aproject.sdk.server.multiversion.rest
- org.a2aproject.sdk.server.requesthandlers - package org.a2aproject.sdk.server.requesthandlers
- org.a2aproject.sdk.server.rest.quarkus - package org.a2aproject.sdk.server.rest.quarkus
-
Quarkus REST reference implementation for the A2A protocol.
- org.a2aproject.sdk.server.tasks - package org.a2aproject.sdk.server.tasks
- org.a2aproject.sdk.server.util - package org.a2aproject.sdk.server.util
- org.a2aproject.sdk.server.util.async - package org.a2aproject.sdk.server.util.async
- org.a2aproject.sdk.server.util.sse - package org.a2aproject.sdk.server.util.sse
-
Server-Sent Events (SSE) formatting utilities for A2A streaming responses.
- org.a2aproject.sdk.server.version - package org.a2aproject.sdk.server.version
- org.a2aproject.sdk.spec - package org.a2aproject.sdk.spec
-
JSON processing exceptions for the A2A Java SDK.
- org.a2aproject.sdk.sut - package org.a2aproject.sdk.sut
- org.a2aproject.sdk.testutils.docker - package org.a2aproject.sdk.testutils.docker
- org.a2aproject.sdk.transport.grpc.context - package org.a2aproject.sdk.transport.grpc.context
- org.a2aproject.sdk.transport.grpc.handler - package org.a2aproject.sdk.transport.grpc.handler
-
gRPC transport handler implementations for the A2A protocol.
- org.a2aproject.sdk.transport.jsonrpc.context - package org.a2aproject.sdk.transport.jsonrpc.context
- org.a2aproject.sdk.transport.jsonrpc.handler - package org.a2aproject.sdk.transport.jsonrpc.handler
-
JSON-RPC transport handler implementations for the A2A protocol.
- org.a2aproject.sdk.transport.rest.context - package org.a2aproject.sdk.transport.rest.context
- org.a2aproject.sdk.transport.rest.handler - package org.a2aproject.sdk.transport.rest.handler
-
REST transport handler implementations for the A2A protocol.
- org.a2aproject.sdk.util - package org.a2aproject.sdk.util
-
General-purpose utilities for the A2A SDK.
- organization() - Method in record class org.a2aproject.sdk.compat03.spec.AgentProvider_v0_3
-
Returns the value of the
organizationrecord component. - organization() - Method in record class org.a2aproject.sdk.spec.AgentProvider
-
Returns the value of the
organizationrecord component. - ORGANIZATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- ORGANIZATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentProvider
- OTEL_OPEN_TELEMETRY_KEY - Static variable in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransportWrapper
- OTEL_TRACER_KEY - Static variable in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransportWrapper
-
Configuration key for the OpenTelemetry Tracer instance.
- OTEL_TRACER_KEY - Static variable in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransportWrapper
-
Configuration key for the OpenTelemetry Tracer instance.
- OUTPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- OUTPUT_MODES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- outputModes() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
outputModesrecord component. - outputModes() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
outputModesrecord component. - outputModes(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- outputModes(List<String>) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets the supported output formats for this skill.
P
- PAGE_SIZE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- PAGE_SIZE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- PAGE_SIZE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- PAGE_SIZE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksResponse
- PAGE_TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- PAGE_TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- PAGE_TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- pageSize() - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Returns the value of the
pageSizerecord component. - pageSize() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Returns the value of the
pageSizerecord component. - pageSize() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
pageSizerecord component. - pageSize(int) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult.Builder
-
Sets the pageSize.
- pageSize(Integer) - Method in class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams.Builder
-
Sets the pageSize.
- pageSize(Integer) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the pageSize.
- pageToken() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Returns the value of the
pageTokenrecord component. - pageToken() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
pageTokenrecord component. - pageToken(String) - Method in class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams.Builder
-
Sets the pageToken.
- pageToken(String) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the pageToken.
- PageToken - Record Class in org.a2aproject.sdk.util
-
Represents a pagination token for keyset-based pagination.
- PageToken(Instant, String) - Constructor for record class org.a2aproject.sdk.util.PageToken
-
Creates an instance of a
PageTokenrecord class. - parameters - Variable in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfig
- params - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCRequest_v0_3
- params - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
The method parameters.
- params() - Method in record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Returns the value of the
paramsrecord component. - params() - Method in record class org.a2aproject.sdk.spec.AgentExtension
-
Returns the value of the
paramsrecord component. - params(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3.Builder
- params(Map<String, Object>) - Method in class org.a2aproject.sdk.spec.AgentExtension.Builder
-
Sets configuration parameters for the extension.
- params(DeleteTaskPushNotificationConfigParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigRequest_v0_3.Builder
- params(GetTaskPushNotificationConfigParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigRequest_v0_3.Builder
- params(ListTaskPushNotificationConfigParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigRequest_v0_3.Builder
- params(MessageSendParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3.Builder
- params(MessageSendParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3.Builder
- params(TaskIdParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.CancelTaskRequest_v0_3.Builder
- params(TaskIdParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3.Builder
- params(TaskPushNotificationConfig_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3.Builder
- params(TaskQueryParams_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskRequest_v0_3.Builder
- params(CancelTaskParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CancelTaskRequest.Builder
-
Sets the request parameters containing the task ID to cancel.
- params(DeleteTaskPushNotificationConfigParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.DeleteTaskPushNotificationConfigRequest.Builder
-
Sets the request parameters.
- params(GetTaskPushNotificationConfigParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest.Builder
-
Sets the request parameters.
- params(ListTaskPushNotificationConfigsParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTaskPushNotificationConfigsRequest.Builder
-
Sets the params.
- params(ListTasksParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksRequest.Builder
-
Sets the params.
- params(MessageSendParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageRequest.Builder
-
Sets the message send parameters (required).
- params(MessageSendParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageRequest.Builder
-
Sets the message send parameters.
- params(TaskIdParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.SubscribeToTaskRequest.Builder
-
Sets the request parameters.
- params(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.CreateTaskPushNotificationConfigRequest.Builder
-
Sets the request parameters.
- params(TaskQueryParams) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskRequest.Builder
-
Sets the request parameters.
- PARAMS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- PARAMS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentExtension
- PARENT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- PARENT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream) - Static method in class itk.InstructionOuterClass.CallAgent
- parseDelimitedFrom(InputStream) - Static method in class itk.InstructionOuterClass.Instruction
- parseDelimitedFrom(InputStream) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseDelimitedFrom(InputStream) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseDelimitedFrom(InputStream) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseDelimitedFrom(InputStream) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseDelimitedFrom(InputStream) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Message
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Part
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Task
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseDelimitedFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.CallAgent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.Instruction
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Message
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Part
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Task
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseError(JsonObject, Object, String) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- parseFrom(byte[]) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(byte[]) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(byte[]) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(byte[]) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(byte[]) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(byte[]) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(byte[]) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(byte[]) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(ByteString) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(ByteString) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(ByteString) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(ByteString) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(ByteString) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(ByteString) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(ByteString) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(ByteString) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(CodedInputStream) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(CodedInputStream) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(CodedInputStream) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(CodedInputStream) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(CodedInputStream) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(CodedInputStream) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(CodedInputStream) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(CodedInputStream) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(InputStream) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(InputStream) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(InputStream) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(InputStream) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(InputStream) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(InputStream) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(InputStream) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(InputStream) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(ByteBuffer) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(ByteBuffer) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(ByteBuffer) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(ByteBuffer) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(ByteBuffer) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(ByteBuffer) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(ByteBuffer) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(ByteBuffer) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.CallAgent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.Instruction
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.ReturnResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Artifact
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Message
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Part
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.StringList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.Task
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseGetTaskPushNotificationConfigName(String) - Static method in class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
-
Parses a get task push notification config request name and extracts taskId and configId.
- parseJsonString(String, Message.Builder, Object) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- parseJsonString(String, Message.Builder, Object, boolean) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- parser() - Static method in class itk.InstructionOuterClass.CallAgent
- parser() - Static method in class itk.InstructionOuterClass.Instruction
- parser() - Static method in class itk.InstructionOuterClass.PushNotificationBehavior
- parser() - Static method in class itk.InstructionOuterClass.ResubscribeBehavior
- parser() - Static method in class itk.InstructionOuterClass.ReturnResponse
- parser() - Static method in class itk.InstructionOuterClass.SendMessageBehavior
- parser() - Static method in class itk.InstructionOuterClass.SeriesOfSteps
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.Artifact
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.DataPart
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.FilePart
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.Message
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.Part
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.Security
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.StringList
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.Task
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- parser() - Static method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.AgentCapabilities
- parser() - Static method in class org.a2aproject.sdk.grpc.AgentCard
- parser() - Static method in class org.a2aproject.sdk.grpc.AgentCardSignature
- parser() - Static method in class org.a2aproject.sdk.grpc.AgentExtension
- parser() - Static method in class org.a2aproject.sdk.grpc.AgentInterface
- parser() - Static method in class org.a2aproject.sdk.grpc.AgentProvider
- parser() - Static method in class org.a2aproject.sdk.grpc.AgentSkill
- parser() - Static method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- parser() - Static method in class org.a2aproject.sdk.grpc.Artifact
- parser() - Static method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- parser() - Static method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.GetTaskRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- parser() - Static method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- parser() - Static method in class org.a2aproject.sdk.grpc.ListTasksRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.ListTasksResponse
- parser() - Static method in class org.a2aproject.sdk.grpc.Message
- parser() - Static method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- parser() - Static method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- parser() - Static method in class org.a2aproject.sdk.grpc.OAuthFlows
- parser() - Static method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- parser() - Static method in class org.a2aproject.sdk.grpc.Part
- parser() - Static method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- parser() - Static method in class org.a2aproject.sdk.grpc.SecurityRequirement
- parser() - Static method in class org.a2aproject.sdk.grpc.SecurityScheme
- parser() - Static method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- parser() - Static method in class org.a2aproject.sdk.grpc.SendMessageRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.SendMessageResponse
- parser() - Static method in class org.a2aproject.sdk.grpc.StreamResponse
- parser() - Static method in class org.a2aproject.sdk.grpc.StringList
- parser() - Static method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- parser() - Static method in class org.a2aproject.sdk.grpc.Task
- parser() - Static method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- parser() - Static method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- parser() - Static method in class org.a2aproject.sdk.grpc.TaskStatus
- parser() - Static method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- parseRequestBody(JsonElement, Message.Builder, Object) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- parseRequestBody(String, String) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- parseResponseBody(String, String) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- parseResponseEvent(String) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- parseTaskPushNotificationConfigName(String) - Static method in class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
-
Parses a task push notification config resource name and extracts taskId and configId.
- Part - Class in org.a2aproject.sdk.compat03.grpc
-
Part represents a container for a section of communication content.
- Part - Class in org.a2aproject.sdk.grpc
-
`Part` represents a container for a section of communication content.
- Part<T> - Interface in org.a2aproject.sdk.spec
- PART_NOT_SET - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
- Part_v0_3<T> - Interface in org.a2aproject.sdk.compat03.spec
-
A fundamental unit with a Message or Artifact.
- Part_v0_3.Kind - Enum Class in org.a2aproject.sdk.compat03.spec
- Part.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Part represents a container for a section of communication content.
- Part.Builder - Class in org.a2aproject.sdk.grpc
-
`Part` represents a container for a section of communication content.
- Part.ContentCase - Enum Class in org.a2aproject.sdk.grpc
- Part.PartCase - Enum Class in org.a2aproject.sdk.compat03.grpc
- partListToPartArray(List<Part>) - Method in class org.a2aproject.sdk.grpc.mapper.ArtifactMapperImpl
- partListToPartArray(List<Part>) - Method in class org.a2aproject.sdk.grpc.mapper.MessageMapperImpl
- PartMapper - Interface in org.a2aproject.sdk.grpc.mapper
- PartMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting Part types between A2A Protocol v0.3 and v1.0.
- PartMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- PartMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.PartMapper_v0_3Impl
- PartMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- PartMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.PartMapperImpl
- PartOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- PartOrBuilder - Interface in org.a2aproject.sdk.grpc
- parts() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns the value of the
partsrecord component. - parts() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
partsrecord component. - parts() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns the value of the
partsrecord component. - parts() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
partsrecord component. - parts(List<Part_v0_3<?>>) - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- parts(List<Part_v0_3<?>>) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- parts(List<Part<?>>) - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Sets the content parts comprising the artifact.
- parts(List<Part<?>>) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the content parts of the message.
- parts(Part_v0_3<?>...) - Method in class org.a2aproject.sdk.compat03.spec.Artifact_v0_3.Builder
- parts(Part_v0_3<?>...) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- parts(Part<?>...) - Method in class org.a2aproject.sdk.spec.Artifact.Builder
-
Sets the content parts from varargs.
- parts(Part<?>...) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the content parts of the message from varargs.
- PARTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Artifact
- PARTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Artifact
- PARTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- password() - Method in record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Returns the value of the
passwordrecord component. - password(PasswordOAuthFlow_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3.Builder
- PASSWORD - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
- PASSWORD - Enum constant in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
-
Deprecated.
- PASSWORD_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- PASSWORD_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.OAuthFlows
- PasswordOAuthFlow - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.PasswordOAuthFlow - PasswordOAuthFlow - Class in org.a2aproject.sdk.grpc
-
Deprecated: Use Authorization Code + PKCE or Device Code.
- PasswordOAuthFlow_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines configuration details for the OAuth 2.0 Resource Owner Password flow.
- PasswordOAuthFlow_v0_3(String, Map<String, String>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.PasswordOAuthFlow_v0_3
-
Creates an instance of a
PasswordOAuthFlow_v0_3record class. - PasswordOAuthFlow.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.PasswordOAuthFlow - PasswordOAuthFlow.Builder - Class in org.a2aproject.sdk.grpc
-
Deprecated: Use Authorization Code + PKCE or Device Code.
- PasswordOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- PasswordOAuthFlowOrBuilder - Interface in org.a2aproject.sdk.grpc
- PAYLOAD_NOT_SET - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
- PAYLOAD_NOT_SET - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
- PAYLOAD_NOT_SET - Enum constant in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
- PAYLOAD_NOT_SET - Enum constant in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
- PayloadAndHeaders - Class in org.a2aproject.sdk.client.transport.spi.interceptors
- PayloadAndHeaders(Object, Map<String, String>) - Constructor for class org.a2aproject.sdk.client.transport.spi.interceptors.PayloadAndHeaders
- PayloadAndHeaders_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.spi.interceptors
- PayloadAndHeaders_v0_3(Object, Map<String, String>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.PayloadAndHeaders_v0_3
- PEER_INFO_KEY - Static variable in class org.a2aproject.sdk.compat03.transport.grpc.context.GrpcContextKeys_v0_3
-
Context key for storing the peer information.
- PEER_INFO_KEY - Static variable in class org.a2aproject.sdk.transport.grpc.context.GrpcContextKeys
-
Context key for storing the peer information.
- PKCE_REQUIRED_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- pkceRequired() - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Returns the value of the
pkceRequiredrecord component. - post() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.PostBuilder
-
Executes a synchronous POST request.
- postAsyncSSE(Consumer<ServerSentEvent>, Consumer<Throwable>, Runnable) - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.PostBuilder
-
Executes an asynchronous POST request expecting Server-Sent Events (SSE).
- PREFERRED_TRANSPORT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- preferredTransport() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
preferredTransportrecord component. - preferredTransport() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
preferredTransportrecord component. - preferredTransport(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- preferredTransport(String) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
- priority() - Method in interface org.a2aproject.sdk.client.http.A2AHttpClientProvider
-
Returns the priority of this provider.
- priority() - Method in class org.a2aproject.sdk.client.http.AndroidA2AHttpClientProvider
- priority() - Method in class org.a2aproject.sdk.client.http.JdkA2AHttpClientProvider
- priority() - Method in class org.a2aproject.sdk.client.http.VertxA2AHttpClientProvider
- priority() - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransportWrapper
-
Returns the priority of this wrapper.
- priority() - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransportWrapper
- priority() - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransportWrapper
- process(Event, boolean) - Method in class org.a2aproject.sdk.server.tasks.TaskManager
- process(Event, boolean, AtomicReference<Task>) - Method in class org.a2aproject.sdk.server.tasks.TaskManager
- processLine(String) - Method in class org.a2aproject.sdk.client.http.ServerSentEventParser
-
Processes a single line from the SSE stream.
- processor(TubeConfiguration, Flow.Publisher<T>, BiFunction<Consumer<Throwable>, T, Boolean>) - Static method in class org.a2aproject.sdk.server.util.async.AsyncUtils
- produce() - Method in class org.a2aproject.sdk.server.common.quarkus.AsyncManagedExecutorProducer
- produce() - Method in class org.a2aproject.sdk.server.util.async.AsyncExecutorProducer
- PROTECTED_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- PROTECTED_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCardSignature
- protectedHeader() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3
-
Returns the value of the
protectedHeaderrecord component. - protectedHeader() - Method in record class org.a2aproject.sdk.spec.AgentCardSignature
-
Returns the value of the
protectedHeaderrecord component. - protectedHeader(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3.Builder
- protectedHeader(String) - Method in class org.a2aproject.sdk.spec.AgentCardSignature.Builder
-
Sets the Base64URL-encoded protected header.
- PROTOCOL_BINDING_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentInterface
- PROTOCOL_VERSION - Static variable in class org.a2aproject.sdk.compat03.conversion.A2AProtocol_v0_3
- PROTOCOL_VERSION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- PROTOCOL_VERSION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentInterface
- protocolBinding() - Method in record class org.a2aproject.sdk.spec.AgentInterface
-
Returns the value of the
protocolBindingrecord component. - protocolVersion() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
protocolVersionrecord component. - protocolVersion() - Method in record class org.a2aproject.sdk.spec.AgentInterface
-
Returns the value of the
protocolVersionrecord component. - protocolVersion(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- ProtoJsonUtils - Class in org.a2aproject.sdk.grpc.utils
-
Protobuf-to-JSON serialization without HTML escaping.
- ProtoJsonUtils_v0_3 - Class in org.a2aproject.sdk.compat03.grpc.utils
-
Protobuf-to-JSON serialization without HTML escaping.
- protoTimestampToInstant(Timestamp) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf Timestamp to domain Instant.
- protoTimestampToOffsetDateTime(Timestamp) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf Timestamp to domain OffsetDateTime (UTC).
- ProtoUtils - Class in org.a2aproject.sdk.grpc.utils
-
Utility class to convert between GRPC and Spec objects.
- ProtoUtils() - Constructor for class org.a2aproject.sdk.grpc.utils.ProtoUtils
- ProtoUtils_v0_3 - Class in org.a2aproject.sdk.compat03.grpc.utils
-
Utility class to convert between GRPC and Spec objects.
- ProtoUtils_v0_3() - Constructor for class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3
- ProtoUtils_v0_3.FromProto - Class in org.a2aproject.sdk.compat03.grpc.utils
- ProtoUtils_v0_3.ToProto - Class in org.a2aproject.sdk.compat03.grpc.utils
- ProtoUtils.FromProto - Class in org.a2aproject.sdk.grpc.utils
- ProtoUtils.ToProto - Class in org.a2aproject.sdk.grpc.utils
- provider() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
providerrecord component. - provider() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
providerrecord component. - provider(AgentProvider_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- provider(AgentProvider) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets information about the organization or entity providing the agent.
- PROVIDER_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- PROVIDER_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- PublicAgentCard - Annotation Interface in org.a2aproject.sdk.server
- PublicAgentCard.Literal - Class in org.a2aproject.sdk.server
- PUSH_NOTIFICATION - Enum constant in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
- PUSH_NOTIFICATION_CONFIG_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- PUSH_NOTIFICATION_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.CallAgent
- PUSH_NOTIFICATION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- PUSH_NOTIFICATION_NOT_SUPPORTED - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating push notifications are not supported by this agent (-32003).
- PUSH_NOTIFICATION_NOT_SUPPORTED_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- PUSH_NOTIFICATIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- PUSH_NOTIFICATIONS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCapabilities
- PushNotificationAuthenticationInfo_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines authentication details for a push notification endpoint.
- PushNotificationAuthenticationInfo_v0_3(List<String>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.PushNotificationAuthenticationInfo_v0_3
-
Creates an instance of a
PushNotificationAuthenticationInfo_v0_3record class. - pushNotificationConfig() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Returns the value of the
pushNotificationConfigrecord component. - pushNotificationConfig() - Method in record class org.a2aproject.sdk.compat03.spec.TaskPushNotificationConfig_v0_3
-
Returns the value of the
pushNotificationConfigrecord component. - pushNotificationConfig(PushNotificationConfig_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3.Builder
- PushNotificationConfig - Class in org.a2aproject.sdk.compat03.grpc
-
Configuration for setting up push notifications for task updates.
- PushNotificationConfig_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines the configuration for setting up push notifications for task updates.
- PushNotificationConfig_v0_3(String, String, PushNotificationAuthenticationInfo_v0_3, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Creates an instance of a
PushNotificationConfig_v0_3record class. - PushNotificationConfig_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- PushNotificationConfig.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Configuration for setting up push notifications for task updates.
- pushNotificationConfigId() - Method in record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
pushNotificationConfigIdrecord component. - pushNotificationConfigId() - Method in record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
-
Returns the value of the
pushNotificationConfigIdrecord component. - pushNotificationConfigId(String) - Method in class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3.Builder
- pushNotificationConfigId(String) - Method in class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3.Builder
- PushNotificationConfigOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- PushNotificationConfigStore - Interface in org.a2aproject.sdk.server.tasks
-
Interface for storing and retrieving push notification configurations for tasks.
- PushNotificationNotSupportedError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that the agent does not support push notifications.
- PushNotificationNotSupportedError() - Constructor for exception org.a2aproject.sdk.spec.PushNotificationNotSupportedError
-
Constructs error with default message.
- PushNotificationNotSupportedError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.PushNotificationNotSupportedError
-
Constructs error with all parameters.
- PushNotificationNotSupportedError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An A2A-specific error indicating that the agent does not support push notifications.
- PushNotificationNotSupportedError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.PushNotificationNotSupportedError_v0_3
- PushNotificationNotSupportedError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.PushNotificationNotSupportedError_v0_3
- PushNotificationPayloadFormatter - Interface in org.a2aproject.sdk.server.tasks
- PushNotificationPayloadFormatter_v0_3 - Class in org.a2aproject.sdk.compat03.conversion
- PushNotificationPayloadFormatter_v0_3() - Constructor for class org.a2aproject.sdk.compat03.conversion.PushNotificationPayloadFormatter_v0_3
- pushNotifications() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Returns the value of the
pushNotificationsrecord component. - pushNotifications() - Method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Returns the value of the
pushNotificationsrecord component. - pushNotifications(boolean) - Method in class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3.Builder
- pushNotifications(boolean) - Method in class org.a2aproject.sdk.spec.AgentCapabilities.Builder
-
Sets whether the agent supports push notifications.
- PushNotificationSender - Interface in org.a2aproject.sdk.server.tasks
-
Interface for delivering push notifications containing task state updates to external systems.
- putAllSchemes(Map<String, StringList>) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - putAllSchemes(Map<String, StringList>) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllScopes(Map<String, String>) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putAllSecuritySchemes(Map<String, SecurityScheme>) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- putAllSecuritySchemes(Map<String, SecurityScheme>) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- putSchemes(String, StringList) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - putSchemes(String, StringList) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- putSchemesBuilderIfAbsent(String) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - putSchemesBuilderIfAbsent(String) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- putScopes(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putScopes(String, String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- putSecuritySchemes(String, SecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- putSecuritySchemes(String, SecurityScheme) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- putSecuritySchemesBuilderIfAbsent(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- putSecuritySchemesBuilderIfAbsent(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
Q
- QuarkusCallContextFactory - Class in org.a2aproject.sdk.server.grpc.quarkus
- QuarkusCallContextFactory() - Constructor for class org.a2aproject.sdk.server.grpc.quarkus.QuarkusCallContextFactory
- QuarkusCallContextFactory_v0_3 - Class in org.a2aproject.sdk.compat03.server.grpc.quarkus
- QuarkusCallContextFactory_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusCallContextFactory_v0_3
- QuarkusGrpcHandler - Class in org.a2aproject.sdk.server.grpc.quarkus
-
Quarkus gRPC service implementation for the A2A protocol.
- QuarkusGrpcHandler(AgentCard, Instance<AgentCard>, RequestHandler, Instance<CallContextFactory>, Executor) - Constructor for class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcHandler
-
Constructs a new QuarkusGrpcHandler with CDI-injected dependencies.
- QuarkusGrpcHandler_v0_3 - Class in org.a2aproject.sdk.compat03.server.grpc.quarkus
- QuarkusGrpcHandler_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcHandler_v0_3
- QuarkusGrpcHandler_v0_3(AgentCard_v0_3, Instance<CallContextFactory_v0_3>, Executor) - Constructor for class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcHandler_v0_3
- QuarkusGrpcHandler_v0_3(AgentCard_v0_3, Convert_v0_3_To10RequestHandler, Instance<CallContextFactory_v0_3>, Executor) - Constructor for class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcHandler_v0_3
- QuarkusGrpcTransportMetadata - Class in org.a2aproject.sdk.server.grpc.quarkus
-
Transport metadata provider for the Quarkus gRPC reference implementation.
- QuarkusGrpcTransportMetadata() - Constructor for class org.a2aproject.sdk.server.grpc.quarkus.QuarkusGrpcTransportMetadata
- QuarkusGrpcTransportMetadata_v0_3 - Class in org.a2aproject.sdk.compat03.server.grpc.quarkus
- QuarkusGrpcTransportMetadata_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.grpc.quarkus.QuarkusGrpcTransportMetadata_v0_3
- QuarkusJSONRPCTransportMetadata - Class in org.a2aproject.sdk.server.apps.quarkus
-
Transport metadata provider for the Quarkus JSON-RPC reference implementation.
- QuarkusJSONRPCTransportMetadata() - Constructor for class org.a2aproject.sdk.server.apps.quarkus.QuarkusJSONRPCTransportMetadata
- QuarkusJSONRPCTransportMetadata_v0_3 - Class in org.a2aproject.sdk.compat03.server.apps.quarkus
- QuarkusJSONRPCTransportMetadata_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.apps.quarkus.QuarkusJSONRPCTransportMetadata_v0_3
- QuarkusRestTransportMetadata - Class in org.a2aproject.sdk.server.rest.quarkus
-
Transport metadata implementation for Quarkus REST.
- QuarkusRestTransportMetadata() - Constructor for class org.a2aproject.sdk.server.rest.quarkus.QuarkusRestTransportMetadata
- QuarkusRestTransportMetadata_v0_3 - Class in org.a2aproject.sdk.compat03.server.rest.quarkus
-
Placeholder stub - awaiting server-common port.
- QuarkusRestTransportMetadata_v0_3() - Constructor for class org.a2aproject.sdk.compat03.server.rest.quarkus.QuarkusRestTransportMetadata_v0_3
- QUERY - Enum constant in enum class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Location
- QUERY - Enum constant in enum class org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
-
API key sent as a query parameter.
- QueueClosedEvent - Class in org.a2aproject.sdk.server.events
-
Poison pill event used to signal that a queue has been closed.
- QueueClosedEvent(String) - Constructor for class org.a2aproject.sdk.server.events.QueueClosedEvent
- QueueManager - Interface in org.a2aproject.sdk.server.events
-
Manages
EventQueuelifecycle for task-based event routing and consumption. - queueSize(int) - Method in class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
-
Sets the maximum queue size.
R
- RAW - Enum constant in enum class org.a2aproject.sdk.grpc.Part.ContentCase
- RAW_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Part
- ReactiveMessagingReplicationStrategy - Class in org.a2aproject.sdk.extras.queuemanager.replicated.mp_reactive
- ReactiveMessagingReplicationStrategy() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.mp_reactive.ReactiveMessagingReplicationStrategy
- readMetadata(String) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Reads the "metadata" field from a JSON body string, if present.
- readMetadata(JsonObject) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Reads the "metadata" field from a JSON object, if present.
- reason() - Method in record class org.a2aproject.sdk.util.ErrorDetail
-
Returns the value of the
reasonrecord component. - recordOwnership(ServerCallContext, String, TaskOperation) - Method in class org.a2aproject.sdk.compat03.conversion.TestTaskAuthorizationProvider_v0_3
- recordOwnership(ServerCallContext, String, TaskOperation) - Method in interface org.a2aproject.sdk.server.auth.TaskAuthorizationProvider
-
Record that the current user owns the given task.
- REFERENCE_TASK_IDS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- referenceTaskIds() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
referenceTaskIdsrecord component. - referenceTaskIds() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
referenceTaskIdsrecord component. - referenceTaskIds(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- referenceTaskIds(List<String>) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the list of reference task identifiers this message relates to.
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- REFRESH_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- refreshUrl() - Method in record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Returns the value of the
refreshUrlrecord component. - refreshUrl() - Method in record class org.a2aproject.sdk.compat03.spec.ClientCredentialsOAuthFlow_v0_3
-
Returns the value of the
refreshUrlrecord component. - refreshUrl() - Method in record class org.a2aproject.sdk.compat03.spec.ImplicitOAuthFlow_v0_3
-
Returns the value of the
refreshUrlrecord component. - refreshUrl() - Method in record class org.a2aproject.sdk.compat03.spec.PasswordOAuthFlow_v0_3
-
Returns the value of the
refreshUrlrecord component. - refreshUrl() - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Returns the value of the
refreshUrlrecord component. - refreshUrl() - Method in record class org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
-
Returns the value of the
refreshUrlrecord component. - refreshUrl() - Method in record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Returns the value of the
refreshUrlrecord component. - registerAllExtensions(ExtensionRegistry) - Static method in class itk.InstructionOuterClass
- registerAllExtensions(ExtensionRegistry) - Static method in class org.a2aproject.sdk.compat03.grpc.A2A
- registerAllExtensions(ExtensionRegistry) - Static method in class org.a2aproject.sdk.grpc.A2A
- registerAllExtensions(ExtensionRegistryLite) - Static method in class itk.InstructionOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.compat03.grpc.A2A
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.a2aproject.sdk.grpc.A2A
- reject() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as REJECTED.
- reject(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as REJECTED with an optional message.
- REJECTED - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- removeAdditionalInterfaces(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- removeArtifacts(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- removeArtifacts(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- removeConfigs(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - removeConfigs(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- removeContent(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- removeExtensions(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- removeExtensions(int) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- removeHistory(int) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- removeHistory(int) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- removeHtmlEscaping(String) - Static method in class org.a2aproject.sdk.util.HtmlEscapeUtils
-
Removes HTML escaping applied by Gson's
JsonWriterwhenhtmlSafeis enabled (the default). - removeInstructions(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - removeParts(int) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- removeParts(int) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- removeParts(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- removeSchemes(String) - Method in class org.a2aproject.sdk.compat03.grpc.Security.Builder
-
map<string, .a2a.v1.StringList> schemes = 1; - removeSchemes(String) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement.Builder
-
A map of security schemes to the required scopes.
- removeScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeScopes(String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The available scopes for the OAuth2 security scheme.
- removeSecurity(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- removeSecurity(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- removeSecurityRequirements(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- removeSecurityRequirements(int) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- removeSecuritySchemes(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- removeSecuritySchemes(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The security scheme details used for authenticating with this agent.
- removeSignatures(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- removeSignatures(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- removeSkills(int) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- removeSkills(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- removeSupportedInterfaces(int) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- removeTasks(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- ReplicatedEventQueueItem - Class in org.a2aproject.sdk.extras.queuemanager.replicated.core
- ReplicatedEventQueueItem() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- ReplicatedEventQueueItem(String, A2AError) - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- ReplicatedEventQueueItem(String, Event) - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- ReplicatedEventQueueItem(String, StreamingEventKind) - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- ReplicatedQueueManager - Class in org.a2aproject.sdk.extras.queuemanager.replicated.core
- ReplicatedQueueManager() - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
-
No-args constructor for CDI proxy creation.
- ReplicatedQueueManager(ReplicationStrategy, TaskStateProvider, MainEventBus) - Constructor for class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- ReplicationStrategy - Interface in org.a2aproject.sdk.extras.queuemanager.replicated.core
- REQUEST_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- RequestContext - Class in org.a2aproject.sdk.server.agentexecution
-
Container for request parameters and task state provided to
AgentExecutor. - RequestContext.Builder - Class in org.a2aproject.sdk.server.agentexecution
-
Builder for creating
RequestContextinstances. - RequestHandler - Interface in org.a2aproject.sdk.server.requesthandlers
- RequestScopedBean_v0_3 - Class in org.a2aproject.sdk.compat03.conversion
- RequestScopedBean_v0_3() - Constructor for class org.a2aproject.sdk.compat03.conversion.RequestScopedBean_v0_3
- required() - Method in record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Returns the value of the
requiredrecord component. - required() - Method in record class org.a2aproject.sdk.spec.AgentExtension
-
Returns the value of the
requiredrecord component. - required(boolean) - Method in class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3.Builder
- required(boolean) - Method in class org.a2aproject.sdk.spec.AgentExtension.Builder
-
Sets whether support for this extension is mandatory.
- REQUIRED_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- REQUIRED_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentExtension
- requireNonEmpty(String) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Validates that a required string field is not null or empty.
- requiresAuth() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as AUTH_REQUIRED, indicating the agent needs authentication to continue.
- requiresAuth(boolean) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as AUTH_REQUIRED with a finality flag.
- requiresAuth(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as AUTH_REQUIRED with an optional message.
- requiresAuth(Message, boolean) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as AUTH_REQUIRED with an optional message and finality flag.
- RequiresDocker - Annotation Interface in org.a2aproject.sdk.testutils.docker
-
Annotation to mark test classes that require Docker or Podman to be available.
- requiresInput() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as INPUT_REQUIRED, indicating the agent needs user input to continue.
- requiresInput(boolean) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as INPUT_REQUIRED with a finality flag.
- requiresInput(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as INPUT_REQUIRED with an optional message.
- requiresInput(Message, boolean) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as INPUT_REQUIRED with an optional message and finality flag.
- reset(RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- resolveProtocolVersion(String) - Static method in interface org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
-
Resolves the protocol version, defaulting null to the current protocol version.
- resolveVersion(RoutingContext) - Static method in class org.a2aproject.sdk.server.common.quarkus.VersionRouter
-
Resolves the protocol version from the request.
- ResourceNameParser - Class in org.a2aproject.sdk.grpc.mapper
-
Utility class for parsing gRPC resource names.
- ResourceNameParser() - Constructor for class org.a2aproject.sdk.grpc.mapper.ResourceNameParser
- RESPONSE_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.ReturnResponse
- RESPONSE_GENERATOR_CONCAT - Enum constant in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
RESPONSE_GENERATOR_CONCAT = 1; - RESPONSE_GENERATOR_CONCAT_VALUE - Static variable in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
RESPONSE_GENERATOR_CONCAT = 1; - RESPONSE_GENERATOR_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.SeriesOfSteps
- RESPONSE_GENERATOR_UNSPECIFIED - Enum constant in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
default
- RESPONSE_GENERATOR_UNSPECIFIED_VALUE - Static variable in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
default
- RestContextKeys - Class in org.a2aproject.sdk.transport.rest.context
-
Shared REST context keys for A2A protocol data.
- RestContextKeys_v0_3 - Class in org.a2aproject.sdk.compat03.transport.rest.context
-
Shared REST context keys for A2A protocol data.
- RestErrorMapper - Class in org.a2aproject.sdk.client.transport.rest
-
Utility class to A2AHttpResponse to appropriate A2A error types
- RestErrorMapper() - Constructor for class org.a2aproject.sdk.client.transport.rest.RestErrorMapper
- RestErrorMapper_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.rest
-
Utility class to A2AHttpResponse to appropriate A2A error types
- RestErrorMapper_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.RestErrorMapper_v0_3
- RestHandler - Class in org.a2aproject.sdk.transport.rest.handler
-
REST transport handler for processing A2A protocol requests over HTTP.
- RestHandler() - Constructor for class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
No-args constructor for CDI proxy creation.
- RestHandler(AgentCard, Instance<AgentCard>, AgentCardCacheMetadata, RequestHandler, Executor) - Constructor for class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Creates a REST handler with full CDI injection support.
- RestHandler(AgentCard, AgentCardCacheMetadata, RequestHandler, Executor) - Constructor for class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Creates a REST handler with basic dependencies.
- RestHandler_v0_3 - Class in org.a2aproject.sdk.compat03.transport.rest.handler
- RestHandler_v0_3() - Constructor for class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- RestHandler_v0_3(AgentCard_v0_3, Instance<AgentCard_v0_3>, Executor, Convert_v0_3_To10RequestHandler) - Constructor for class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- RestHandler_v0_3(AgentCard_v0_3, Executor, Convert_v0_3_To10RequestHandler) - Constructor for class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- RestHandler_v0_3.HTTPRestResponse - Class in org.a2aproject.sdk.compat03.transport.rest.handler
- RestHandler_v0_3.HTTPRestStreamingResponse - Class in org.a2aproject.sdk.compat03.transport.rest.handler
- RestHandler.HTTPRestResponse - Class in org.a2aproject.sdk.transport.rest.handler
-
Represents an HTTP REST response with status code, content type, and body.
- RestHandler.HTTPRestStreamingResponse - Class in org.a2aproject.sdk.transport.rest.handler
-
Represents an HTTP streaming response with Server-Sent Events.
- RestSSEEventListener_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.rest.sse
- RestSSEEventListener_v0_3(Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.sse.RestSSEEventListener_v0_3
- RestTransport - Class in org.a2aproject.sdk.client.transport.rest
- RestTransport(A2AHttpClient, AgentCard, AgentInterface, List<ClientCallInterceptor>) - Constructor for class org.a2aproject.sdk.client.transport.rest.RestTransport
- RestTransport(AgentCard) - Constructor for class org.a2aproject.sdk.client.transport.rest.RestTransport
- RestTransport_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.rest
- RestTransport_v0_3(A2AHttpClient, AgentCard_v0_3, String, List<ClientCallInterceptor_v0_3>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- RestTransport_v0_3(AgentCard_v0_3) - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- RestTransportConfig - Class in org.a2aproject.sdk.client.transport.rest
-
Configuration for the REST transport protocol.
- RestTransportConfig() - Constructor for class org.a2aproject.sdk.client.transport.rest.RestTransportConfig
-
Create a REST transport configuration with the default HTTP client.
- RestTransportConfig(A2AHttpClient) - Constructor for class org.a2aproject.sdk.client.transport.rest.RestTransportConfig
-
Create a REST transport configuration with a custom HTTP client.
- RestTransportConfig_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.rest
- RestTransportConfig_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportConfig_v0_3
- RestTransportConfig_v0_3(A2AHttpClient) - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportConfig_v0_3
- RestTransportConfigBuilder - Class in org.a2aproject.sdk.client.transport.rest
-
Builder for creating
RestTransportConfiginstances. - RestTransportConfigBuilder() - Constructor for class org.a2aproject.sdk.client.transport.rest.RestTransportConfigBuilder
- RestTransportConfigBuilder_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.rest
- RestTransportConfigBuilder_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportConfigBuilder_v0_3
- RestTransportProvider - Class in org.a2aproject.sdk.client.transport.rest
- RestTransportProvider() - Constructor for class org.a2aproject.sdk.client.transport.rest.RestTransportProvider
- RestTransportProvider_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.rest
- RestTransportProvider_v0_3() - Constructor for class org.a2aproject.sdk.compat03.client.transport.rest.RestTransportProvider_v0_3
- resubscribe(TaskIdParams_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Resubscribe to a task's event stream.
- resubscribe(TaskIdParams_v0_3, List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- resubscribe(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Resubscribe to a task's event stream.
- resubscribe(TaskIdParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- resubscribe(TaskIdParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- resubscribe(TaskIdParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- resubscribe(TaskIdParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Reconnect to get task updates for an existing task.
- resubscribe(TaskIdParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- resubscribe(TaskIdParams_v0_3, List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>, Consumer<Throwable>) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Resubscribe to a task's event stream.
- resubscribe(TaskIdParams_v0_3, List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Resubscribe to a task's event stream.
- RESUBSCRIBE - Enum constant in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
- RESUBSCRIBE_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.CallAgent
- resubscribeTask(RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- resubscribeTask(String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- result - Variable in class org.a2aproject.sdk.compat03.spec.JSONRPCResponse_v0_3
- result - Variable in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2AResponse
-
The result of the method invocation.
- ResultAggregator - Class in org.a2aproject.sdk.server.tasks
- ResultAggregator(TaskManager, Message, Executor, Executor) - Constructor for class org.a2aproject.sdk.server.tasks.ResultAggregator
- ResultAggregator.EventTypeAndInterrupt - Record Class in org.a2aproject.sdk.server.tasks
- rethrow(Throwable) - Static method in class org.a2aproject.sdk.util.Utils
-
Rethrows a checked exception as an unchecked exception.
- retry() - Method in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Returns the value of the
retryrecord component. - RETURN_IMMEDIATELY_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- RETURN_RESPONSE - Enum constant in enum class itk.InstructionOuterClass.Instruction.StepCase
- RETURN_RESPONSE_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.Instruction
- returnImmediately() - Method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Returns the value of the
returnImmediatelyrecord component. - returnImmediately(Boolean) - Method in class org.a2aproject.sdk.spec.MessageSendConfiguration.Builder
-
Sets whether the operation should return immediately after creating the task.
- role() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
rolerecord component. - role() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
rolerecord component. - role(Message_v0_3.Role) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- role(Message.Role) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the role of the message sender.
- Role - Enum Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf enum
a2a.v1.Role - Role - Enum Class in org.a2aproject.sdk.grpc
-
Defines the sender of a message in A2A protocol communication.
- ROLE_AGENT - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Role
-
AGENT role refers to communication from the server to the client.
- ROLE_AGENT - Enum constant in enum class org.a2aproject.sdk.grpc.Role
-
The message is from the server to the client.
- ROLE_AGENT - Enum constant in enum class org.a2aproject.sdk.spec.Message.Role
-
Message originated from the agent (server side).
- ROLE_AGENT_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.Role
-
AGENT role refers to communication from the server to the client.
- ROLE_AGENT_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.Role
-
The message is from the server to the client.
- ROLE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Message
- ROLE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- ROLE_UNSPECIFIED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Role
-
ROLE_UNSPECIFIED = 0; - ROLE_UNSPECIFIED - Enum constant in enum class org.a2aproject.sdk.grpc.Role
-
The role is unspecified.
- ROLE_UNSPECIFIED - Enum constant in enum class org.a2aproject.sdk.spec.Message.Role
-
Unspecified role.
- ROLE_UNSPECIFIED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.Role
-
ROLE_UNSPECIFIED = 0; - ROLE_UNSPECIFIED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.Role
-
The role is unspecified.
- ROLE_USER - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Role
-
USER role refers to communication from the client to the server.
- ROLE_USER - Enum constant in enum class org.a2aproject.sdk.grpc.Role
-
The message is from the client to the server.
- ROLE_USER - Enum constant in enum class org.a2aproject.sdk.spec.Message.Role
-
Message originated from the user (client side).
- ROLE_USER_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.Role
-
USER role refers to communication from the client to the server.
- ROLE_USER_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.Role
-
The message is from the client to the server.
- RoleMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
Message.RoleandRole. - RoleMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting Message.Role enum between A2A Protocol v0.3 and v1.0.
- RoleMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- RoleMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.RoleMapper_v0_3Impl
- RoleMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- RoleMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.RoleMapperImpl
- run() - Method in class org.a2aproject.sdk.server.events.MainEventBusProcessor
- runInRequestContext(RoutingContext, Runnable) - Method in class org.a2aproject.sdk.server.common.quarkus.VertxSecurityHelper
-
Authenticates the request and executes a task within an active CDI request context.
- runInRequestContextDeferred(RoutingContext, Runnable) - Method in class org.a2aproject.sdk.server.common.quarkus.VertxSecurityHelper
-
Authenticates the request and executes a task, deferring CDI context destruction to the HTTP response lifecycle.
S
- save(Task, boolean) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaDatabaseTaskStore
- save(Task, boolean) - Method in class org.a2aproject.sdk.server.tasks.InMemoryTaskStore
- save(Task, boolean) - Method in interface org.a2aproject.sdk.server.tasks.TaskStore
-
Saves or updates a task.
- saveTask(String, RoutingContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.A2ATestRoutes
- saveTask(Task) - Method in class org.a2aproject.sdk.extras.opentelemetry.it.TestUtilsBean
- scheme() - Method in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Returns the value of the
schemerecord component. - scheme() - Method in record class org.a2aproject.sdk.spec.AuthenticationInfo
-
Returns the value of the
schemerecord component. - scheme() - Method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Returns the value of the
schemerecord component. - scheme(String) - Method in class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3.Builder
- scheme(String) - Method in class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme.Builder
-
Sets the HTTP authentication scheme name.
- scheme(String, List<String>) - Method in class org.a2aproject.sdk.spec.SecurityRequirement.Builder
-
Adds a security scheme with its required scopes.
- SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AuthenticationInfo
- SCHEME_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- SCHEME_NOT_SET - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
- SCHEME_NOT_SET - Enum constant in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
- schemes() - Method in record class org.a2aproject.sdk.compat03.spec.AuthenticationInfo_v0_3
-
Returns the value of the
schemesrecord component. - schemes() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationAuthenticationInfo_v0_3
-
Returns the value of the
schemesrecord component. - schemes() - Method in record class org.a2aproject.sdk.spec.SecurityRequirement
-
Returns the value of the
schemesrecord component. - SCHEMES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- SCHEMES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Security
- SCHEMES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SecurityRequirement
- scopes() - Method in record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Returns the value of the
scopesrecord component. - scopes() - Method in record class org.a2aproject.sdk.compat03.spec.ClientCredentialsOAuthFlow_v0_3
-
Returns the value of the
scopesrecord component. - scopes() - Method in record class org.a2aproject.sdk.compat03.spec.ImplicitOAuthFlow_v0_3
-
Returns the value of the
scopesrecord component. - scopes() - Method in record class org.a2aproject.sdk.compat03.spec.PasswordOAuthFlow_v0_3
-
Returns the value of the
scopesrecord component. - scopes() - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Returns the value of the
scopesrecord component. - scopes() - Method in record class org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
-
Returns the value of the
scopesrecord component. - scopes() - Method in record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Returns an unmodifiable copy of the scopes map.
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- SCOPES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- security() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
securityrecord component. - security() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
securityrecord component. - security(List<Map<String, List<String>>>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- security(List<Map<String, List<String>>>) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- Security - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.Security - SECURITY_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- SECURITY_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- SECURITY_REQUIREMENTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- SECURITY_REQUIREMENTS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- SECURITY_SCHEMES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- SECURITY_SCHEMES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- Security.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.Security - SecurityOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- SecurityRequirement - Class in org.a2aproject.sdk.grpc
-
Defines the security requirements for an agent.
- SecurityRequirement - Record Class in org.a2aproject.sdk.spec
-
Represents a security requirement in the A2A Protocol.
- SecurityRequirement(Map<String, List<String>>) - Constructor for record class org.a2aproject.sdk.spec.SecurityRequirement
-
Creates a SecurityRequirement with the specified schemes map.
- SecurityRequirement.Builder - Class in org.a2aproject.sdk.grpc
-
Defines the security requirements for an agent.
- SecurityRequirement.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
SecurityRequirementinstances. - SecurityRequirementMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between domain security requirements and protobuf SecurityRequirement messages.
- SecurityRequirementMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- SecurityRequirementMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.SecurityRequirementMapperImpl
- SecurityRequirementOrBuilder - Interface in org.a2aproject.sdk.grpc
- securityRequirements() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
securityRequirementsrecord component. - securityRequirements() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
securityRequirementsrecord component. - securityRequirements(List<SecurityRequirement>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the list of security requirements for accessing the agent.
- securityRequirements(List<SecurityRequirement>) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets security requirements specific to this skill.
- SecurityScheme - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.SecurityScheme - SecurityScheme - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme that can be used to secure an agent's endpoints.
- SecurityScheme - Interface in org.a2aproject.sdk.spec
-
Base interface for security schemes used to authenticate access to agent endpoints.
- SecurityScheme_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
-
Defines a security scheme that can be used to secure an agent's endpoints.
- SecurityScheme.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.SecurityScheme - SecurityScheme.Builder - Class in org.a2aproject.sdk.grpc
-
Defines a security scheme that can be used to secure an agent's endpoints.
- SecurityScheme.SchemeCase - Enum Class in org.a2aproject.sdk.compat03.grpc
- SecurityScheme.SchemeCase - Enum Class in org.a2aproject.sdk.grpc
- SecuritySchemeMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
SecuritySchemeandSecurityScheme. - SecuritySchemeMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- SecuritySchemeMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.SecuritySchemeMapperImpl
- SecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- SecuritySchemeOrBuilder - Interface in org.a2aproject.sdk.grpc
- securitySchemes() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
securitySchemesrecord component. - securitySchemes() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
securitySchemesrecord component. - securitySchemes(Map<String, SecurityScheme_v0_3>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- securitySchemes(Map<String, SecurityScheme>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the map of security scheme definitions.
- send(String, Event) - Method in interface org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicationStrategy
- send(String, Event) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.mp_reactive.ReactiveMessagingReplicationStrategy
- SEND_MESSAGE - Enum constant in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
- SEND_MESSAGE_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.CallAgent
- SEND_MESSAGE_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for sending a message.
- SEND_STREAMING_MESSAGE_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for sending a streaming message.
- sendMessage(Message) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Send a message to the remote agent.
- sendMessage(Message, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Send a message to the remote agent.
- sendMessage(Message, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Send a message to the remote agent.
- sendMessage(Message, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
- sendMessage(Message, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Send a message to the remote agent.
- sendMessage(Message, TaskPushNotificationConfig, Map<String, Object>) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Send a message to the remote agent.
- sendMessage(Message, TaskPushNotificationConfig, Map<String, Object>, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Send a message to the remote agent.
- sendMessage(Message, TaskPushNotificationConfig, Map<String, Object>, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Send a message to the agent.
- sendMessage(MessageSendParams, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Send a message to the remote agent.
- sendMessage(MessageSendParams, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
- sendMessage(String) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Sends a simple text message to the client.
- sendMessage(String, RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- sendMessage(String, RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Handles blocking message send requests.
- sendMessage(String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- sendMessage(List<Part<?>>) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Sends a message with custom parts (text, images, etc.) to the client.
- sendMessage(List<Part<?>>, Map<String, Object>) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Sends a message with parts and metadata to the client.
- sendMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Send a message to the agent.
- sendMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Send a message to the agent.
- sendMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Send a message to the agent.
- sendMessage(SendMessageRequest, StreamObserver<SendMessageResponse>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
Send a message to the agent.
- sendMessage(SendMessageRequest, StreamObserver<SendMessageResponse>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
Send a message to the agent.
- sendMessage(SendMessageRequest, StreamObserver<SendMessageResponse>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- sendMessage(Message_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Send a message to the remote agent.
- sendMessage(Message_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Send a message to the remote agent.
- sendMessage(Message_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- sendMessage(Message_v0_3, List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>, Consumer<Throwable>) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Send a message to the remote agent.
- sendMessage(Message_v0_3, List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Send a message to the remote agent.
- sendMessage(Message_v0_3, List<BiConsumer<ClientEvent_v0_3, AgentCard_v0_3>>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- sendMessage(Message_v0_3, PushNotificationConfig_v0_3, Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Send a message to the remote agent.
- sendMessage(Message_v0_3, PushNotificationConfig_v0_3, Map<String, Object>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Send a message to the remote agent.
- sendMessage(Message_v0_3, PushNotificationConfig_v0_3, Map<String, Object>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- sendMessage(MessageSendParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- sendMessage(MessageSendParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- sendMessage(MessageSendParams_v0_3, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Send a non-streaming message request to the agent.
- sendMessage(MessageSendParams_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- sendMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Sends a message to an agent.
- sendMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Sends a message to an agent.
- sendMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceFutureStub
-
Sends a message to an agent.
- sendMessage(SendMessageRequest, StreamObserver<SendMessageResponse>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Sends a message to an agent.
- sendMessage(SendMessageRequest, StreamObserver<SendMessageResponse>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Sends a message to an agent.
- sendMessage(SendMessageRequest, StreamObserver<SendMessageResponse>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Handles a unary (blocking) message send request.
- sendMessage(ServerCallContext, String, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Handles a blocking message send request.
- sendMessage(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Sends an existing Message object directly to the client.
- sendMessage(MessageSendParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- sendMessage(MessageSendParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- sendMessage(MessageSendParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- sendMessage(MessageSendParams, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Send a non-streaming message request to the agent.
- sendMessage(MessageSendParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- sendMessage(MessageSendParams, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- SendMessageConfiguration - Class in org.a2aproject.sdk.compat03.grpc
-
Configuration of a send message request.
- SendMessageConfiguration - Class in org.a2aproject.sdk.grpc
-
Configuration of a send message request.
- SendMessageConfiguration.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Configuration of a send message request.
- SendMessageConfiguration.Builder - Class in org.a2aproject.sdk.grpc
-
Configuration of a send message request.
- SendMessageConfigurationOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- SendMessageConfigurationOrBuilder - Interface in org.a2aproject.sdk.grpc
- sendMessageRequest(MessageSendParams_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- sendMessageRequest(MessageSendParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- SendMessageRequest - Class in org.a2aproject.sdk.compat03.grpc
-
/////////// Request Messages ///////////
- SendMessageRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `SendMessage` method.
- SendMessageRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request for the
SendMessagemethod in the A2A Protocol. - SendMessageRequest(Object, MessageSendParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageRequest
-
Constructs a SendMessageRequest with default JSON-RPC version.
- SendMessageRequest(String, Object, MessageSendParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageRequest
-
Constructs a SendMessageRequest with the specified JSON-RPC fields.
- SendMessageRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
Used to send a message request.
- SendMessageRequest_v0_3(Object, MessageSendParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3
- SendMessageRequest_v0_3(String, Object, String, MessageSendParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendMessageRequest_v0_3
-
Constructs a SendMessageRequest with the specified JSON-RPC fields.
- SendMessageRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- SendMessageRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
/////////// Request Messages ///////////
- SendMessageRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `SendMessage` method.
- SendMessageRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing
SendMessageRequestinstances with a fluent API. - SendMessageRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- SendMessageRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- SendMessageResponse - Class in org.a2aproject.sdk.compat03.grpc
-
////// Response Messages ///////////
- SendMessageResponse - Class in org.a2aproject.sdk.grpc
-
Represents the response for the `SendMessage` method.
- SendMessageResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
The response after receiving a send message request.
- SendMessageResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageResponse
-
Constructs error response.
- SendMessageResponse(Object, EventKind) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageResponse
-
Constructs successful response.
- SendMessageResponse(String, Object, EventKind, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendMessageResponse
-
Constructs response with all parameters.
- SendMessageResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
The response after receiving a send message request.
- SendMessageResponse_v0_3(Object, EventKind_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendMessageResponse_v0_3
- SendMessageResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendMessageResponse_v0_3
- SendMessageResponse_v0_3(String, Object, EventKind_v0_3, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendMessageResponse_v0_3
- SendMessageResponse.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
////// Response Messages ///////////
- SendMessageResponse.Builder - Class in org.a2aproject.sdk.grpc
-
Represents the response for the `SendMessage` method.
- SendMessageResponse.PayloadCase - Enum Class in org.a2aproject.sdk.compat03.grpc
- SendMessageResponse.PayloadCase - Enum Class in org.a2aproject.sdk.grpc
- SendMessageResponseOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- SendMessageResponseOrBuilder - Interface in org.a2aproject.sdk.grpc
- sendMessageStreaming(String, RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- sendMessageStreaming(String, RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Handles streaming message send requests with Server-Sent Events.
- sendMessageStreaming(MessageSendParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- sendMessageStreaming(MessageSendParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- sendMessageStreaming(MessageSendParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Send a streaming message request to the agent and receive responses as they arrive.
- sendMessageStreaming(MessageSendParams_v0_3, Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- sendMessageStreaming(MessageSendParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- sendMessageStreaming(MessageSendParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- sendMessageStreaming(MessageSendParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- sendMessageStreaming(MessageSendParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Send a streaming message request to the agent and receive responses as they arrive.
- sendMessageStreaming(MessageSendParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- sendMessageStreaming(MessageSendParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- sendNotification(StreamingEventKind, Task) - Method in class org.a2aproject.sdk.server.tasks.BasePushNotificationSender
- sendNotification(StreamingEventKind, Task) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationSender
-
Sends a push notification containing a streaming event.
- sendStreamingMessage(String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- sendStreamingMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.
- sendStreamingMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.
- sendStreamingMessage(SendMessageRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.
- sendStreamingMessage(SendMessageRequest, StreamObserver<StreamResponse>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.
- sendStreamingMessage(SendMessageRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- sendStreamingMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Sends a streaming message to an agent, allowing for real-time interaction and status updates.
- sendStreamingMessage(SendMessageRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Sends a streaming message to an agent, allowing for real-time interaction and status updates.
- sendStreamingMessage(SendMessageRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Sends a streaming message to an agent, allowing for real-time interaction and status updates.
- sendStreamingMessage(SendMessageRequest, StreamObserver<StreamResponse>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Sends a streaming message to an agent, allowing for real-time interaction and status updates.
- sendStreamingMessage(SendMessageRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Handles a server streaming message send request.
- sendStreamingMessage(ServerCallContext, String, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Handles a streaming message send request.
- SendStreamingMessageRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to initiate a new task with streaming event delivery.
- SendStreamingMessageRequest(Object, MessageSendParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageRequest
-
Constructs request with ID and parameters.
- SendStreamingMessageRequest(String, Object, MessageSendParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageRequest
-
Constructs request with all parameters.
- SendStreamingMessageRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
Used to initiate a task with streaming.
- SendStreamingMessageRequest_v0_3(Object, MessageSendParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3
- SendStreamingMessageRequest_v0_3(String, Object, String, MessageSendParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendStreamingMessageRequest_v0_3
- SendStreamingMessageRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- SendStreamingMessageRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing
SendStreamingMessageRequestinstances. - SendStreamingMessageResponse - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC response for streaming message initiation requests.
- SendStreamingMessageResponse(Object, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageResponse
-
Constructs error response.
- SendStreamingMessageResponse(Object, StreamingEventKind) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageResponse
-
Constructs successful response.
- SendStreamingMessageResponse(String, Object, StreamingEventKind, A2AError) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SendStreamingMessageResponse
-
Constructs response with all parameters.
- SendStreamingMessageResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
The response after receiving a request to initiate a task with streaming.
- SendStreamingMessageResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendStreamingMessageResponse_v0_3
- SendStreamingMessageResponse_v0_3(Object, StreamingEventKind_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendStreamingMessageResponse_v0_3
- SendStreamingMessageResponse_v0_3(String, Object, StreamingEventKind_v0_3, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SendStreamingMessageResponse_v0_3
- ServerCallContext - Class in org.a2aproject.sdk.server
- ServerCallContext(User, Map<String, Object>, Set<String>) - Constructor for class org.a2aproject.sdk.server.ServerCallContext
- ServerCallContext(User, Map<String, Object>, Set<String>, String) - Constructor for class org.a2aproject.sdk.server.ServerCallContext
- ServerSentEvent - Record Class in org.a2aproject.sdk.client.http
-
Represents a parsed Server-Sent Event (SSE).
- ServerSentEvent(String) - Constructor for record class org.a2aproject.sdk.client.http.ServerSentEvent
- ServerSentEvent(String, String, String, Long) - Constructor for record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Creates an instance of a
ServerSentEventrecord class. - ServerSentEventParser - Class in org.a2aproject.sdk.client.http
-
Streaming parser for Server-Sent Events (SSE).
- ServerSentEventParser(Consumer<ServerSentEvent>) - Constructor for class org.a2aproject.sdk.client.http.ServerSentEventParser
- ServerSentEventParser(Consumer<ServerSentEvent>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.client.http.ServerSentEventParser
- SERVICE_NAME - Static variable in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc
- SERVICE_NAME - Static variable in class org.a2aproject.sdk.grpc.A2AServiceGrpc
- SET_TASK_PUSH_NOTIFICATION_CONFIG_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for setting task push notification configuration.
- setAcceptedOutputModes(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The output modes that the agent is expected to respond with.
- setAcceptedOutputModes(int, String) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
A list of media types the client is prepared to accept for response parts.
- setAcceptedOutputModes(List<String>) - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Set the accepted output modes.
- setAcceptedOutputModes(List<String>) - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- setAdditionalInterfaces(int, AgentInterface) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- setAdditionalInterfaces(int, AgentInterface.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Announcement of additional supported transports.
- setAgentCardUri(String) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
where to get the agent card from
- setAgentCardUriBytes(ByteString) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
where to get the agent card from
- setApiKeySecurityScheme(APIKeySecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - setApiKeySecurityScheme(APIKeySecurityScheme.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1; - setApiKeySecurityScheme(APIKeySecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- setApiKeySecurityScheme(APIKeySecurityScheme.Builder) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
API key-based authentication.
- setAppend(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Whether this should be appended to a prior one produced
- setAppend(boolean) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
If true, the content of this artifact should be appended to a previously sent artifact with the same ID.
- setArtifact(Artifact) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- setArtifact(Artifact.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact itself
- setArtifact(Artifact) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- setArtifact(Artifact.Builder) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The artifact that was generated or updated.
- setArtifactId(String) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Unique id for the artifact.
- setArtifactId(String) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Unique identifier (e.g.
- setArtifactIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Unique id for the artifact.
- setArtifactIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Unique identifier (e.g.
- setArtifacts(int, Artifact) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- setArtifacts(int, Artifact.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
A set of output artifacts for a Task.
- setArtifacts(int, Artifact) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- setArtifacts(int, Artifact.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
A set of output artifacts for a `Task`.
- setArtifactUpdate(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - setArtifactUpdate(TaskArtifactUpdateEvent.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4; - setArtifactUpdate(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- setArtifactUpdate(TaskArtifactUpdateEvent.Builder) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task artifact update.
- setAuthentication(AuthenticationInfo) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- setAuthentication(AuthenticationInfo.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Information about the authentication to sent with the notification
- setAuthentication(AuthenticationInfo) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- setAuthentication(AuthenticationInfo.Builder) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Authentication information required to send the notification.
- setAuthorizationCode(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - setAuthorizationCode(AuthorizationCodeOAuthFlow.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1; - setAuthorizationCode(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- setAuthorizationCode(AuthorizationCodeOAuthFlow.Builder) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Authorization Code flow.
- setAuthorizationUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setAuthorizationUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setAuthorizationUrl(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setAuthorizationUrl(String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setAuthorizationUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setAuthorizationUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setAuthorizationUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setAuthorizationUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The authorization URL to be used for this flow.
- setBearerFormat(String) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted.
- setBearerFormat(String) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- setBearerFormatBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted.
- setBearerFormatBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
- setBlocking(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
If true, the message will be blocking until the task is completed.
- setCallAgent(InstructionOuterClass.CallAgent) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - setCallAgent(InstructionOuterClass.CallAgent.Builder) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.CallAgent call_agent = 1; - setCallback(MainEventBusProcessorCallback) - Method in class org.a2aproject.sdk.server.events.MainEventBusProcessor
-
Set a callback for testing synchronization with async event processing.
- setCapabilities(AgentCapabilities) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- setCapabilities(AgentCapabilities.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- setCapabilities(AgentCapabilities) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- setCapabilities(AgentCapabilities.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A2A Capability set supported by the agent.
- setClientCredentials(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - setClientCredentials(ClientCredentialsOAuthFlow.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2; - setClientCredentials(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- setClientCredentials(ClientCredentialsOAuthFlow.Builder) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Client Credentials flow.
- setClosedEvent(boolean) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
-
Set the closed event flag (for JSON deserialization).
- setConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - setConfig(TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
.a2a.v1.TaskPushNotificationConfig config = 3 [(.google.api.field_behavior) = REQUIRED]; - setConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- setConfigId(String) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - setConfigId(String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- setConfigIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
string config_id = 2 [(.google.api.field_behavior) = REQUIRED]; - setConfigJson(String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- setConfigs(int, TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - setConfigs(int, TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
repeated .a2a.v1.TaskPushNotificationConfig configs = 1; - setConfigs(int, TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- setConfigs(int, TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
The list of push notification configurations.
- setConfiguration(SendMessageConfiguration) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - setConfiguration(SendMessageConfiguration.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.SendMessageConfiguration configuration = 2; - setConfiguration(SendMessageConfiguration) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- setConfiguration(SendMessageConfiguration.Builder) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Configuration for the send request.
- setContent(int, Part) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- setContent(int, Part.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Content is the container of the message content.
- setContextId(String) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- setContextId(String) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The context id of the message.
- setContextId(String) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- setContextId(String) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the context that this task belongs too
- setContextId(String) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the context that the task belongs to
- setContextId(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- setContextId(String) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- setContextId(String) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- setContextId(String) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- setContextId(String) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the context that this task belongs to.
- setContextId(String) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the context that the task belongs to.
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The context id of the message.
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for the contextual collection of interactions (tasks and messages).
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the context that this task belongs too
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the context that the task belongs to
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by context ID to get tasks from a specific conversation or session.
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the context that this task belongs to.
- setContextIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the context that the task belongs to.
- setCreatedAt(Instant) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- setCredential(String, String, String) - Method in class org.a2aproject.sdk.client.transport.spi.interceptors.auth.InMemoryContextCredentialService
-
Method to populate the in-memory credential service.
- setCredential(String, String, String) - Method in class org.a2aproject.sdk.compat03.client.transport.spi.interceptors.auth.InMemoryContextCredentialService_v0_3
-
Method to populate the in-memory credential service.
- setCredentials(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Optional credentials
- setCredentials(String) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
Push Notification credentials.
- setCredentialsBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Optional credentials
- setCredentialsBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
Push Notification credentials.
- setData(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - setData(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart.Builder
-
.google.protobuf.Struct data = 1; - setData(Value) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- setData(Value.Builder) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
- setData(DataPart) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - setData(DataPart.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.DataPart data = 3; - setDefaultInputModes(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- setDefaultInputModes(int, String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED The set of interaction modes that the agent supports across all skills.
- setDefaultOutputModes(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The mime types supported as outputs from this agent.
- setDefaultOutputModes(int, String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The media types supported as outputs from this agent.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A description of the agent's domain of action/solution space.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
A description of how this agent uses this extension.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human (or llm) readable description of the skill details and behaviors.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Description of this security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable description of the artifact, optional.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
Description of this security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
-
Description of this security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
Description of this security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Description of this security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
A human-readable description of how this agent uses the extension.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A detailed description of the skill.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
An optional description for the security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
An optional description for the security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
-
An optional description for the security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An optional description for the security scheme.
- setDescription(String) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
An optional description for the security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A description of the agent's domain of action/solution space.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
A description of how this agent uses this extension.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human (or llm) readable description of the skill details and behaviors.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Description of this security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable description of the artifact, optional.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
Description of this security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme.Builder
-
Description of this security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
Description of this security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Description of this security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human-readable description of the agent, assisting users and other agents in understanding its purpose.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
A human-readable description of how this agent uses the extension.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A detailed description of the skill.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
An optional description for the security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
An optional description for the security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme.Builder
-
An optional description for the security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An optional description for the security scheme.
- setDescriptionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
An optional description for the security scheme.
- setDeviceAuthorizationUrl(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The device authorization endpoint URL.
- setDeviceAuthorizationUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The device authorization endpoint URL.
- setDeviceCode(DeviceCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- setDeviceCode(DeviceCodeOAuthFlow.Builder) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Configuration for the OAuth Device Code flow.
- setDocumentationUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A url to provide additional documentation about the agent.
- setDocumentationUrl(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A URL providing additional documentation about the agent.
- setDocumentationUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A url to provide additional documentation about the agent.
- setDocumentationUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A URL providing additional documentation about the agent.
- setError(Throwable) - Method in class org.a2aproject.sdk.server.events.EnhancedRunnable
- setError(A2AError) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- setEvent(StreamingEventKind) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- setEventConsumerCancelCallback(Runnable) - Method in class org.a2aproject.sdk.server.ServerCallContext
-
Sets the callback to be invoked when the client disconnects or the call is cancelled.
- setExamples(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of example queries that this skill is designed to address.
- setExamples(int, String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Example prompts or scenarios that this skill can handle.
- setExtendedAgentCard(boolean) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports providing an extended agent card when authenticated.
- setExtensions(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- setExtensions(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- setExtensions(int, String) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The URIs of extensions that are present or contributed to this Artifact.
- setExtensions(int, String) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The URIs of extensions that are present or contributed to this Message.
- setExtensions(int, AgentExtension) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- setExtensions(int, AgentExtension.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
Extensions supported by this agent.
- setExtensions(int, AgentExtension) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- setExtensions(int, AgentExtension.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
A list of protocol extensions supported by the agent.
- setFile(FilePart) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - setFile(FilePart.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
.a2a.v1.FilePart file = 2; - setFilename(String) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
An optional `filename` for the file (e.g., "document.pdf").
- setFilenameBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
An optional `filename` for the file (e.g., "document.pdf").
- setFileWithBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
bytes file_with_bytes = 2; - setFileWithUri(String) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string file_with_uri = 1; - setFileWithUriBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string file_with_uri = 1; - setFinal(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Whether this is the last status update expected for this task.
- setFinalizedAt(Instant, boolean) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
-
Sets the finalized timestamp for this task.
- setFlows(OAuthFlows) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- setFlows(OAuthFlows.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the flow types supported
- setFlows(OAuthFlows) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- setFlows(OAuthFlows.Builder) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
An object containing configuration information for the supported OAuth 2.0 flows.
- setHeader(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- setHeader(Struct) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- setHeader(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- setHeader(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
The unprotected JWS header values.
- setHistory(int, Message) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- setHistory(int, Message.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a task.
- setHistory(int, Message) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- setHistory(int, Message.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED The history of interactions from a `Task`.
- setHistoryLength(int) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
int32 history_length = 2; - setHistoryLength(int) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
The maximum number of messages to include in the history. if 0, the history will be unlimited.
- setHistoryLength(int) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The maximum number of most recent messages from the task's history to retrieve.
- setHistoryLength(int) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of messages to include in each task's history.
- setHistoryLength(int) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
The maximum number of most recent messages from the task's history to retrieve in the response.
- setHistoryLength(Integer) - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Set the conversation history length.
- setHistoryLength(Integer) - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- setHoldTask(boolean) - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
whether to hold the task in WORKING state instead of completing it
- setHttpAuthSecurityScheme(HTTPAuthSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - setHttpAuthSecurityScheme(HTTPAuthSecurityScheme.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2; - setHttpAuthSecurityScheme(HTTPAuthSecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- setHttpAuthSecurityScheme(HTTPAuthSecurityScheme.Builder) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
HTTP authentication (Basic, Bearer, etc.).
- setIconUrl(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Optional.
- setIconUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Optional.
- setId(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Unique id of the skill within this agent.
- setId(String) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
A unique id for this push notification.
- setId(String) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for a task, created by the A2A server.
- setId(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- setId(String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A unique identifier for the agent's skill.
- setId(String) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
The resource ID of the task to cancel.
- setId(String) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to delete.
- setId(String) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to retrieve.
- setId(String) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The resource ID of the task to retrieve.
- setId(String) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
The resource ID of the task to subscribe to.
- setId(String) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- setId(String) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The push notification configuration details.
- setId(TaskConfigId) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Unique id of the skill within this agent.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
A unique id for this push notification.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
Unique identifier for a task, created by the A2A server.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A unique identifier for the agent's skill.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
The resource ID of the task to cancel.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to delete.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The resource ID of the configuration to retrieve.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
The resource ID of the task to retrieve.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
The resource ID of the task to subscribe to.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
Unique identifier (e.g.
- setIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The push notification configuration details.
- setImplicit(ImplicitOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - setImplicit(ImplicitOAuthFlow.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.ImplicitOAuthFlow implicit = 3; - setImplicit(ImplicitOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- setImplicit(ImplicitOAuthFlow.Builder) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- setIncludeArtifacts(boolean) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Whether to include artifacts in the returned tasks.
- setInfo(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaDatabasePushNotificationConfigStore
- setInfo(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.server.tasks.InMemoryPushNotificationConfigStore
- setInfo(TaskPushNotificationConfig) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
-
Sets or updates the push notification configuration for a task.
- setInfo(TaskPushNotificationConfig, String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaDatabasePushNotificationConfigStore
- setInfo(TaskPushNotificationConfig, String) - Method in class org.a2aproject.sdk.server.tasks.InMemoryPushNotificationConfigStore
- setInfo(TaskPushNotificationConfig, String) - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationConfigStore
-
Sets or updates the push notification configuration for a task, along with the protocol version that registered it.
- setInputModes(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible input modalities supported.
- setInputModes(int, String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported input media types for this skill, overriding the agent's defaults.
- setInstruction(InstructionOuterClass.Instruction) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- setInstruction(InstructionOuterClass.Instruction.Builder) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
instruction for the called agent
- setInstructions(int, InstructionOuterClass.Instruction) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - setInstructions(int, InstructionOuterClass.Instruction.Builder) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
repeated .itk.Instruction instructions = 1; - setInterceptors(List<ClientCallInterceptor>) - Method in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfig
-
Set the list of request/response interceptors.
- setInterceptors(List<ClientCallInterceptor_v0_3>) - Method in class org.a2aproject.sdk.compat03.client.transport.spi.ClientTransportConfig_v0_3
- setLastChunk(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Whether this represents the last part of an artifact
- setLastChunk(boolean) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
If true, this is the final chunk of the artifact.
- setList(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.StringList.Builder
-
repeated string list = 1; - setList(int, String) - Method in class org.a2aproject.sdk.grpc.StringList.Builder
-
The individual string values.
- setLocation(String) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Location of the API key, valid values are "query", "header", or "cookie"
- setLocation(String) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The location of the API key.
- setLocationBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Location of the API key, valid values are "query", "header", or "cookie"
- setLocationBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The location of the API key.
- setMediaType(String) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- setMediaTypeBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
- setMessage(Message) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- setMessage(Message) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- setMessage(Message) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- setMessage(Message) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- setMessage(Message.Builder) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
The message to send to the agent.
- setMessage(Message.Builder) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
A message from the agent.
- setMessage(Message.Builder) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Message object containing a message from the agent.
- setMessage(Message.Builder) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
A message associated with the status.
- setMessageId(String) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The message id of the message.
- setMessageId(String) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The unique identifier (e.g.
- setMessageIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The message id of the message.
- setMessageIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
The unique identifier (e.g.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - setMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- setMetadata(Struct) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
Optional metadata included with the artifact.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED Any optional metadata to provide along with the message.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.google.protobuf.Struct metadata = 3; - setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
Optional metadata associated with the artifact update.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
Optional metadata to associate with the task update.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
Optional.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
Optional. metadata associated with this part.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
A flexible key-value map for passing additional context or parameters.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
protolint:enable REPEATED_FIELD_NAMES_PLURALIZED A key/value object to store custom metadata about a task.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
Optional.
- setMetadata(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
Optional.
- setMetadata(Map<String, Object>) - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Set custom metadata to be included in all requests.
- setMetadata(Map<String, Object>) - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- setMimeType(String) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string mime_type = 3; - setMimeTypeBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart.Builder
-
string mime_type = 3; - setMsg(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - setMsg(Message) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - setMsg(Message.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - setMsg(Message.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Message msg = 2 [json_name = "message"]; - setMtlsSecurityScheme(MutualTlsSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - setMtlsSecurityScheme(MutualTlsSecurityScheme.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5; - setMtlsSecurityScheme(MutualTlsSecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- setMtlsSecurityScheme(MutualTlsSecurityScheme.Builder) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
Mutual TLS authentication.
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A human readable name for the agent.
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human readable name for the skill.
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Name of the header, query or cookie parameter to be used.
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable name for the artifact.
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
-
name=tasks/{id}
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
name=tasks/{id}
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
name=tasks/{id}/pushNotificationConfigs/{id}
- setName(String) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
-
name=tasks/{id}
- setName(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human readable name for the agent.
- setName(String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A human-readable name for the skill.
- setName(String) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The name of the header, query, or cookie parameter to be used.
- setName(String) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
A human readable name for the artifact.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A human readable name for the agent.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A human readable name for the skill.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme.Builder
-
Name of the header, query or cookie parameter to be used.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
A human readable name for the artifact.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest.Builder
-
name=tasks/{id}
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest.Builder
-
name=tasks/{id}/pushNotificationConfigs/{push_id}
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest.Builder
-
name=tasks/{id}
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
name=tasks/{id}/pushNotificationConfigs/{id}
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest.Builder
-
name=tasks/{id}
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
A human readable name for the agent.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A human-readable name for the skill.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme.Builder
-
The name of the header, query, or cookie parameter to be used.
- setNameBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
A human readable name for the artifact.
- setNextPageToken(String) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- setNextPageToken(String) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- setNextPageToken(String) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- setNextPageTokenBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- setNextPageTokenBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- setNextPageTokenBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
A token to retrieve the next page of results, or empty if there are no more results in the list.
- setOauth2MetadataUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- setOauth2MetadataUrl(String) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- setOauth2MetadataUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme.Builder
-
URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414).
- setOauth2MetadataUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
-
URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
- setOauth2SecurityScheme(OAuth2SecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - setOauth2SecurityScheme(OAuth2SecurityScheme.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3; - setOauth2SecurityScheme(OAuth2SecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- setOauth2SecurityScheme(OAuth2SecurityScheme.Builder) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OAuth 2.0 authentication.
- setOpenIdConnectSecurityScheme(OpenIdConnectSecurityScheme) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - setOpenIdConnectSecurityScheme(OpenIdConnectSecurityScheme.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme.Builder
-
.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4; - setOpenIdConnectSecurityScheme(OpenIdConnectSecurityScheme) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- setOpenIdConnectSecurityScheme(OpenIdConnectSecurityScheme.Builder) - Method in class org.a2aproject.sdk.grpc.SecurityScheme.Builder
-
OpenID Connect authentication.
- setOpenIdConnectUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- setOpenIdConnectUrl(String) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- setOpenIdConnectUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme.Builder
-
Well-known URL to discover the [[OpenID-Connect-Discovery]] provider metadata.
- setOpenIdConnectUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme.Builder
-
The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
- setOrganization(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers organization name Example: "Google"
- setOrganization(String) - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
The name of the agent provider's organization.
- setOrganizationBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers organization name Example: "Google"
- setOrganizationBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
The name of the agent provider's organization.
- setOutputModes(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
Possible output modalities produced
- setOutputModes(int, String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
The set of supported output media types for this skill, overriding the agent's defaults.
- setPageSize(int) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
For AIP-158 these fields are present.
- setPageSize(int) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The maximum number of configurations to return.
- setPageSize(int) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
The maximum number of tasks to return.
- setPageSize(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
The page size used for this response.
- setPageToken(String) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- setPageToken(String) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- setPageToken(String) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
A page token, received from a previous `ListTasks` call.
- setPageTokenBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
A page token received from a previous ListTaskPushNotificationConfigRequest call.
- setPageTokenBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
- setPageTokenBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
A page token, received from a previous `ListTasks` call.
- setParameters(Map<String, ? extends Object>) - Method in class org.a2aproject.sdk.client.transport.spi.ClientTransportConfig
-
Set the Map of config parameters.
- setParams(MessageSendParams) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- setParams(Struct) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- setParams(Struct) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- setParams(Struct.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Optional configuration for the extension.
- setParams(Struct.Builder) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
Optional.
- setParent(String) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
The task resource for this config.
- setParent(String) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
parent=tasks/{id}
- setParentBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest.Builder
-
The task resource for this config.
- setParentBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest.Builder
-
parent=tasks/{id}
- setParts(int, Part) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- setParts(int, Part.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact.Builder
-
The content of the artifact.
- setParts(int, Part) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- setParts(int, Part) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- setParts(int, Part.Builder) - Method in class org.a2aproject.sdk.grpc.Artifact.Builder
-
The content of the artifact.
- setParts(int, Part.Builder) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Parts is the container of the message content.
- setPassword(PasswordOAuthFlow) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - setPassword(PasswordOAuthFlow.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows.Builder
-
.a2a.v1.PasswordOAuthFlow password = 4; - setPassword(PasswordOAuthFlow) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- setPassword(PasswordOAuthFlow.Builder) - Method in class org.a2aproject.sdk.grpc.OAuthFlows.Builder
-
Deprecated.
- setPkceRequired(boolean) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
Indicates if PKCE (RFC 7636) is required for this flow.
- setPolling(Boolean) - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Enable or disable polling mode for task updates.
- setPolling(Boolean) - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- setPreferredTransport(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The transport of the preferred endpoint.
- setPreferredTransportBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The transport of the preferred endpoint.
- setProtected(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The protected JWS header for the signature.
- setProtected(String) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- setProtectedBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The protected JWS header for the signature.
- setProtectedBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
(-- api-linter: core::0140::reserved-words=disabled aip.dev/not-precedent: Backwards compatibility --) Required.
- setProtocolBinding(String) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The protocol binding supported at this URL.
- setProtocolBindingBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The protocol binding supported at this URL.
- setProtocolVersion(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the A2A protocol this agent supports.
- setProtocolVersion(String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.JpaPushNotificationConfig
- setProtocolVersion(String) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The version of the A2A protocol this interface exposes.
- setProtocolVersionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the A2A protocol this agent supports.
- setProtocolVersionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The version of the A2A protocol this interface exposes.
- setProvider(AgentProvider) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- setProvider(AgentProvider.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The service provider of the agent.
- setProvider(AgentProvider) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- setProvider(AgentProvider.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The service provider of the agent.
- setPushNotification(InstructionOuterClass.PushNotificationBehavior) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - setPushNotification(InstructionOuterClass.PushNotificationBehavior.Builder) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.PushNotificationBehavior push_notification = 6; - setPushNotification(PushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- setPushNotification(PushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration.Builder
-
A configuration of a webhook that can be used to receive updates
- setPushNotificationConfig(PushNotificationConfig) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - setPushNotificationConfig(PushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig.Builder
-
.a2a.v1.PushNotificationConfig push_notification_config = 2; - setPushNotificationConfig(PushNotificationConfig_v0_3) - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- setPushNotificationConfig(SetTaskPushNotificationConfigRequest_v0_3, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.jsonrpc.handler.JSONRPCHandler_v0_3
- setPushNotificationConfig(CreateTaskPushNotificationConfigRequest, ServerCallContext) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
-
Creates a push notification configuration for a task.
- setPushNotificationExecutor(Executor) - Method in class org.a2aproject.sdk.server.events.MainEventBusProcessor
-
Set a custom executor for push notifications (primarily for testing).
- setPushNotifications(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
If the agent can send push notifications to the clients webhook
- setPushNotifications(boolean) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports sending push notifications for asynchronous task updates.
- setRaw(ByteString) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The `raw` byte content of a file.
- setReferenceTaskIds(int, String) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
A list of task IDs that this message references for additional context.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrl(String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRefreshUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The URL to be used for obtaining refresh tokens.
- setRelatedTasks(List<Task>) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- setRequest(Message) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - setRequest(Message.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest.Builder
-
.a2a.v1.Message request = 1 [json_name = "message", (.google.api.field_behavior) = REQUIRED]; - setRequestHandler(Convert_v0_3_To10RequestHandler) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- setRequired(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
Whether the client must follow specific requirements of the extension.
- setRequired(boolean) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
If true, the client must understand and comply with the extension's requirements.
- setResponse(String) - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
what to return to the calling agent
- setResponseBytes(ByteString) - Method in class itk.InstructionOuterClass.ReturnResponse.Builder
-
what to return to the calling agent
- setResponseGenerator(InstructionOuterClass.SeriesOfSteps.ResponseGenerator) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - setResponseGeneratorValue(int) - Method in class itk.InstructionOuterClass.SeriesOfSteps.Builder
-
.itk.SeriesOfSteps.ResponseGenerator response_generator = 2; - setResubscribe(InstructionOuterClass.ResubscribeBehavior) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - setResubscribe(InstructionOuterClass.ResubscribeBehavior.Builder) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.ResubscribeBehavior resubscribe = 7; - setReturnImmediately(boolean) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
If `true`, the operation returns immediately after creating the task, even if processing is still in progress.
- setReturnResponse(InstructionOuterClass.ReturnResponse) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - setReturnResponse(InstructionOuterClass.ReturnResponse.Builder) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.ReturnResponse return_response = 2; - setRole(Role) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
A role for the message.
- setRole(Role) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Identifies the sender of the message.
- setRoleValue(int) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
A role for the message.
- setRoleValue(int) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Identifies the sender of the message.
- setScheme(String) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- setScheme(String) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- setScheme(String) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- setSchemeBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header as defined in RFC7235.
- setSchemeBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo.Builder
-
HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
- setSchemeBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme.Builder
-
The name of the HTTP Authentication scheme to be used in the Authorization header, as defined in RFC7235 (e.g., "Bearer").
- setSchemes(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo.Builder
-
Supported authentication schemes - e.g.
- setSecurity(int, Security) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- setSecurity(int, Security) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- setSecurity(int, Security.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.
- setSecurity(int, Security.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.
- setSecurityRequirements(int, SecurityRequirement) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- setSecurityRequirements(int, SecurityRequirement) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- setSecurityRequirements(int, SecurityRequirement.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Security requirements for contacting the agent.
- setSecurityRequirements(int, SecurityRequirement.Builder) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
Security schemes necessary for this skill.
- setSendMessage(InstructionOuterClass.SendMessageBehavior) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - setSendMessage(InstructionOuterClass.SendMessageBehavior.Builder) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
.itk.SendMessageBehavior send_message = 5; - setServerCallContext(ServerCallContext) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- setSignature(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The computed signature, base64url-encoded.
- setSignature(String) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
Required.
- setSignatureBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature.Builder
-
The computed signature, base64url-encoded.
- setSignatureBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature.Builder
-
Required.
- setSignatures(int, AgentCardSignature) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- setSignatures(int, AgentCardSignature.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this AgentCard.
- setSignatures(int, AgentCardSignature) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- setSignatures(int, AgentCardSignature.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
JSON Web Signatures computed for this `AgentCard`.
- setSkills(int, AgentSkill) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- setSkills(int, AgentSkill.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Skills represent a unit of ability an agent can perform.
- setSkills(int, AgentSkill) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- setSkills(int, AgentSkill.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Skills represent the abilities of an agent.
- setState(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- setState(TaskState) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
The current state of this task
- setState(TaskState) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
The current state of this task.
- setStateValue(int) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
The current state of this task
- setStateValue(int) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
The current state of this task.
- setStatus(TaskStatus) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- setStatus(TaskStatus) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- setStatus(TaskStatus.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.Task.Builder
-
The current status of a Task, including state and a message.
- setStatus(TaskStatus.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- setStatus(TaskState) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by their current status state.
- setStatus(TaskStatus) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- setStatus(TaskStatus) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- setStatus(TaskStatus.Builder) - Method in class org.a2aproject.sdk.grpc.Task.Builder
-
The current status of a `Task`, including `state` and a `message`.
- setStatus(TaskStatus.Builder) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The new status of the task.
- setStatusTimestamp(Instant) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- setStatusTimestampAfter(Timestamp) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- setStatusTimestampAfter(Timestamp.Builder) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
- setStatusUpdate(TaskStatusUpdateEvent) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - setStatusUpdate(TaskStatusUpdateEvent.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.TaskStatusUpdateEvent status_update = 3; - setStatusUpdate(TaskStatusUpdateEvent) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- setStatusUpdate(TaskStatusUpdateEvent.Builder) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
An event indicating a task status update.
- setStatusValue(int) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Filter tasks by their current status state.
- setSteps(InstructionOuterClass.SeriesOfSteps) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - setSteps(InstructionOuterClass.SeriesOfSteps.Builder) - Method in class itk.InstructionOuterClass.Instruction.Builder
-
.itk.SeriesOfSteps steps = 3; - setStreaming(boolean) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
whether to use streaming
- setStreaming(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities.Builder
-
If the agent will support streaming responses
- setStreaming(boolean) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities.Builder
-
Indicates if the agent supports streaming responses.
- setStreaming(Boolean) - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Enable or disable streaming mode.
- setStreaming(Boolean) - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- setStreamingMultiSseSupportSubscribedRunnable(Runnable) - Static method in class org.a2aproject.sdk.compat03.server.apps.quarkus.A2AServerRoutes_v0_3
- setStreamingMultiSseSupportSubscribedRunnable(Runnable) - Static method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- setStreamingMultiSseSupportSubscribedRunnable(Runnable) - Static method in class org.a2aproject.sdk.server.apps.quarkus.A2AServerRoutes
-
Sets a callback to be invoked when SSE streaming subscription starts.
- setStreamingMultiSseSupportSubscribedRunnable(Runnable) - Static method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
- setStreamingSubscribedRunnable(Runnable) - Static method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- setStreamingSubscribedRunnable(Runnable) - Static method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
-
Sets a callback to be invoked when streaming subscription starts.
- setSupportedInterfaces(int, AgentInterface) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- setSupportedInterfaces(int, AgentInterface.Builder) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
Ordered list of supported interfaces.
- setSupportsAuthenticatedExtendedCard(boolean) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
Whether the agent supports providing an extended agent card when the user is authenticated, i.e. is the card from .well-known different than the card from GetAgentCard.
- setTags(int, String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
-
A set of tags for the skill to enhance categorization/utilization.
- setTags(int, String) - Method in class org.a2aproject.sdk.grpc.AgentSkill.Builder
-
A set of keywords describing the skill's capabilities.
- setTask(Task) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- setTask(Task) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - setTask(Task) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - setTask(Task.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.Builder
-
.a2a.v1.Task task = 1; - setTask(Task.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse.Builder
-
.a2a.v1.Task task = 1; - setTask(Task) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- setTask(Task) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- setTask(Task.Builder) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse.Builder
-
The task created or updated by the message.
- setTask(Task.Builder) - Method in class org.a2aproject.sdk.grpc.StreamResponse.Builder
-
A Task object containing the current state of the task.
- setTask(Task) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- setTaskId(String) - Method in class org.a2aproject.sdk.server.agentexecution.RequestContext.Builder
- setTaskId(String) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The task id of the message.
- setTaskId(String) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the task for this artifact
- setTaskId(String) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the task that is changed
- setTaskId(String) - Method in class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- setTaskId(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- setTaskId(String) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- setTaskId(String) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- setTaskId(String) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The parent task resource ID.
- setTaskId(String) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- setTaskId(String) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the task for this artifact.
- setTaskId(String) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The ID of the task this configuration is associated with.
- setTaskId(String) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the task that has changed.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Message.Builder
-
The task id of the message.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent.Builder
-
The id of the task for this artifact
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent.Builder
-
The id of the task that is changed
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
The parent task resource ID.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
The parent task resource ID.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Message.Builder
-
Optional.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent.Builder
-
The ID of the task for this artifact.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The ID of the task this configuration is associated with.
- setTaskIdBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent.Builder
-
The ID of the task that has changed.
- setTaskJson(String) - Method in class org.a2aproject.sdk.extras.taskstore.database.jpa.JpaTask
- setTaskPushNotificationConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- setTaskPushNotificationConfig(TaskPushNotificationConfig.Builder) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration.Builder
-
Configuration for the agent to send push notifications for task updates.
- setTaskPushNotificationConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Set the default push notification configuration.
- SetTaskPushNotificationConfigRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
Used to set a task push notification request.
- SetTaskPushNotificationConfigRequest_v0_3(String, Object, String, TaskPushNotificationConfig_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3
- SetTaskPushNotificationConfigRequest_v0_3(String, TaskPushNotificationConfig_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigRequest_v0_3
- SetTaskPushNotificationConfigRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- SetTaskPushNotificationConfigResponse_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
The response after receiving a set task push notification request.
- SetTaskPushNotificationConfigResponse_v0_3(Object, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigResponse_v0_3
- SetTaskPushNotificationConfigResponse_v0_3(Object, TaskPushNotificationConfig_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigResponse_v0_3
- SetTaskPushNotificationConfigResponse_v0_3(String, Object, TaskPushNotificationConfig_v0_3, JSONRPCError_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.SetTaskPushNotificationConfigResponse_v0_3
- setTaskPushNotificationConfiguration(String, RoutingContext) - Method in class org.a2aproject.sdk.compat03.server.rest.quarkus.A2AServerRoutes_v0_3
- setTaskPushNotificationConfiguration(String, String, ServerCallContext) - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3
- setTaskPushNotificationConfiguration(TaskPushNotificationConfig_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Set or update the push notification configuration for a specific task.
- setTaskPushNotificationConfiguration(TaskPushNotificationConfig_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.AbstractClient_v0_3
-
Set or update the push notification configuration for a specific task.
- setTaskPushNotificationConfiguration(TaskPushNotificationConfig_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.Client_v0_3
- setTaskPushNotificationConfiguration(TaskPushNotificationConfig_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.grpc.GrpcTransport_v0_3
- setTaskPushNotificationConfiguration(TaskPushNotificationConfig_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.rest.RestTransport_v0_3
- setTaskPushNotificationConfiguration(TaskPushNotificationConfig_v0_3, ClientCallContext_v0_3) - Method in interface org.a2aproject.sdk.compat03.client.transport.spi.ClientTransport_v0_3
-
Set or update the push notification configuration for a specific task.
- setTaskPushNotificationConfiguration(TaskPushNotificationConfig_v0_3, ClientCallContext_v0_3) - Method in class org.a2aproject.sdk.compat03.client.transport.jsonrpc.JSONRPCTransport_v0_3
- setTasks(int, Task) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- setTasks(int, Task.Builder) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Array of tasks matching the specified criteria.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
Tenant ID to be used in the request when calling the agent.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Tenant ID, provided as a path parameter.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
Optional.
- setTenant(String) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
Tenant ID to be used in the request when calling the agent.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest.Builder
-
Tenant ID, provided as a path parameter.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest.Builder
-
Optional.
- setTenantBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
Optional.
- setText(String) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
string text = 1; - setText(String) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The string content of the `text` part.
- setTextBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.Part.Builder
-
string text = 1; - setTextBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
The string content of the `text` part.
- setTimestamp(Timestamp) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- setTimestamp(Timestamp) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- setTimestamp(Timestamp.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
Timestamp when the status was recorded.
- setTimestamp(Timestamp.Builder) - Method in class org.a2aproject.sdk.grpc.TaskStatus.Builder
-
ISO 8601 Timestamp when the status was recorded.
- setToken(String) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Token unique for this task/session
- setToken(String) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
A token unique for this task or session.
- setTokenBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Token unique for this task/session
- setTokenBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
A token unique for this task or session.
- setTokenUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrl(String) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrl(String) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrl(String) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrl(String) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTokenUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
-
The token URL to be used for this flow.
- setTotalSize(int) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse.Builder
-
Total number of tasks available (before pagination).
- setTransport(String) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
which transport use to get agent card and later call
- setTransport(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The transport supported this url.
- setTransportBytes(ByteString) - Method in class itk.InstructionOuterClass.CallAgent.Builder
-
which transport use to get agent card and later call
- setTransportBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The transport supported this url.
- setUpdate(Message) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- setUpdate(Message.Builder) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus.Builder
-
A message associated with the status.
- setUri(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
The URI of the extension.
- setUri(String) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
The unique URI identifying the extension.
- setUriBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension.Builder
-
The URI of the extension.
- setUriBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentExtension.Builder
-
The unique URI identifying the extension.
- setUrl(String) - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
-
string url = 1; - setUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A URL to the address the agent is hosted at.
- setUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The url this interface is found at.
- setUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers reference url Example: "https://ai.google.dev"
- setUrl(String) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Url to send the notification too
- setUrl(String) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The URL where this interface is available.
- setUrl(String) - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
A URL for the agent provider's website or relevant documentation.
- setUrl(String) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
A `url` pointing to the file's content.
- setUrl(String) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The URL where the notification should be sent.
- setUrlBytes(ByteString) - Method in class itk.InstructionOuterClass.PushNotificationBehavior.Builder
-
string url = 1; - setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
A URL to the address the agent is hosted at.
- setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface.Builder
-
The url this interface is found at.
- setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider.Builder
-
The providers reference url Example: "https://ai.google.dev"
- setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig.Builder
-
Url to send the notification too
- setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentInterface.Builder
-
The URL where this interface is available.
- setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentProvider.Builder
-
A URL for the agent provider's website or relevant documentation.
- setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.Part.Builder
-
A `url` pointing to the file's content.
- setUrlBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig.Builder
-
The URL where the notification should be sent.
- setUseClientPreference(Boolean) - Method in class org.a2aproject.sdk.client.config.ClientConfig.Builder
-
Set whether to use client or server transport preference.
- setUseClientPreference(Boolean) - Method in class org.a2aproject.sdk.compat03.client.config.ClientConfig_v0_3.Builder
- setVersion(String) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the agent.
- setVersion(String) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The version of the agent.
- setVersionBytes(ByteString) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard.Builder
-
The version of the agent.
- setVersionBytes(ByteString) - Method in class org.a2aproject.sdk.grpc.AgentCard.Builder
-
The version of the agent.
- shouldAutoClose(StreamingEventKind) - Method in class org.a2aproject.sdk.client.transport.spi.sse.AbstractSSEEventListener
-
Determines if the SSE connection should be automatically closed based on the event type.
- shouldIncludeArtifacts() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns whether to include artifacts (defaults to false).
- shouldSkipDockerTests() - Static method in class org.a2aproject.sdk.testutils.docker.DockerAvailability
-
Checks if Docker tests should be skipped based on the system property.
- signalQueuePollerStarted() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Signals that the queue poller has started consuming events.
- signature() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3
-
Returns the value of the
signaturerecord component. - signature() - Method in record class org.a2aproject.sdk.spec.AgentCardSignature
-
Returns the value of the
signaturerecord component. - signature(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3.Builder
- signature(String) - Method in class org.a2aproject.sdk.spec.AgentCardSignature.Builder
-
Sets the Base64URL-encoded signature value.
- SIGNATURE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- SIGNATURE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCardSignature
- signatures() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
signaturesrecord component. - signatures() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
signaturesrecord component. - signatures(List<AgentCardSignature_v0_3>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- signatures(List<AgentCardSignature>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the digital signatures verifying the authenticity of the agent card.
- SIGNATURES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- SIGNATURES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- SimpleAgentExecutor - Class in org.a2aproject.sdk.extras.opentelemetry.it
-
Simple AgentExecutor for integration testing.
- SimpleAgentExecutor() - Constructor for class org.a2aproject.sdk.extras.opentelemetry.it.SimpleAgentExecutor
- SimpleRequestContextBuilder - Class in org.a2aproject.sdk.server.agentexecution
- SimpleRequestContextBuilder(TaskStore, boolean) - Constructor for class org.a2aproject.sdk.server.agentexecution.SimpleRequestContextBuilder
- size() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Returns the current size of the queue.
- size() - Method in class org.a2aproject.sdk.server.events.MainEventBus
- size() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Return the size of the configs.
- skills() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
skillsrecord component. - skills() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
skillsrecord component. - skills(List<AgentSkill_v0_3>) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- skills(List<AgentSkill>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the list of skills that this agent can perform.
- SKILLS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- SKILLS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- SKIP_GRPC_PROPERTY - Static variable in class org.a2aproject.sdk.server.AgentCardValidator
- SKIP_JSONRPC_PROPERTY - Static variable in class org.a2aproject.sdk.server.AgentCardValidator
- SKIP_PROPERTY - Static variable in class org.a2aproject.sdk.server.AgentCardValidator
- SKIP_REST_PROPERTY - Static variable in class org.a2aproject.sdk.server.AgentCardValidator
- SSEEventListener - Class in org.a2aproject.sdk.client.transport.jsonrpc.sse
-
JSON-RPC transport implementation of SSE event listener.
- SSEEventListener - Class in org.a2aproject.sdk.client.transport.rest.sse
-
REST transport implementation of SSE event listener.
- SSEEventListener(Consumer<StreamingEventKind>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.client.transport.jsonrpc.sse.SSEEventListener
- SSEEventListener(Consumer<StreamingEventKind>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.client.transport.rest.sse.SSEEventListener
- SSEEventListener_v0_3 - Class in org.a2aproject.sdk.compat03.client.transport.jsonrpc.sse
- SSEEventListener_v0_3(Consumer<StreamingEventKind_v0_3>, Consumer<Throwable>) - Constructor for class org.a2aproject.sdk.compat03.client.transport.jsonrpc.sse.SSEEventListener_v0_3
- SseFormatter - Class in org.a2aproject.sdk.server.util.sse
-
Framework-agnostic utility for formatting A2A responses as Server-Sent Events (SSE).
- SseResponseWriter - Class in org.a2aproject.sdk.server.common.quarkus
-
Utility for writing SSE (Server-Sent Events) responses over Vert.x HTTP.
- startWork() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as WORKING (actively being processed).
- startWork(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as WORKING with an optional message.
- state() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
-
Returns the value of the
staterecord component. - state() - Method in record class org.a2aproject.sdk.spec.TaskStatus
-
Returns the value of the
staterecord component. - STATE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- STATE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskStatus
- stateTransitionHistory() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Returns the value of the
stateTransitionHistoryrecord component. - stateTransitionHistory(boolean) - Method in class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3.Builder
- status() - Method in interface org.a2aproject.sdk.client.http.A2AHttpResponse
-
Returns the HTTP status code.
- status() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns the value of the
statusrecord component. - status() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns the value of the
statusrecord component. - status() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
statusrecord component. - status() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns the value of the
statusrecord component. - status() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Returns the value of the
statusrecord component. - status(TaskStatus_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.Task_v0_3.Builder
- status(TaskStatus_v0_3) - Method in class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- status(TaskState) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the status.
- status(TaskStatus) - Method in class org.a2aproject.sdk.spec.Task.Builder
-
Sets the current status of the task.
- status(TaskStatus) - Method in class org.a2aproject.sdk.spec.TaskStatusUpdateEvent.Builder
-
Sets the task status.
- STATUS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Task
- STATUS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- STATUS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- STATUS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Task
- STATUS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- STATUS_TIMESTAMP_AFTER_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- STATUS_UPDATE - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
- STATUS_UPDATE - Enum constant in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
- STATUS_UPDATE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- STATUS_UPDATE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.StreamResponse
- statusTimestampAfter() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
statusTimestampAfterrecord component. - statusTimestampAfter(Instant) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the statusTimestampAfter.
- STEP_NOT_SET - Enum constant in enum class itk.InstructionOuterClass.Instruction.StepCase
- STEPS - Enum constant in enum class itk.InstructionOuterClass.Instruction.StepCase
- STEPS_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.Instruction
- streaming() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Returns the value of the
streamingrecord component. - streaming() - Method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Returns the value of the
streamingrecord component. - streaming(boolean) - Method in class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3.Builder
- streaming(boolean) - Method in class org.a2aproject.sdk.spec.AgentCapabilities.Builder
-
Sets whether the agent supports streaming responses.
- STREAMING_EVENT_ID - Static variable in record class org.a2aproject.sdk.spec.Message
-
The identifier when used in streaming responses
- STREAMING_EVENT_ID - Static variable in record class org.a2aproject.sdk.spec.Task
-
The identifier when used in streaming responses
- STREAMING_EVENT_ID - Static variable in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
The identifier when used in streaming responses
- STREAMING_EVENT_ID - Static variable in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
The identifier when used in streaming responses
- STREAMING_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.CallAgent
- STREAMING_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- STREAMING_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCapabilities
- streamingErrorHandler - Variable in class org.a2aproject.sdk.client.AbstractClient
- streamingErrorHandler(Consumer<Throwable>) - Method in class org.a2aproject.sdk.client.ClientBuilder
-
Configure an error handler for streaming scenarios.
- streamingErrorHandler(Consumer<Throwable>) - Method in class org.a2aproject.sdk.compat03.client.ClientBuilder_v0_3
- streamingEventKind(StreamResponseOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- StreamingEventKind - Interface in org.a2aproject.sdk.spec
-
Sealed interface for events that can be emitted during streaming A2A Protocol operations.
- StreamingEventKind_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
-
Sealed interface for events that can be emitted during streaming A2A Protocol operations.
- StreamingEventKindMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional polymorphic mapper for converting StreamingEventKind between A2A Protocol v0.3 and v1.0.
- StreamingEventKindMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- StreamingEventKindMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.StreamingEventKindMapper_v0_3Impl
- StreamingJSONRPCRequest<T> - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Base class for JSON-RPC requests that support streaming responses in the A2A Protocol.
- StreamingJSONRPCRequest_v0_3<T> - Class in org.a2aproject.sdk.compat03.spec
-
Represents a streaming JSON-RPC request.
- StreamingJSONRPCRequest_v0_3() - Constructor for class org.a2aproject.sdk.compat03.spec.StreamingJSONRPCRequest_v0_3
- streamResponse(StreamingEventKind_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- streamResponse(StreamingEventKind) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- StreamResponse - Class in org.a2aproject.sdk.compat03.grpc
-
The stream response for a message.
- StreamResponse - Class in org.a2aproject.sdk.grpc
-
A wrapper object used in streaming operations to encapsulate different types of response data.
- StreamResponse.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
The stream response for a message.
- StreamResponse.Builder - Class in org.a2aproject.sdk.grpc
-
A wrapper object used in streaming operations to encapsulate different types of response data.
- StreamResponse.PayloadCase - Enum Class in org.a2aproject.sdk.compat03.grpc
- StreamResponse.PayloadCase - Enum Class in org.a2aproject.sdk.grpc
- StreamResponseMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
StreamingEventKindandStreamResponse. - StreamResponseMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- StreamResponseMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.StreamResponseMapperImpl
- StreamResponseOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- StreamResponseOrBuilder - Interface in org.a2aproject.sdk.grpc
- STRICT_CONTEXT_VALIDATION_KEY - Static variable in class org.a2aproject.sdk.server.ServerCallContext
-
Key for context ID validation mode in the state map.
- StringList - Class in org.a2aproject.sdk.compat03.grpc
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED
- StringList - Class in org.a2aproject.sdk.grpc
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED A list of strings.
- StringList.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED
- StringList.Builder - Class in org.a2aproject.sdk.grpc
-
protolint:disable REPEATED_FIELD_NAMES_PLURALIZED A list of strings.
- StringListOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- StringListOrBuilder - Interface in org.a2aproject.sdk.grpc
- stringSecuritySchemeMapToStringSecuritySchemeMap(Map<String, SecurityScheme>) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- stringSecuritySchemeMapToStringSecuritySchemeMap1(Map<String, SecurityScheme>) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- stripWellKnownSuffix(String) - Static method in class org.a2aproject.sdk.util.Utils
-
Strips any trailing slash and the standard well-known suffix from
baseUrlso thatUtils.buildCardUrl(java.lang.String, java.lang.String)can append the desired path without doubling it. - struct(Map<String, Object>) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- structToMap(Struct) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf Struct to domain Map (generic conversion).
- submit() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as SUBMITTED.
- submit(Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Marks the task as SUBMITTED with an optional message.
- SUBMITTED - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- SUBSCRIBE_TO_TASK - Enum constant in enum class org.a2aproject.sdk.server.auth.TaskOperation
- SUBSCRIBE_TO_TASK_METHOD - Static variable in interface org.a2aproject.sdk.spec.A2AMethods
-
Method name for subscribing to task events.
- subscribeToTask(TaskIdParams) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Subscribe to a task's event stream.
- subscribeToTask(TaskIdParams, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Subscribe to a task's event stream.
- subscribeToTask(TaskIdParams, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Subscribe to a task's event stream.
- subscribeToTask(TaskIdParams, List<BiConsumer<ClientEvent, AgentCard>>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.Client
-
Subscribe to an existing task to receive remaining events.
- subscribeToTask(TaskIdParams, ClientCallContext) - Method in class org.a2aproject.sdk.client.AbstractClient
-
Subscribe to a task's event stream.
- subscribeToTask(RoutingContext) - Method in class org.a2aproject.sdk.server.rest.quarkus.A2AServerRoutes
-
Subscribes to task updates via Server-Sent Events.
- subscribeToTask(SubscribeToTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
Subscribes to task updates for tasks not in a terminal state.
- subscribeToTask(SubscribeToTaskRequest) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
Subscribes to task updates for tasks not in a terminal state.
- subscribeToTask(SubscribeToTaskRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceStub
-
Subscribes to task updates for tasks not in a terminal state.
- subscribeToTask(SubscribeToTaskRequest, StreamObserver<StreamResponse>) - Method in interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
-
Subscribes to task updates for tasks not in a terminal state.
- subscribeToTask(SubscribeToTaskRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.transport.grpc.handler.GrpcHandler
- subscribeToTask(ServerCallContext, String, String) - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler
-
Subscribes to task updates via a streaming connection.
- subscribeToTask(TaskIdParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.grpc.GrpcTransport
- subscribeToTask(TaskIdParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.jsonrpc.JSONRPCTransport
- subscribeToTask(TaskIdParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.client.transport.rest.RestTransport
- subscribeToTask(TaskIdParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransport
-
Reconnect to get task updates for an existing task.
- subscribeToTask(TaskIdParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransport
- subscribeToTask(TaskIdParams, Consumer<StreamingEventKind>, Consumer<Throwable>, ClientCallContext) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransport
- subscribeToTaskRequest(TaskIdParams) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- SubscribeToTaskRequest - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `SubscribeToTask` method.
- SubscribeToTaskRequest - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
JSON-RPC request to subscribe to an ongoing or completed task's event stream.
- SubscribeToTaskRequest(Object, TaskIdParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SubscribeToTaskRequest
-
Constructs request with ID and parameters.
- SubscribeToTaskRequest(String, Object, TaskIdParams) - Constructor for class org.a2aproject.sdk.jsonrpc.common.wrappers.SubscribeToTaskRequest
-
Constructs request with all parameters.
- SubscribeToTaskRequest.Builder - Class in org.a2aproject.sdk.grpc
-
Represents a request for the `SubscribeToTask` method.
- SubscribeToTaskRequest.Builder - Class in org.a2aproject.sdk.jsonrpc.common.wrappers
-
Builder for constructing instances.
- SubscribeToTaskRequestMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
SubscribeToTaskRequestandSubscribeToTaskRequest. - SubscribeToTaskRequestMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- SubscribeToTaskRequestMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.SubscribeToTaskRequestMapperImpl
- SubscribeToTaskRequestOrBuilder - Interface in org.a2aproject.sdk.grpc
- success() - Method in interface org.a2aproject.sdk.client.http.A2AHttpResponse
-
Indicates whether the request was successful.
- SUPPORTED_INTERFACES_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- supportedInterfaces() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
supportedInterfacesrecord component. - supportedInterfaces(List<AgentInterface>) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the ordered list of supported protocol interfaces (first entry is preferred).
- SUPPORTS_AUTHENTICATED_EXTENDED_CARD_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- supportsAuthenticatedExtendedCard() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
supportsAuthenticatedExtendedCardrecord component. - supportsAuthenticatedExtendedCard(boolean) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
T
- tags() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns the value of the
tagsrecord component. - tags() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns the value of the
tagsrecord component. - tags(List<String>) - Method in class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3.Builder
- tags(List<String>) - Method in class org.a2aproject.sdk.spec.AgentSkill.Builder
-
Sets categorization tags for discovery and filtering.
- TAGS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- TAGS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentSkill
- tap() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Creates a child queue that shares events with this queue.
- tap(String) - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedQueueManager
- tap(String) - Method in class org.a2aproject.sdk.server.events.InMemoryQueueManager
- tap(String) - Method in interface org.a2aproject.sdk.server.events.QueueManager
-
Creates a ChildQueue that receives copies of events from the MainQueue.
- targetVersion() - Method in class org.a2aproject.sdk.compat03.conversion.PushNotificationPayloadFormatter_v0_3
- targetVersion() - Method in interface org.a2aproject.sdk.server.tasks.PushNotificationPayloadFormatter
- task(TaskOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- task(Task_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- task(TaskOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- task(Task) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- Task - Class in org.a2aproject.sdk.compat03.grpc
-
Task is the core unit of action for A2A.
- Task - Class in org.a2aproject.sdk.grpc
-
`Task` is the core unit of action for A2A.
- Task - Record Class in org.a2aproject.sdk.spec
-
Represents a single, stateful operation or conversation between a client and an agent in the A2A Protocol.
- Task(String, String, TaskStatus, List<Artifact>, List<Message>, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.Task
-
Compact constructor with validation and defensive copying.
- TASK - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
- TASK - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
- TASK - Enum constant in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
- TASK - Enum constant in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
- TASK_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- TASK_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- TASK_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageResponse
- TASK_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.StreamResponse
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Message
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Message
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- TASK_ID_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- TASK_NOT_CANCELABLE - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating the task cannot be canceled in its current state (-32002).
- TASK_NOT_CANCELABLE_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- TASK_NOT_FOUND - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating the requested task was not found (-32001).
- TASK_NOT_FOUND_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- TASK_PUSH_NOTIFICATION_CONFIG_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- TASK_STATE_AUTH_REQUIRED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the state that some authentication is needed from the upstream client.
- TASK_STATE_AUTH_REQUIRED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that authentication is required to proceed.
- TASK_STATE_AUTH_REQUIRED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Agent requires authentication or authorization to proceed (interrupted state).
- TASK_STATE_AUTH_REQUIRED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the state that some authentication is needed from the upstream client.
- TASK_STATE_AUTH_REQUIRED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that authentication is required to proceed.
- TASK_STATE_CANCELED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task was canceled before completion.
- TASK_STATE_CANCELED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Task was canceled by user or system (terminal state).
- TASK_STATE_CANCELED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task was canceled before completion.
- TASK_STATE_CANCELLED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status a task was cancelled before it finished.
- TASK_STATE_CANCELLED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status a task was cancelled before it finished.
- TASK_STATE_COMPLETED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status a task is finished.
- TASK_STATE_COMPLETED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task has finished successfully.
- TASK_STATE_COMPLETED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Task completed successfully (terminal state).
- TASK_STATE_COMPLETED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status a task is finished.
- TASK_STATE_COMPLETED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task has finished successfully.
- TASK_STATE_FAILED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status a task is done but failed.
- TASK_STATE_FAILED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task has finished with an error.
- TASK_STATE_FAILED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Task failed due to an error (terminal state).
- TASK_STATE_FAILED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status a task is done but failed.
- TASK_STATE_FAILED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task has finished with an error.
- TASK_STATE_INPUT_REQUIRED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that the task requires information to complete.
- TASK_STATE_INPUT_REQUIRED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that the agent requires additional user input to proceed.
- TASK_STATE_INPUT_REQUIRED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Agent requires additional input from the user to continue (interrupted state).
- TASK_STATE_INPUT_REQUIRED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that the task requires information to complete.
- TASK_STATE_INPUT_REQUIRED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that the agent requires additional user input to proceed.
- TASK_STATE_REJECTED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that the agent has decided to not perform the task.
- TASK_STATE_REJECTED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that the agent has decided to not perform the task.
- TASK_STATE_REJECTED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Task was rejected by the agent (terminal state).
- TASK_STATE_REJECTED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that the agent has decided to not perform the task.
- TASK_STATE_REJECTED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that the agent has decided to not perform the task.
- TASK_STATE_SUBMITTED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that acknowledges a task is created
- TASK_STATE_SUBMITTED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task has been successfully submitted and acknowledged.
- TASK_STATE_SUBMITTED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Task has been received and is queued for processing (transitional state).
- TASK_STATE_SUBMITTED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that acknowledges a task is created
- TASK_STATE_SUBMITTED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task has been successfully submitted and acknowledged.
- TASK_STATE_UNSPECIFIED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
TASK_STATE_UNSPECIFIED = 0; - TASK_STATE_UNSPECIFIED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
The task is in an unknown or indeterminate state.
- TASK_STATE_UNSPECIFIED_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
TASK_STATE_UNSPECIFIED = 0; - TASK_STATE_UNSPECIFIED_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
The task is in an unknown or indeterminate state.
- TASK_STATE_WORKING - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that a task is actively being processed
- TASK_STATE_WORKING - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task is actively being processed by the agent.
- TASK_STATE_WORKING - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Agent is actively processing the task (transitional state).
- TASK_STATE_WORKING_VALUE - Static variable in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Represents the status that a task is actively being processed
- TASK_STATE_WORKING_VALUE - Static variable in enum class org.a2aproject.sdk.grpc.TaskState
-
Indicates that a task is actively being processed by the agent.
- Task_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a single, stateful operation or conversation between a client and an agent.
- Task_v0_3(String, String, TaskStatus_v0_3, List<Artifact_v0_3>, List<Message_v0_3>, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.Task_v0_3
- Task_v0_3(String, String, TaskStatus_v0_3, List<Artifact_v0_3>, List<Message_v0_3>, Map<String, Object>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Creates an instance of a
Task_v0_3record class. - Task_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- Task.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Task is the core unit of action for A2A.
- Task.Builder - Class in org.a2aproject.sdk.grpc
-
`Task` is the core unit of action for A2A.
- Task.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing immutable
Taskinstances. - taskArtifactUpdateEvent(TaskArtifactUpdateEventOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- taskArtifactUpdateEvent(TaskArtifactUpdateEvent_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- taskArtifactUpdateEvent(TaskArtifactUpdateEventOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- taskArtifactUpdateEvent(TaskArtifactUpdateEvent) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- TaskArtifactUpdateEvent - Class in org.a2aproject.sdk.compat03.grpc
-
TaskArtifactUpdateEvent represents a task delta where an artifact has been generated.
- TaskArtifactUpdateEvent - Class in org.a2aproject.sdk.grpc
-
A task delta where an artifact has been generated.
- TaskArtifactUpdateEvent - Record Class in org.a2aproject.sdk.spec
-
Event notifying that a task artifact has been created, modified, or appended to.
- TaskArtifactUpdateEvent(String, Artifact, String, Boolean, Boolean, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Compact constructor with validation.
- TaskArtifactUpdateEvent_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
An event sent by the agent to notify the client that an artifact has been generated or updated.
- TaskArtifactUpdateEvent_v0_3(String, Boolean, Boolean, Artifact_v0_3, String, Map<String, Object>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Creates an instance of a
TaskArtifactUpdateEvent_v0_3record class. - TaskArtifactUpdateEvent_v0_3(String, Artifact_v0_3, String, Boolean, Boolean, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
- TaskArtifactUpdateEvent_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- TaskArtifactUpdateEvent.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
TaskArtifactUpdateEvent represents a task delta where an artifact has been generated.
- TaskArtifactUpdateEvent.Builder - Class in org.a2aproject.sdk.grpc
-
A task delta where an artifact has been generated.
- TaskArtifactUpdateEvent.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
TaskArtifactUpdateEventinstances. - TaskArtifactUpdateEventMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
TaskArtifactUpdateEventandTaskArtifactUpdateEvent. - TaskArtifactUpdateEventMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting TaskArtifactUpdateEvent between A2A Protocol v0.3 and v1.0.
- TaskArtifactUpdateEventMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- TaskArtifactUpdateEventMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskArtifactUpdateEventMapper_v0_3Impl
- TaskArtifactUpdateEventMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskArtifactUpdateEventMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskArtifactUpdateEventMapperImpl
- TaskArtifactUpdateEventOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- TaskArtifactUpdateEventOrBuilder - Interface in org.a2aproject.sdk.grpc
- TaskAuthorizationProvider - Interface in org.a2aproject.sdk.server.auth
-
SPI for per-user task authorization.
- taskBuilder() - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Creates a Task.Builder pre-populated with the correct task and context IDs.
- TaskConfigId - Class in org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa
- TaskConfigId() - Constructor for class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- TaskConfigId(String, String) - Constructor for class org.a2aproject.sdk.extras.pushnotificationconfigstore.database.jpa.TaskConfigId
- taskDone() - Method in class org.a2aproject.sdk.server.events.EventQueue
-
Placeholder method for task completion notification.
- TaskEvent - Class in org.a2aproject.sdk.client
-
A client event containing the complete state of a task.
- TaskEvent(Task) - Constructor for class org.a2aproject.sdk.client.TaskEvent
-
Create a task event.
- TaskEvent_v0_3 - Class in org.a2aproject.sdk.compat03.client
-
A task event received by a client.
- TaskEvent_v0_3(Task_v0_3) - Constructor for class org.a2aproject.sdk.compat03.client.TaskEvent_v0_3
-
A client task event.
- TaskFinalizedEvent - Class in org.a2aproject.sdk.extras.common.events
-
CDI event fired when a task reaches a final state and is successfully persisted to the database.
- TaskFinalizedEvent(String, Object) - Constructor for class org.a2aproject.sdk.extras.common.events.TaskFinalizedEvent
- taskId() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.compat03.spec.TaskPushNotificationConfig_v0_3
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns the value of the
taskIdrecord component. - taskId() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Returns the value of the
taskIdrecord component. - taskId(String) - Method in class org.a2aproject.sdk.compat03.spec.Message_v0_3.Builder
- taskId(String) - Method in class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3.Builder
- taskId(String) - Method in class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3.Builder
- taskId(String) - Method in class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
-
Associates this queue with a specific task ID.
- taskId(String) - Method in class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams.Builder
-
Sets the task identifier.
- taskId(String) - Method in class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams.Builder
-
Sets the task ID.
- taskId(String) - Method in class org.a2aproject.sdk.spec.Message.Builder
-
Sets the task identifier this message is associated with.
- taskId(String) - Method in class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent.Builder
-
Sets the task identifier.
- taskId(String) - Method in class org.a2aproject.sdk.spec.TaskPushNotificationConfig.Builder
-
Sets the task identifier.
- taskId(String) - Method in class org.a2aproject.sdk.spec.TaskStatusUpdateEvent.Builder
-
Sets the task identifier.
- taskIdParams(CancelTaskRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- taskIdParams(TaskSubscriptionRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- taskIdParams(SubscribeToTaskRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- TaskIdParams - Record Class in org.a2aproject.sdk.spec
-
Parameters containing a task identifier for task-related operations.
- TaskIdParams(String) - Constructor for record class org.a2aproject.sdk.spec.TaskIdParams
-
Convenience constructor with default tenant.
- TaskIdParams(String, String) - Constructor for record class org.a2aproject.sdk.spec.TaskIdParams
-
Compact constructor for validation.
- TaskIdParams_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines parameters containing a task ID, used for simple task operations.
- TaskIdParams_v0_3(String) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskIdParams_v0_3
- TaskIdParams_v0_3(String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskIdParams_v0_3
-
Creates an instance of a
TaskIdParams_v0_3record class. - TaskIdParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing instances.
- TaskIdParamsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper for
TaskIdParamsfrom various gRPC request types. - TaskIdParamsMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.params
-
Bidirectional mapper for converting
TaskIdParamsbetween A2A Protocol v0.3 and v1.0. - TaskIdParamsMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.params
- TaskIdParamsMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.params.TaskIdParamsMapper_v0_3Impl
- TaskIdParamsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskIdParamsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapperImpl
- taskListToTaskList(List<Task>) - Method in class org.a2aproject.sdk.grpc.mapper.ListTasksResultMapperImpl
- TaskManager - Class in org.a2aproject.sdk.server.tasks
- TaskManager(String, String, TaskStore, Message) - Constructor for class org.a2aproject.sdk.server.tasks.TaskManager
- TaskMapper - Interface in org.a2aproject.sdk.grpc.mapper
- TaskMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting Task between A2A Protocol v0.3 and v1.0.
- TaskMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- TaskMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskMapper_v0_3Impl
- TaskMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskMapperImpl
- TaskNotCancelableError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that a task cannot be canceled in its current state.
- TaskNotCancelableError() - Constructor for exception org.a2aproject.sdk.spec.TaskNotCancelableError
-
Constructs error with default message.
- TaskNotCancelableError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.TaskNotCancelableError
-
Constructs error with all parameters.
- TaskNotCancelableError(String) - Constructor for exception org.a2aproject.sdk.spec.TaskNotCancelableError
-
Constructs error with custom message.
- TaskNotCancelableError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An A2A-specific error indicating that the task is in a state where it cannot be canceled.
- TaskNotCancelableError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.TaskNotCancelableError_v0_3
- TaskNotCancelableError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.TaskNotCancelableError_v0_3
- TaskNotCancelableError_v0_3(String) - Constructor for error org.a2aproject.sdk.compat03.spec.TaskNotCancelableError_v0_3
- TaskNotFoundError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that the requested task ID does not exist.
- TaskNotFoundError() - Constructor for exception org.a2aproject.sdk.spec.TaskNotFoundError
-
Constructs error with default message.
- TaskNotFoundError(String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.TaskNotFoundError
-
Constructs error with all parameters.
- TaskNotFoundError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An A2A-specific error indicating that the requested task ID was not found.
- TaskNotFoundError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.TaskNotFoundError_v0_3
- TaskNotFoundError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.TaskNotFoundError_v0_3
- TaskOperation - Enum Class in org.a2aproject.sdk.server.auth
-
Identifies which
RequestHandleroperation triggered an authorization check. - TaskOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- TaskOrBuilder - Interface in org.a2aproject.sdk.grpc
- taskOrMessage(EventKind_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- taskOrMessage(EventKind) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- taskOrMessageStream(StreamingEventKind_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- taskOrMessageStream(StreamingEventKind) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- TaskPersistenceException - Exception in org.a2aproject.sdk.server.tasks
-
Exception for database/storage system failures during task persistence operations.
- TaskPersistenceException() - Constructor for exception org.a2aproject.sdk.server.tasks.TaskPersistenceException
-
Creates a new TaskPersistenceException with no message or cause.
- TaskPersistenceException(String, String) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskPersistenceException
-
Creates a new TaskPersistenceException with the specified task ID and message.
- TaskPersistenceException(String, String, Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskPersistenceException
-
Creates a new TaskPersistenceException with the specified task ID, message, and cause.
- TaskPersistenceException(String) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskPersistenceException
-
Creates a new TaskPersistenceException with the specified message.
- TaskPersistenceException(String, Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskPersistenceException
-
Creates a new TaskPersistenceException with the specified message and cause.
- TaskPersistenceException(Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskPersistenceException
-
Creates a new TaskPersistenceException with the specified cause.
- taskPushNotificationConfig() - Method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Returns the value of the
taskPushNotificationConfigrecord component. - taskPushNotificationConfig(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.spec.MessageSendConfiguration.Builder
-
Sets the push notification configuration.
- taskPushNotificationConfig(CreateTaskPushNotificationConfigRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- taskPushNotificationConfig(TaskPushNotificationConfigOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- taskPushNotificationConfig(TaskPushNotificationConfig_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- taskPushNotificationConfig(TaskPushNotificationConfigOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- taskPushNotificationConfig(TaskPushNotificationConfig) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- TaskPushNotificationConfig - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.TaskPushNotificationConfig - TaskPushNotificationConfig - Class in org.a2aproject.sdk.grpc
-
A container associating a push notification configuration with a specific task.
- TaskPushNotificationConfig - Record Class in org.a2aproject.sdk.spec
-
Push notification configuration associated with a specific task.
- TaskPushNotificationConfig(String, String, String, String, AuthenticationInfo, String) - Constructor for record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Compact constructor for validation.
- TaskPushNotificationConfig_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
A container associating a push notification configuration with a specific task.
- TaskPushNotificationConfig_v0_3(String, PushNotificationConfig_v0_3) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskPushNotificationConfig_v0_3
-
Creates an instance of a
TaskPushNotificationConfig_v0_3record class. - TaskPushNotificationConfig.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.TaskPushNotificationConfig - TaskPushNotificationConfig.Builder - Class in org.a2aproject.sdk.grpc
-
A container associating a push notification configuration with a specific task.
- TaskPushNotificationConfig.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
TaskPushNotificationConfiginstances. - TaskPushNotificationConfigMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
MapStruct mapper for TaskPushNotificationConfig.
- TaskPushNotificationConfigMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting TaskPushNotificationConfig between A2A Protocol v0.3 and v1.0.
- TaskPushNotificationConfigMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- TaskPushNotificationConfigMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskPushNotificationConfigMapper_v0_3Impl
- TaskPushNotificationConfigMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskPushNotificationConfigMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapperImpl
- TaskPushNotificationConfigOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- TaskPushNotificationConfigOrBuilder - Interface in org.a2aproject.sdk.grpc
- taskQueryParams(GetTaskRequestOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- taskQueryParams(GetTaskRequestOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- TaskQueryParams - Record Class in org.a2aproject.sdk.spec
-
Defines parameters for querying a task, with an option to limit history length.
- TaskQueryParams(String) - Constructor for record class org.a2aproject.sdk.spec.TaskQueryParams
-
Convenience constructor with defaults for tenant and historyLength.
- TaskQueryParams(String, Integer) - Constructor for record class org.a2aproject.sdk.spec.TaskQueryParams
-
Convenience constructor with default tenant.
- TaskQueryParams(String, Integer, String) - Constructor for record class org.a2aproject.sdk.spec.TaskQueryParams
-
Compact constructor for validation.
- TaskQueryParams_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Defines parameters for querying a task, with an option to limit history length.
- TaskQueryParams_v0_3(String) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
- TaskQueryParams_v0_3(String, int) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
- TaskQueryParams_v0_3(String, int, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
-
Creates an instance of a
TaskQueryParams_v0_3record class. - TaskQueryParams.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing instances.
- TaskQueryParamsMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
GetTaskRequestandTaskQueryParams. - TaskQueryParamsMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.params
-
Bidirectional mapper for converting
TaskQueryParamsbetween A2A Protocol v0.3 and v1.0. - TaskQueryParamsMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.params
- TaskQueryParamsMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.params.TaskQueryParamsMapper_v0_3Impl
- TaskQueryParamsMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskQueryParamsMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskQueryParamsMapperImpl
- TaskQueueExistsException - Exception in org.a2aproject.sdk.server.events
- TaskQueueExistsException() - Constructor for exception org.a2aproject.sdk.server.events.TaskQueueExistsException
- TaskQueueExistsException(String) - Constructor for exception org.a2aproject.sdk.server.events.TaskQueueExistsException
- TaskQueueExistsException(String, Throwable) - Constructor for exception org.a2aproject.sdk.server.events.TaskQueueExistsException
- TaskQueueExistsException(String, Throwable, boolean, boolean) - Constructor for exception org.a2aproject.sdk.server.events.TaskQueueExistsException
- TaskQueueExistsException(Throwable) - Constructor for exception org.a2aproject.sdk.server.events.TaskQueueExistsException
- TaskResubscriptionRequest_v0_3 - Class in org.a2aproject.sdk.compat03.spec
-
Used to resubscribe to a task.
- TaskResubscriptionRequest_v0_3(Object, TaskIdParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3
- TaskResubscriptionRequest_v0_3(String, Object, String, TaskIdParams_v0_3) - Constructor for class org.a2aproject.sdk.compat03.spec.TaskResubscriptionRequest_v0_3
- TaskResubscriptionRequest_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- tasks() - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Returns the value of the
tasksrecord component. - tasks(List<Task>) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult.Builder
-
Sets the tasks list.
- TASKS_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksResponse
- TaskSerializationException - Exception in org.a2aproject.sdk.server.tasks
-
Exception for task serialization/deserialization failures.
- TaskSerializationException() - Constructor for exception org.a2aproject.sdk.server.tasks.TaskSerializationException
-
Creates a new TaskSerializationException with no message or cause.
- TaskSerializationException(String, String) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskSerializationException
-
Creates a new TaskSerializationException with the specified task ID and message.
- TaskSerializationException(String, String, Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskSerializationException
-
Creates a new TaskSerializationException with the specified task ID, message, and cause.
- TaskSerializationException(String) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskSerializationException
-
Creates a new TaskSerializationException with the specified message.
- TaskSerializationException(String, Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskSerializationException
-
Creates a new TaskSerializationException with the specified message and cause.
- TaskSerializationException(Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskSerializationException
-
Creates a new TaskSerializationException with the specified cause.
- taskState(TaskState) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- TaskState - Enum Class in org.a2aproject.sdk.compat03.grpc
-
The set of states a Task can be in.
- TaskState - Enum Class in org.a2aproject.sdk.grpc
-
Defines the possible lifecycle states of a `Task`.
- TaskState - Enum Class in org.a2aproject.sdk.spec
-
Defines the lifecycle states of a
Taskin the A2A Protocol. - TaskState_v0_3 - Enum Class in org.a2aproject.sdk.compat03.spec
-
Defines the lifecycle states of a Task.
- TaskStateMapper - Interface in org.a2aproject.sdk.grpc.mapper
- TaskStateMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting
TaskStateenum between A2A Protocol v0.3 and v1.0. - TaskStateMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- TaskStateMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStateMapper_v0_3Impl
- TaskStateMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskStateMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskStateMapperImpl
- taskStateOrNull(TaskState) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf TaskState to domain TaskState, treating UNSPECIFIED as null.
- taskStateProvider(TaskStateProvider) - Method in class org.a2aproject.sdk.server.events.EventQueue.EventQueueBuilder
-
Sets the task state provider for tracking task finalization.
- TaskStateProvider - Interface in org.a2aproject.sdk.server.tasks
-
Provider interface for determining the active state of a task.
- TaskStatus - Class in org.a2aproject.sdk.compat03.grpc
-
A container for the status of a task
- TaskStatus - Class in org.a2aproject.sdk.grpc
-
A container for the status of a task
- TaskStatus - Record Class in org.a2aproject.sdk.spec
-
Represents the status of a task at a specific point in time in the A2A Protocol.
- TaskStatus(TaskState) - Constructor for record class org.a2aproject.sdk.spec.TaskStatus
-
Creates a TaskStatus with only a state, using the current UTC time as the timestamp.
- TaskStatus(TaskState, Message, OffsetDateTime) - Constructor for record class org.a2aproject.sdk.spec.TaskStatus
-
Compact constructor for validation and timestamp initialization.
- TaskStatus_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents the status of a task at a specific point in time.
- TaskStatus_v0_3(TaskState_v0_3) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
- TaskStatus_v0_3(TaskState_v0_3, Message_v0_3, OffsetDateTime) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
-
Creates an instance of a
TaskStatus_v0_3record class. - TaskStatus.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
A container for the status of a task
- TaskStatus.Builder - Class in org.a2aproject.sdk.grpc
-
A container for the status of a task
- TaskStatusMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
TaskStatusandTaskStatus. - TaskStatusMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting TaskStatus between A2A Protocol v0.3 and v1.0.
- TaskStatusMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- TaskStatusMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusMapper_v0_3Impl
- TaskStatusMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskStatusMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskStatusMapperImpl
- TaskStatusOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- TaskStatusOrBuilder - Interface in org.a2aproject.sdk.grpc
- taskStatusUpdateEvent(TaskStatusUpdateEventOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.FromProto
- taskStatusUpdateEvent(TaskStatusUpdateEvent_v0_3) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- taskStatusUpdateEvent(TaskStatusUpdateEventOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.FromProto
- taskStatusUpdateEvent(TaskStatusUpdateEvent) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- TaskStatusUpdateEvent - Class in org.a2aproject.sdk.compat03.grpc
-
TaskStatusUpdateEvent is a delta even on a task indicating that a task has changed.
- TaskStatusUpdateEvent - Class in org.a2aproject.sdk.grpc
-
An event sent by the agent to notify the client of a change in a task's status.
- TaskStatusUpdateEvent - Record Class in org.a2aproject.sdk.spec
-
An event sent by the agent to notify the client of a change in a task's status.
- TaskStatusUpdateEvent(String, TaskStatus, String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Compact constructor with validation.
- TaskStatusUpdateEvent_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
An event sent by the agent to notify the client of a change in a task's status.
- TaskStatusUpdateEvent_v0_3(String, TaskStatus_v0_3, String, boolean, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
- TaskStatusUpdateEvent_v0_3(String, TaskStatus_v0_3, String, boolean, Map<String, Object>, String) - Constructor for record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Creates an instance of a
TaskStatusUpdateEvent_v0_3record class. - TaskStatusUpdateEvent_v0_3.Builder - Class in org.a2aproject.sdk.compat03.spec
- TaskStatusUpdateEvent.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
TaskStatusUpdateEvent is a delta even on a task indicating that a task has changed.
- TaskStatusUpdateEvent.Builder - Class in org.a2aproject.sdk.grpc
-
An event sent by the agent to notify the client of a change in a task's status.
- TaskStatusUpdateEvent.Builder - Class in org.a2aproject.sdk.spec
-
Builder for constructing
TaskStatusUpdateEventinstances. - TaskStatusUpdateEventMapper - Interface in org.a2aproject.sdk.grpc.mapper
-
Mapper between
TaskStatusUpdateEventandTaskStatusUpdateEvent. - TaskStatusUpdateEventMapper_v0_3 - Interface in org.a2aproject.sdk.compat03.conversion.mappers.domain
-
Bidirectional mapper for converting TaskStatusUpdateEvent between A2A Protocol v0.3 and v1.0.
- TaskStatusUpdateEventMapper_v0_3Impl - Class in org.a2aproject.sdk.compat03.conversion.mappers.domain
- TaskStatusUpdateEventMapper_v0_3Impl() - Constructor for class org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusUpdateEventMapper_v0_3Impl
- TaskStatusUpdateEventMapperImpl - Class in org.a2aproject.sdk.grpc.mapper
- TaskStatusUpdateEventMapperImpl() - Constructor for class org.a2aproject.sdk.grpc.mapper.TaskStatusUpdateEventMapperImpl
- TaskStatusUpdateEventOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- TaskStatusUpdateEventOrBuilder - Interface in org.a2aproject.sdk.grpc
- TaskStore - Interface in org.a2aproject.sdk.server.tasks
-
Storage interface for managing task persistence across the task lifecycle.
- TaskStoreException - Exception in org.a2aproject.sdk.server.tasks
-
Base exception for TaskStore persistence layer failures.
- TaskStoreException() - Constructor for exception org.a2aproject.sdk.server.tasks.TaskStoreException
-
Creates a new TaskStoreException with no message or cause.
- TaskStoreException(String, String) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskStoreException
-
Creates a new TaskStoreException with the specified task ID and message.
- TaskStoreException(String, String, Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskStoreException
-
Creates a new TaskStoreException with the specified task ID, message, and cause.
- TaskStoreException(String) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskStoreException
-
Creates a new TaskStoreException with the specified message.
- TaskStoreException(String, Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskStoreException
-
Creates a new TaskStoreException with the specified message and cause.
- TaskStoreException(Throwable) - Constructor for exception org.a2aproject.sdk.server.tasks.TaskStoreException
-
Creates a new TaskStoreException with the specified cause.
- taskSubscription(TaskSubscriptionRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingStub
-
TaskSubscription is a streaming call that will return a stream of task update events.
- taskSubscription(TaskSubscriptionRequest) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceBlockingV2Stub
-
TaskSubscription is a streaming call that will return a stream of task update events.
- taskSubscription(TaskSubscriptionRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.A2AServiceStub
-
TaskSubscription is a streaming call that will return a stream of task update events.
- taskSubscription(TaskSubscriptionRequest, StreamObserver<StreamResponse>) - Method in interface org.a2aproject.sdk.compat03.grpc.A2AServiceGrpc.AsyncService
-
TaskSubscription is a streaming call that will return a stream of task update events.
- taskSubscription(TaskSubscriptionRequest, StreamObserver<StreamResponse>) - Method in class org.a2aproject.sdk.compat03.transport.grpc.handler.GrpcHandler_v0_3
- TaskSubscriptionRequest - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.TaskSubscriptionRequest - TaskSubscriptionRequest.Builder - Class in org.a2aproject.sdk.compat03.grpc
-
Protobuf type
a2a.v1.TaskSubscriptionRequest - TaskSubscriptionRequestOrBuilder - Interface in org.a2aproject.sdk.compat03.grpc
- TaskUpdateEvent - Class in org.a2aproject.sdk.client
-
A client event containing an incremental update to a task.
- TaskUpdateEvent(Task, UpdateEvent) - Constructor for class org.a2aproject.sdk.client.TaskUpdateEvent
-
Create a task update event.
- TaskUpdateEvent_v0_3 - Class in org.a2aproject.sdk.compat03.client
-
A task update event received by a client.
- TaskUpdateEvent_v0_3(Task_v0_3, UpdateEvent_v0_3) - Constructor for class org.a2aproject.sdk.compat03.client.TaskUpdateEvent_v0_3
-
A task update event.
- TckAgentCardProducer - Class in org.a2aproject.sdk.sut
-
CDI producer for the TCK agent card.
- TckAgentCardProducer() - Constructor for class org.a2aproject.sdk.sut.TckAgentCardProducer
- TckAgentExecutorProducer - Class in org.a2aproject.sdk.sut
-
CDI producer for the TCK agent executor.
- TckAgentExecutorProducer() - Constructor for class org.a2aproject.sdk.sut.TckAgentExecutorProducer
- tenant() - Method in record class org.a2aproject.sdk.spec.AgentInterface
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.CancelTaskParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.GetExtendedAgentCardParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.TaskIdParams
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns the value of the
tenantrecord component. - tenant() - Method in record class org.a2aproject.sdk.spec.TaskQueryParams
-
Returns the value of the
tenantrecord component. - tenant(String) - Method in class org.a2aproject.sdk.client.http.A2ACardResolver.Builder
-
Sets the tenant path to use when fetching the agent card.
- tenant(String) - Method in class org.a2aproject.sdk.spec.CancelTaskParams.Builder
-
Sets the tenant.
- tenant(String) - Method in class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams.Builder
-
Sets optional tenant for the request.
- tenant(String) - Method in class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams.Builder
-
Sets the tenant.
- tenant(String) - Method in class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams.Builder
-
Sets the tenant.
- tenant(String) - Method in class org.a2aproject.sdk.spec.ListTasksParams.Builder
-
Sets the tenant.
- tenant(String) - Method in class org.a2aproject.sdk.spec.MessageSendParams.Builder
-
Sets optional tenant for the request.
- tenant(String) - Method in class org.a2aproject.sdk.spec.TaskIdParams.Builder
-
Sets the tenant.
- tenant(String) - Method in class org.a2aproject.sdk.spec.TaskQueryParams.Builder
-
Sets the tenant.
- tenant(String) - Method in class org.a2aproject.sdk.spec.TaskPushNotificationConfig.Builder
-
Sets the tenant identifier.
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentInterface
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.CancelTaskRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.GetTaskRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SendMessageRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- TENANT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- TENANT_KEY - Static variable in class org.a2aproject.sdk.transport.jsonrpc.context.JSONRPCContextKeys
-
Context key for storing the tenant identifier extracted from the normalized path.
- TENANT_KEY - Static variable in class org.a2aproject.sdk.transport.rest.context.RestContextKeys
-
Context key for storing the tenant identifier extracted from the request path.
- tenantDefault() - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.config.A03ToV10MapperConfig
-
Default tenant value for conversions from 0.3 to 1.0.
- TestAgentCardProducer - Class in org.a2aproject.sdk.extras.opentelemetry.it
-
Produces the AgentCard for integration testing.
- TestAgentCardProducer() - Constructor for class org.a2aproject.sdk.extras.opentelemetry.it.TestAgentCardProducer
- TestTaskAuthorizationProvider_v0_3 - Class in org.a2aproject.sdk.compat03.conversion
- TestTaskAuthorizationProvider_v0_3() - Constructor for class org.a2aproject.sdk.compat03.conversion.TestTaskAuthorizationProvider_v0_3
- TestUtilsBean - Class in org.a2aproject.sdk.extras.opentelemetry.it
-
Test utilities for OpenTelemetry integration tests.
- TestUtilsBean() - Constructor for class org.a2aproject.sdk.extras.opentelemetry.it.TestUtilsBean
- text() - Method in record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
-
Returns the value of the
textrecord component. - text() - Method in record class org.a2aproject.sdk.spec.TextPart
-
Returns the value of the
textrecord component. - TEXT - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
- TEXT - Enum constant in enum class org.a2aproject.sdk.compat03.spec.Part_v0_3.Kind
- TEXT - Enum constant in enum class org.a2aproject.sdk.grpc.Part.ContentCase
- TEXT - Static variable in record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
- TEXT - Static variable in record class org.a2aproject.sdk.spec.TextPart
-
The JSON member name discriminator for text parts: "text".
- TEXT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.Part
- TEXT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Part
- TextPart - Record Class in org.a2aproject.sdk.spec
- TextPart(String) - Constructor for record class org.a2aproject.sdk.spec.TextPart
-
Constructor.
- TextPart(String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.spec.TextPart
-
Compact constructor with validation.
- TextPart_v0_3 - Record Class in org.a2aproject.sdk.compat03.spec
-
Represents a text segment within a message or artifact.
- TextPart_v0_3(String) - Constructor for record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
- TextPart_v0_3(String, Map<String, Object>) - Constructor for record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
- TextPart_v0_3(String, Map<String, Object>, Part_v0_3.Kind) - Constructor for record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
-
Creates an instance of a
TextPart_v0_3record class. - timestamp() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
-
Returns the value of the
timestamprecord component. - timestamp() - Method in record class org.a2aproject.sdk.spec.TaskStatus
-
Returns the timestamp when this status was created.
- timestamp() - Method in record class org.a2aproject.sdk.util.PageToken
-
Returns the value of the
timestamprecord component. - TIMESTAMP_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskStatus
- toAgentMessage(String) - Static method in class org.a2aproject.sdk.A2A
-
Create a simple agent message from text.
- toAgentMessage(String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Convert the given text to an agent message.
- toAgentMessage(String, String) - Static method in class org.a2aproject.sdk.A2A
-
Create an agent message from text with a specific message ID.
- toAgentMessage(String, String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Convert the given text to an agent message.
- toBuilder() - Method in class itk.InstructionOuterClass.CallAgent
- toBuilder() - Method in class itk.InstructionOuterClass.Instruction
- toBuilder() - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- toBuilder() - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- toBuilder() - Method in class itk.InstructionOuterClass.ReturnResponse
- toBuilder() - Method in class itk.InstructionOuterClass.SendMessageBehavior
- toBuilder() - Method in class itk.InstructionOuterClass.SeriesOfSteps
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Message
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Part
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Security
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.Task
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- toBuilder() - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCard
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AgentExtension
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AgentInterface
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AgentProvider
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AgentSkill
- toBuilder() - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.grpc.Artifact
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- toBuilder() - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- toBuilder() - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- toBuilder() - Method in class org.a2aproject.sdk.grpc.Message
- toBuilder() - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- toBuilder() - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.grpc.Part
- toBuilder() - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- toBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- toBuilder() - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- toBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- toBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- toBuilder() - Method in class org.a2aproject.sdk.grpc.StreamResponse
- toBuilder() - Method in class org.a2aproject.sdk.grpc.StringList
- toBuilder() - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- toBuilder() - Method in class org.a2aproject.sdk.grpc.Task
- toBuilder() - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- toBuilder() - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- toBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatus
- toBuilder() - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
- toJson(JsonFormat.Printer, MessageOrBuilder) - Static method in class org.a2aproject.sdk.compat03.grpc.utils.ProtoJsonUtils_v0_3
-
Serializes a protobuf message to JSON using the supplied printer, then removes HTML escaping.
- toJson(JsonFormat.Printer, MessageOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.ProtoJsonUtils
-
Serializes a protobuf message to JSON using the supplied printer, then removes HTML escaping.
- toJson(Object) - Static method in class org.a2aproject.sdk.compat03.json.JsonUtil_v0_3
-
Serializes an object to a JSON string using Gson.
- toJson(Object) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Serializes an object to a JSON string using Gson.
- toJsonRPCErrorResponse(Object, A2AError) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- toJsonRPCRequest(String, String, MessageOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- toJsonRPCResultResponse(Object, MessageOrBuilder) - Static method in class org.a2aproject.sdk.grpc.utils.JSONRPCUtils
- toJsonString(Object) - Static method in class org.a2aproject.sdk.compat03.util.Utils_v0_3
- token() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Returns the value of the
tokenrecord component. - token() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns the value of the
tokenrecord component. - token(String) - Method in class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3.Builder
- token(String) - Method in class org.a2aproject.sdk.spec.TaskPushNotificationConfig.Builder
-
Sets the bearer token for simple authentication.
- TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- TOKEN_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- TOKEN_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- TOKEN_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- TOKEN_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- TOKEN_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- TOKEN_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- TOKEN_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- TOKEN_URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- tokenUrl() - Method in record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Returns the value of the
tokenUrlrecord component. - tokenUrl() - Method in record class org.a2aproject.sdk.compat03.spec.ClientCredentialsOAuthFlow_v0_3
-
Returns the value of the
tokenUrlrecord component. - tokenUrl() - Method in record class org.a2aproject.sdk.compat03.spec.PasswordOAuthFlow_v0_3
-
Returns the value of the
tokenUrlrecord component. - tokenUrl() - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Returns the value of the
tokenUrlrecord component. - tokenUrl() - Method in record class org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
-
Returns the value of the
tokenUrlrecord component. - tokenUrl() - Method in record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Returns the value of the
tokenUrlrecord component. - toMap() - Method in interface org.a2aproject.sdk.client.http.A2AHttpHeaders
-
Returns an unmodifiable map of all headers.
- toProto(List<SecurityRequirement>) - Method in interface org.a2aproject.sdk.grpc.mapper.SecurityRequirementMapper
-
Converts domain security requirements to proto SecurityRequirement messages.
- toProto(ListTasksResult) - Method in interface org.a2aproject.sdk.grpc.mapper.ListTasksResultMapper
-
Converts domain ListTasksResult to proto ListTasksResponse.
- toProto(ListTasksResult) - Method in class org.a2aproject.sdk.grpc.mapper.ListTasksResultMapperImpl
- toProto(SubscribeToTaskRequest) - Method in interface org.a2aproject.sdk.grpc.mapper.SubscribeToTaskRequestMapper
-
Converts domain SubscribeToTaskRequest to proto SubscribeToTaskRequest.
- toProto(AgentCapabilities) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentCapabilitiesMapper
- toProto(AgentCapabilities) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCapabilitiesMapperImpl
- toProto(AgentCard) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentCardMapper
- toProto(AgentCard) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardMapperImpl
- toProto(AgentCardSignature) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentCardSignatureMapper
-
Converts domain AgentCardSignature to proto AgentCardSignature.
- toProto(AgentCardSignature) - Method in class org.a2aproject.sdk.grpc.mapper.AgentCardSignatureMapperImpl
- toProto(AgentExtension) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentExtensionMapper
-
Converts domain AgentExtension to proto AgentExtension.
- toProto(AgentExtension) - Method in class org.a2aproject.sdk.grpc.mapper.AgentExtensionMapperImpl
- toProto(AgentInterface) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentInterfaceMapper
- toProto(AgentInterface) - Method in class org.a2aproject.sdk.grpc.mapper.AgentInterfaceMapperImpl
- toProto(AgentProvider) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentProviderMapper
- toProto(AgentProvider) - Method in class org.a2aproject.sdk.grpc.mapper.AgentProviderMapperImpl
- toProto(AgentSkill) - Method in interface org.a2aproject.sdk.grpc.mapper.AgentSkillMapper
- toProto(AgentSkill) - Method in class org.a2aproject.sdk.grpc.mapper.AgentSkillMapperImpl
- toProto(APIKeySecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.APIKeySecuritySchemeMapper
- toProto(APIKeySecurityScheme) - Method in class org.a2aproject.sdk.grpc.mapper.APIKeySecuritySchemeMapperImpl
- toProto(Artifact) - Method in interface org.a2aproject.sdk.grpc.mapper.ArtifactMapper
-
Converts domain Artifact to proto Artifact.
- toProto(Artifact) - Method in class org.a2aproject.sdk.grpc.mapper.ArtifactMapperImpl
- toProto(AuthenticationInfo) - Method in interface org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapper
-
Converts domain AuthenticationInfo to proto AuthenticationInfo.
- toProto(AuthenticationInfo) - Method in class org.a2aproject.sdk.grpc.mapper.AuthenticationInfoMapperImpl
- toProto(AuthorizationCodeOAuthFlow) - Method in interface org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapper
- toProto(AuthorizationCodeOAuthFlow) - Method in class org.a2aproject.sdk.grpc.mapper.AuthorizationCodeOAuthFlowMapperImpl
- toProto(ClientCredentialsOAuthFlow) - Method in interface org.a2aproject.sdk.grpc.mapper.ClientCredentialsOAuthFlowMapper
- toProto(ClientCredentialsOAuthFlow) - Method in class org.a2aproject.sdk.grpc.mapper.ClientCredentialsOAuthFlowMapperImpl
- toProto(DeleteTaskPushNotificationConfigParams) - Method in interface org.a2aproject.sdk.grpc.mapper.DeleteTaskPushNotificationConfigParamsMapper
-
Converts domain DeleteTaskPushNotificationConfigParams to proto DeleteTaskPushNotificationConfigRequest.
- toProto(DeleteTaskPushNotificationConfigParams) - Method in class org.a2aproject.sdk.grpc.mapper.DeleteTaskPushNotificationConfigParamsMapperImpl
- toProto(GetTaskPushNotificationConfigParams) - Method in interface org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapper
-
Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.
- toProto(GetTaskPushNotificationConfigParams) - Method in class org.a2aproject.sdk.grpc.mapper.GetTaskPushNotificationConfigParamsMapperImpl
- toProto(HTTPAuthSecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.HTTPAuthSecuritySchemeMapper
- toProto(HTTPAuthSecurityScheme) - Method in class org.a2aproject.sdk.grpc.mapper.HTTPAuthSecuritySchemeMapperImpl
- toProto(ListTaskPushNotificationConfigsParams) - Method in interface org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapper
-
Converts domain ListTaskPushNotificationConfigsParams to proto ListTaskPushNotificationConfigsRequest.
- toProto(ListTaskPushNotificationConfigsParams) - Method in class org.a2aproject.sdk.grpc.mapper.ListTaskPushNotificationConfigsParamsMapperImpl
- toProto(ListTasksParams) - Method in interface org.a2aproject.sdk.grpc.mapper.ListTasksParamsMapper
-
Converts domain ListTasksParams to protobuf ListTasksRequest.
- toProto(ListTasksParams) - Method in class org.a2aproject.sdk.grpc.mapper.ListTasksParamsMapperImpl
- toProto(Message) - Method in interface org.a2aproject.sdk.grpc.mapper.MessageMapper
-
Converts domain Message to proto Message.
- toProto(Message) - Method in class org.a2aproject.sdk.grpc.mapper.MessageMapperImpl
- toProto(Message.Role) - Method in interface org.a2aproject.sdk.grpc.mapper.RoleMapper
-
Converts domain Role to proto Role.
- toProto(MessageSendConfiguration) - Method in interface org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapper
-
Converts domain MessageSendConfiguration to proto SendMessageConfiguration.
- toProto(MessageSendConfiguration) - Method in class org.a2aproject.sdk.grpc.mapper.MessageSendConfigurationMapperImpl
- toProto(MessageSendParams) - Method in interface org.a2aproject.sdk.grpc.mapper.MessageSendParamsMapper
-
Converts domain MessageSendParams to proto SendMessageRequest.
- toProto(MessageSendParams) - Method in class org.a2aproject.sdk.grpc.mapper.MessageSendParamsMapperImpl
- toProto(MutualTLSSecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.MutualTLSSecuritySchemeMapper
- toProto(MutualTLSSecurityScheme) - Method in class org.a2aproject.sdk.grpc.mapper.MutualTLSSecuritySchemeMapperImpl
- toProto(OAuth2SecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.OAuth2SecuritySchemeMapper
- toProto(OAuth2SecurityScheme) - Method in class org.a2aproject.sdk.grpc.mapper.OAuth2SecuritySchemeMapperImpl
- toProto(OAuthFlows) - Method in interface org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapper
- toProto(OAuthFlows) - Method in class org.a2aproject.sdk.grpc.mapper.OAuthFlowsMapperImpl
- toProto(OpenIdConnectSecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.OpenIdConnectSecuritySchemeMapper
- toProto(OpenIdConnectSecurityScheme) - Method in class org.a2aproject.sdk.grpc.mapper.OpenIdConnectSecuritySchemeMapperImpl
- toProto(Part<?>) - Method in interface org.a2aproject.sdk.grpc.mapper.PartMapper
-
Converts domain Part to proto Part.
- toProto(SecurityScheme) - Method in interface org.a2aproject.sdk.grpc.mapper.SecuritySchemeMapper
-
Converts a domain SecurityScheme to protobuf SecurityScheme.
- toProto(StreamingEventKind) - Method in interface org.a2aproject.sdk.grpc.mapper.StreamResponseMapper
-
Converts domain StreamingEventKind to proto StreamResponse.
- toProto(Task) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskMapper
-
Converts domain Task to proto Task.
- toProto(Task) - Method in class org.a2aproject.sdk.grpc.mapper.TaskMapperImpl
- toProto(TaskArtifactUpdateEvent) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskArtifactUpdateEventMapper
-
Converts domain TaskArtifactUpdateEvent to proto.
- toProto(TaskArtifactUpdateEvent) - Method in class org.a2aproject.sdk.grpc.mapper.TaskArtifactUpdateEventMapperImpl
- toProto(TaskPushNotificationConfig) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapper
-
Converts domain TaskPushNotificationConfig to protobuf TaskPushNotificationConfig.
- toProto(TaskPushNotificationConfig) - Method in class org.a2aproject.sdk.grpc.mapper.TaskPushNotificationConfigMapperImpl
- toProto(TaskQueryParams) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskQueryParamsMapper
- toProto(TaskQueryParams) - Method in class org.a2aproject.sdk.grpc.mapper.TaskQueryParamsMapperImpl
- toProto(TaskState) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskStateMapper
-
Converts domain TaskState to proto TaskState.
- toProto(TaskStatus) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskStatusMapper
-
Converts domain TaskStatus to proto TaskStatus.
- toProto(TaskStatus) - Method in class org.a2aproject.sdk.grpc.mapper.TaskStatusMapperImpl
- toProto(TaskStatusUpdateEvent) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskStatusUpdateEventMapper
-
Converts domain TaskStatusUpdateEvent to proto.
- toProto(TaskStatusUpdateEvent) - Method in class org.a2aproject.sdk.grpc.mapper.TaskStatusUpdateEventMapperImpl
- ToProto() - Constructor for class org.a2aproject.sdk.compat03.grpc.utils.ProtoUtils_v0_3.ToProto
- ToProto() - Constructor for class org.a2aproject.sdk.grpc.utils.ProtoUtils.ToProto
- toProtoCancelTaskRequest(CancelTaskParams) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapper
-
Converts proto CancelTaskRequest to domain TaskIdParams.
- toProtoCancelTaskRequest(CancelTaskParams) - Method in class org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapperImpl
- toProtoSubscribeToTaskRequest(TaskIdParams) - Method in interface org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapper
-
Converts domain TaskIdParams to proto SubscribeToTaskRequest.
- toProtoSubscribeToTaskRequest(TaskIdParams) - Method in class org.a2aproject.sdk.grpc.mapper.TaskIdParamsMapperImpl
- toString() - Method in record class org.a2aproject.sdk.client.http.ServerSentEvent
-
Returns a string representation of this record class.
- toString() - Method in class org.a2aproject.sdk.client.MessageEvent
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCapabilities_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCardSignature_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AgentInterface_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AgentProvider_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AgentSkill_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.Artifact_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AuthenticationInfo_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.AuthorizationCodeOAuthFlow_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.ClientCredentialsOAuthFlow_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.DataPart_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.DeleteTaskPushNotificationConfigParams_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.FilePart_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithBytes_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithUri_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.GetTaskPushNotificationConfigParams_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.ImplicitOAuthFlow_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.JSONErrorResponse_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.ListTaskPushNotificationConfigParams_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.Message_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendConfiguration_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.MessageSendParams_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.OAuthFlows_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.PasswordOAuthFlow_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationAuthenticationInfo_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.Task_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.TaskArtifactUpdateEvent_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.TaskIdParams_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.TaskPushNotificationConfig_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.TaskQueryParams_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatus_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.TaskStatusUpdateEvent_v0_3
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.compat03.spec.TextPart_v0_3
-
Returns a string representation of this record class.
- toString() - Method in class org.a2aproject.sdk.compat03.transport.rest.handler.RestHandler_v0_3.HTTPRestResponse
- toString() - Method in class org.a2aproject.sdk.extras.common.events.TaskFinalizedEvent
- toString() - Method in class org.a2aproject.sdk.extras.queuemanager.replicated.core.ReplicatedEventQueueItem
- toString() - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.server.auth.AuthenticatedUser
-
Returns a string representation of this record class.
- toString() - Method in class org.a2aproject.sdk.server.events.QueueClosedEvent
- toString() - Method in record class org.a2aproject.sdk.server.tasks.ResultAggregator.EventTypeAndInterrupt
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AgentCapabilities
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AgentCardSignature
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AgentExtension
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AgentInterface
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AgentProvider
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AgentSkill
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.Artifact
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AuthenticationInfo
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.CancelTaskParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.DataPart
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.FilePart
-
Returns a string representation of this record class.
- toString() - Method in class org.a2aproject.sdk.spec.FileWithBytes
- toString() - Method in record class org.a2aproject.sdk.spec.FileWithUri
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.GetExtendedAgentCardParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.Legacy_0_3_AgentInterface
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsResult
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.ListTasksParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.Message
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.MessageSendConfiguration
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.MessageSendParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.MutualTLSSecurityScheme
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.OAuthFlows
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.SecurityRequirement
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.Task
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.TaskArtifactUpdateEvent
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.TaskIdParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.TaskQueryParams
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.TaskStatus
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.TaskStatusUpdateEvent
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.spec.TextPart
-
Returns a string representation of this record class.
- toString() - Method in class org.a2aproject.sdk.transport.rest.handler.RestHandler.HTTPRestResponse
- toString() - Method in record class org.a2aproject.sdk.util.ErrorDetail
-
Returns a string representation of this record class.
- toString() - Method in record class org.a2aproject.sdk.util.PageToken
-
Converts this PageToken to its string representation.
- TOTAL_SIZE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.ListTasksResponse
- totalSize() - Method in record class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult
-
Returns the value of the
totalSizerecord component. - totalSize(int) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.ListTasksResult.Builder
-
Sets the totalSize.
- toUserMessage(String) - Static method in class org.a2aproject.sdk.A2A
-
Create a simple user message from text.
- toUserMessage(String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Convert the given text to a user message.
- toUserMessage(String, String) - Static method in class org.a2aproject.sdk.A2A
-
Create a user message from text with a specific message ID.
- toUserMessage(String, String) - Static method in class org.a2aproject.sdk.compat03.A2A_v0_3
-
Convert the given text to a user message.
- toV10(List<TaskPushNotificationConfig_v0_3>) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.result.ListTaskPushNotificationConfigsResultMapper_v0_3
-
Converts v0.3
List<TaskPushNotificationConfig>to v1.0ListTaskPushNotificationConfigsResult. - toV10(Artifact_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.ArtifactMapper_v0_3
-
Converts v0.3 Artifact to v1.0 Artifact.
- toV10(AuthenticationInfo_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.AuthenticationInfoMapper_v0_3
-
Converts v0.3 AuthenticationInfo to v1.0 AuthenticationInfo.
- toV10(EventKind_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.EventKindMapper_v0_3
-
Converts v0.3 EventKind to v1.0 EventKind.
- toV10(FileContent_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.FileContentMapper_v0_3
-
Converts v0.3 FileContent to v1.0 FileContent.
- toV10(Message_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.MessageMapper_v0_3
-
Converts v0.3 Message to v1.0 Message.
- toV10(Message_v0_3.Role) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.RoleMapper_v0_3
-
Converts v0.3 Role to v1.0 Role.
- toV10(MessageSendConfiguration_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendConfigurationMapper_v0_3
-
Converts v0.3 MessageSendConfiguration to v1.0 MessageSendConfiguration.
- toV10(MessageSendParams_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.MessageSendParamsMapper_v0_3
-
Converts v0.3 MessageSendParams to v1.0 MessageSendParams.
- toV10(Part_v0_3<?>) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.PartMapper_v0_3
-
Converts v0.3 Part to v1.0 Part.
- toV10(StreamingEventKind_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.StreamingEventKindMapper_v0_3
-
Converts v0.3 StreamingEventKind to v1.0 StreamingEventKind.
- toV10(Task_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskMapper_v0_3
-
Converts v0.3 Task to v1.0 Task.
- toV10(TaskArtifactUpdateEvent_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskArtifactUpdateEventMapper_v0_3
-
Converts v0.3 TaskArtifactUpdateEvent to v1.0 TaskArtifactUpdateEvent.
- toV10(TaskIdParams_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.CancelTaskParamsMapper_v0_3
-
Converts v0.3
TaskIdParamsto v1.0CancelTaskParams. - toV10(TaskIdParams_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.TaskIdParamsMapper_v0_3
-
Converts v0.3
TaskIdParamsto v1.0TaskIdParams. - toV10(TaskPushNotificationConfig_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskPushNotificationConfigMapper_v0_3
-
Converts v0.3 TaskPushNotificationConfig to v1.0 TaskPushNotificationConfig.
- toV10(TaskQueryParams_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.params.TaskQueryParamsMapper_v0_3
-
Converts v0.3
TaskQueryParamsto v1.0TaskQueryParams. - toV10(TaskState_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStateMapper_v0_3
-
Converts a v0.3
TaskStateto v1.0TaskState. - toV10(TaskStatus_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusMapper_v0_3
-
Converts v0.3 TaskStatus to v1.0 TaskStatus.
- toV10(TaskStatusUpdateEvent_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.TaskStatusUpdateEventMapper_v0_3
-
Converts v0.3 TaskStatusUpdateEvent to v1.0 TaskStatusUpdateEvent.
- toV10FromPushNotification(PushNotificationAuthenticationInfo_v0_3) - Method in interface org.a2aproject.sdk.compat03.conversion.mappers.domain.AuthenticationInfoMapper_v0_3
-
Converts v0.3 PushNotificationAuthenticationInfo to v1.0 AuthenticationInfo.
- transport() - Method in record class org.a2aproject.sdk.compat03.spec.AgentInterface_v0_3
-
Returns the value of the
transportrecord component. - transport() - Method in record class org.a2aproject.sdk.spec.Legacy_0_3_AgentInterface
-
Returns the value of the
transportrecord component. - TRANSPORT_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.CallAgent
- TRANSPORT_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- TRANSPORT_KEY - Static variable in class org.a2aproject.sdk.server.ServerCallContext
-
Key for transport protocol type in the state map.
- TransportMetadata - Interface in org.a2aproject.sdk.server
-
Interface for transport endpoint implementations to provide metadata about their transport.
- TransportProtocol - Enum Class in org.a2aproject.sdk.spec
-
Enumeration of supported transport protocols for A2A Protocol communication.
- TransportProtocol_v0_3 - Enum Class in org.a2aproject.sdk.compat03.spec
-
Supported A2A transport protocols.
- type() - Method in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
-
Returns the value of the
typerecord component. - type() - Method in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
-
Returns the value of the
typerecord component. - type() - Method in record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
-
Returns the value of the
typerecord component. - type() - Method in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
-
Returns the value of the
typerecord component. - type() - Method in record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
-
Returns the value of the
typerecord component. - type() - Method in interface org.a2aproject.sdk.compat03.spec.SecurityScheme_v0_3
- type() - Method in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
- type() - Method in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
- type() - Method in record class org.a2aproject.sdk.spec.MutualTLSSecurityScheme
- type() - Method in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
- type() - Method in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
- type() - Method in interface org.a2aproject.sdk.spec.SecurityScheme
-
Returns the type of the security scheme.
- type() - Method in record class org.a2aproject.sdk.util.ErrorDetail
-
Returns the value of the
typerecord component. - TYPE - Static variable in record class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3
- TYPE - Static variable in record class org.a2aproject.sdk.compat03.spec.HTTPAuthSecurityScheme_v0_3
- TYPE - Static variable in record class org.a2aproject.sdk.compat03.spec.MutualTLSSecurityScheme_v0_3
- TYPE - Static variable in record class org.a2aproject.sdk.compat03.spec.OAuth2SecurityScheme_v0_3
- TYPE - Static variable in record class org.a2aproject.sdk.compat03.spec.OpenIdConnectSecurityScheme_v0_3
- TYPE - Static variable in record class org.a2aproject.sdk.spec.APIKeySecurityScheme
-
The security scheme type identifier for API key authentication.
- TYPE - Static variable in record class org.a2aproject.sdk.spec.HTTPAuthSecurityScheme
-
The HTTP security scheme type identifier.
- TYPE - Static variable in record class org.a2aproject.sdk.spec.MutualTLSSecurityScheme
-
The type identifier for mutual TLS security schemes: "mtlsSecurityScheme".
- TYPE - Static variable in record class org.a2aproject.sdk.spec.OAuth2SecurityScheme
-
The type identifier for OAuth 2.0 security schemes: "oauth2SecurityScheme".
- TYPE - Static variable in record class org.a2aproject.sdk.spec.OpenIdConnectSecurityScheme
-
The type identifier for OpenID Connect security schemes: "openIdConnect".
U
- UnauthenticatedUser - Class in org.a2aproject.sdk.server.auth
- UNKNOWN - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- UNRECOGNIZED - Enum constant in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
- UNRECOGNIZED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.Role
- UNRECOGNIZED - Enum constant in enum class org.a2aproject.sdk.compat03.grpc.TaskState
- UNRECOGNIZED - Enum constant in enum class org.a2aproject.sdk.grpc.Role
- UNRECOGNIZED - Enum constant in enum class org.a2aproject.sdk.grpc.TaskState
- UNRECOGNIZED - Enum constant in enum class org.a2aproject.sdk.spec.TaskState
-
Task state is unknown or cannot be determined (terminal state).
- UNSUPPORTED_OPERATION - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating the requested operation is not supported (-32004).
- UNSUPPORTED_OPERATION_ERROR_CODE - Static variable in interface org.a2aproject.sdk.compat03.spec.A2AErrorCodes_v0_3
- UnsupportedOperationError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that the requested operation is not supported by the agent.
- UnsupportedOperationError() - Constructor for exception org.a2aproject.sdk.spec.UnsupportedOperationError
-
Constructs error with default message.
- UnsupportedOperationError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.UnsupportedOperationError
-
Constructs error with all parameters.
- UnsupportedOperationError_v0_3 - Error in org.a2aproject.sdk.compat03.spec
-
An A2A-specific error indicating that the requested operation is not supported by the agent.
- UnsupportedOperationError_v0_3() - Constructor for error org.a2aproject.sdk.compat03.spec.UnsupportedOperationError_v0_3
- UnsupportedOperationError_v0_3(Integer, String, Object) - Constructor for error org.a2aproject.sdk.compat03.spec.UnsupportedOperationError_v0_3
- UPDATE_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- UpdateEvent - Interface in org.a2aproject.sdk.spec
-
Sealed interface for incremental update events during task execution.
- UpdateEvent_v0_3 - Interface in org.a2aproject.sdk.compat03.spec
- updateStatus(TaskState, Message) - Method in class org.a2aproject.sdk.server.tasks.AgentEmitter
-
Updates the task status to the given state with an optional message.
- updateWithMessage(Message, Task) - Method in class org.a2aproject.sdk.server.tasks.TaskManager
- uri() - Method in record class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3
-
Returns the value of the
urirecord component. - uri() - Method in record class org.a2aproject.sdk.compat03.spec.FileWithUri_v0_3
-
Returns the value of the
urirecord component. - uri() - Method in record class org.a2aproject.sdk.spec.AgentExtension
-
Returns the value of the
urirecord component. - uri() - Method in record class org.a2aproject.sdk.spec.FileWithUri
-
Returns the value of the
urirecord component. - uri(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentExtension_v0_3.Builder
- uri(String) - Method in class org.a2aproject.sdk.spec.AgentExtension.Builder
-
Sets the unique identifier URI for this extension.
- URI_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- URI_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentExtension
- url() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.compat03.spec.AgentInterface_v0_3
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.compat03.spec.AgentProvider_v0_3
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.spec.AgentInterface
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.spec.AgentProvider
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.spec.Legacy_0_3_AgentInterface
-
Returns the value of the
urlrecord component. - url() - Method in record class org.a2aproject.sdk.spec.TaskPushNotificationConfig
-
Returns the value of the
urlrecord component. - url(String) - Method in interface org.a2aproject.sdk.client.http.A2AHttpClient.Builder
-
Sets the target URL for the request.
- url(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- url(String) - Method in class org.a2aproject.sdk.compat03.spec.PushNotificationConfig_v0_3.Builder
- url(String) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
- url(String) - Method in class org.a2aproject.sdk.spec.TaskPushNotificationConfig.Builder
-
Sets the push notification endpoint URL.
- URL - Enum constant in enum class org.a2aproject.sdk.grpc.Part.ContentCase
- URL_FIELD_NUMBER - Static variable in class itk.InstructionOuterClass.PushNotificationBehavior
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentInterface
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentProvider
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.Part
- URL_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- User - Interface in org.a2aproject.sdk.server.auth
- USER - Enum constant in enum class org.a2aproject.sdk.compat03.spec.Message_v0_3.Role
- username() - Method in record class org.a2aproject.sdk.server.auth.AuthenticatedUser
-
Returns the value of the
usernamerecord component. - Utils - Class in org.a2aproject.sdk.util
-
Utility class providing common helper methods for A2A Protocol operations.
- Utils_v0_3 - Class in org.a2aproject.sdk.compat03.util
-
Utility class providing common helper methods for A2A Protocol operations.
- Utils_v0_3() - Constructor for class org.a2aproject.sdk.compat03.util.Utils_v0_3
V
- validateAbsoluteUrl(String) - Static method in class org.a2aproject.sdk.util.Utils
-
Validates that
urlis a syntactically valid absolute URI. - validateAndSetJsonParameters(String, String, Object, T, boolean) - Method in class org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest
-
Validates and sets JSON-RPC parameters.
- validateProtocolVersion(AgentCard, ServerCallContext) - Static method in class org.a2aproject.sdk.server.version.A2AVersionValidator
-
Validates that the client's requested protocol version is compatible with the agent's supported versions across all interfaces.
- validateRequestedTask(String) - Method in class org.a2aproject.sdk.extras.opentelemetry.OpenTelemetryRequestHandlerDecorator
- validateRequestedTask(String) - Method in class org.a2aproject.sdk.server.requesthandlers.AuthorizationRequestHandlerDecorator
- validateRequestedTask(String) - Method in class org.a2aproject.sdk.server.requesthandlers.DefaultRequestHandler
- validateRequestedTask(String) - Method in interface org.a2aproject.sdk.server.requesthandlers.RequestHandler
- validateRequestedTask(String) - Method in class org.a2aproject.sdk.transport.jsonrpc.handler.JSONRPCHandler
- validateRequiredExtensions(AgentCard, ServerCallContext) - Static method in class org.a2aproject.sdk.server.extensions.A2AExtensions
-
Validates that all required extensions declared in the AgentCard are requested by the client.
- validateTransportConfiguration(AgentCard) - Static method in class org.a2aproject.sdk.server.AgentCardValidator
-
Validates the transport configuration of an AgentCard against available transports found on the classpath.
- valueOf(int) - Static method in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
-
Deprecated.
- valueOf(int) - Static method in enum class itk.InstructionOuterClass.Instruction.StepCase
-
Deprecated.
- valueOf(int) - Static method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.Role
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.grpc.Part.ContentCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.grpc.Role
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
-
Deprecated.
- valueOf(int) - Static method in enum class org.a2aproject.sdk.grpc.TaskState
-
Deprecated.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
Returns the enum constant of this class with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class org.a2aproject.sdk.compat03.grpc.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Returns the enum constant of this class with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class org.a2aproject.sdk.grpc.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class org.a2aproject.sdk.grpc.TaskState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class itk.InstructionOuterClass.Instruction.StepCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.Message_v0_3.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.Part_v0_3.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.compat03.spec.TransportProtocol_v0_3
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.grpc.Part.ContentCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.grpc.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.grpc.TaskState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.server.auth.TaskOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.spec.Message.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.spec.TaskState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.a2aproject.sdk.spec.TransportProtocol
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class itk.InstructionOuterClass.CallAgent.BehaviorCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class itk.InstructionOuterClass.Instruction.StepCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class itk.InstructionOuterClass.SeriesOfSteps.ResponseGenerator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.FilePart.FileCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.OAuthFlows.FlowCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.Part.PartCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.SecurityScheme.SchemeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.SendMessageResponse.PayloadCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.StreamResponse.PayloadCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.grpc.TaskState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.spec.APIKeySecurityScheme_v0_3.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.spec.Message_v0_3.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.spec.Part_v0_3.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.compat03.spec.TransportProtocol_v0_3
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.grpc.OAuthFlows.FlowCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.grpc.Part.ContentCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.grpc.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.grpc.SecurityScheme.SchemeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.grpc.SendMessageResponse.PayloadCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.grpc.StreamResponse.PayloadCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.grpc.TaskState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.server.auth.TaskOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.spec.APIKeySecurityScheme.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.spec.Message.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.spec.TaskState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.a2aproject.sdk.spec.TransportProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueToObject(Value) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf Value to Java Object.
- verify() - Method in class org.a2aproject.sdk.bom.test.DynamicBomVerifier
- version() - Method in record class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3
-
Returns the value of the
versionrecord component. - version() - Method in record class org.a2aproject.sdk.spec.AgentCard
-
Returns the value of the
versionrecord component. - version(String) - Method in class org.a2aproject.sdk.compat03.spec.AgentCard_v0_3.Builder
- version(String) - Method in class org.a2aproject.sdk.spec.AgentCard.Builder
-
Sets the version of the agent implementation.
- VERSION_0_3 - Static variable in class org.a2aproject.sdk.server.common.quarkus.VersionRouter
- VERSION_1_0 - Static variable in class org.a2aproject.sdk.server.common.quarkus.VersionRouter
- VERSION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.compat03.grpc.AgentCard
- VERSION_FIELD_NUMBER - Static variable in class org.a2aproject.sdk.grpc.AgentCard
- VERSION_HEADER_KEY - Static variable in class org.a2aproject.sdk.transport.grpc.context.GrpcContextKeys
-
Context key for storing the a2a-version header value.
- VERSION_NOT_SUPPORTED - Enum constant in enum class org.a2aproject.sdk.spec.A2AErrorCodes
-
Error code indicating the A2A protocol version specified in the request (via A2A-Version service parameter) is not supported by the agent (-32009).
- VersionNotSupportedError - Exception in org.a2aproject.sdk.spec
-
A2A Protocol error indicating that the A2A protocol version specified in the request is not supported by the agent.
- VersionNotSupportedError(Integer, String, Map<String, Object>) - Constructor for exception org.a2aproject.sdk.spec.VersionNotSupportedError
-
Constructs an error when the requested protocol version is not supported.
- VersionRouter - Class in org.a2aproject.sdk.server.common.quarkus
- VertxA2AHttpClient - Class in org.a2aproject.sdk.client.http
-
Vert.x WebClient-based implementation of
A2AHttpClient. - VertxA2AHttpClient() - Constructor for class org.a2aproject.sdk.client.http.VertxA2AHttpClient
-
Creates a new VertxA2AHttpClient with an internally managed Vert.x instance.
- VertxA2AHttpClient(Vertx) - Constructor for class org.a2aproject.sdk.client.http.VertxA2AHttpClient
-
Creates a new VertxA2AHttpClient using an externally managed Vert.x instance.
- VertxA2AHttpClientProvider - Class in org.a2aproject.sdk.client.http
-
Service provider for
VertxA2AHttpClient. - VertxA2AHttpClientProvider() - Constructor for class org.a2aproject.sdk.client.http.VertxA2AHttpClientProvider
- VertxSecurityHelper - Class in org.a2aproject.sdk.server.common.quarkus
-
CDI helper for integrating Quarkus security with Vert.x Web routes.
- VertxSecurityHelper() - Constructor for class org.a2aproject.sdk.server.common.quarkus.VertxSecurityHelper
W
- withTransport(Class<T>, ClientTransportConfig<T>) - Method in class org.a2aproject.sdk.client.ClientBuilder
-
Configure a transport protocol with a pre-built configuration.
- withTransport(Class<T>, ClientTransportConfigBuilder<? extends ClientTransportConfig<T>, ?>) - Method in class org.a2aproject.sdk.client.ClientBuilder
-
Configure a transport protocol using a builder for type-safe configuration.
- withTransport(Class<T>, ClientTransportConfig_v0_3<T>) - Method in class org.a2aproject.sdk.compat03.client.ClientBuilder_v0_3
- withTransport(Class<T>, ClientTransportConfigBuilder_v0_3<? extends ClientTransportConfig_v0_3<T>, ?>) - Method in class org.a2aproject.sdk.compat03.client.ClientBuilder_v0_3
- WORKING - Enum constant in enum class org.a2aproject.sdk.compat03.spec.TaskState_v0_3
- wrap(ClientTransport, ClientTransportConfig<?>) - Method in interface org.a2aproject.sdk.client.transport.spi.ClientTransportWrapper
-
Wraps the given transport with additional functionality.
- wrap(ClientTransport, ClientTransportConfig<?>) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.OpenTelemetryClientTransportWrapper
- wrap(ClientTransport, ClientTransportConfig<?>) - Method in class org.a2aproject.sdk.extras.opentelemetry.client.propagation.OpenTelemetryClientPropagatorTransportWrapper
- writeJsonRpcId(JsonWriter, Object) - Static method in class org.a2aproject.sdk.compat03.json.JsonUtil_v0_3
-
Writes a JSON-RPC
idfield. - writeJsonRpcId(JsonWriter, Object) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Writes a JSON-RPC
idfield. - writeMetadata(Map<String, Object>) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Serializes a metadata map to a JSON string.
- writeMetadata(JsonWriter, Map<String, Object>) - Static method in class org.a2aproject.sdk.jsonrpc.common.json.JsonUtil
-
Writes a metadata map as a "metadata" JSON field to the given writer.
- writeSseStrings(Multi<String>, RoutingContext, ServerCallContext, Runnable) - Static method in class org.a2aproject.sdk.server.common.quarkus.SseResponseWriter
-
Subscribes to
sseStringsand writes each SSE event to the HTTP response. - writeTo(CodedOutputStream) - Method in class itk.InstructionOuterClass.CallAgent
- writeTo(CodedOutputStream) - Method in class itk.InstructionOuterClass.Instruction
- writeTo(CodedOutputStream) - Method in class itk.InstructionOuterClass.PushNotificationBehavior
- writeTo(CodedOutputStream) - Method in class itk.InstructionOuterClass.ResubscribeBehavior
- writeTo(CodedOutputStream) - Method in class itk.InstructionOuterClass.ReturnResponse
- writeTo(CodedOutputStream) - Method in class itk.InstructionOuterClass.SendMessageBehavior
- writeTo(CodedOutputStream) - Method in class itk.InstructionOuterClass.SeriesOfSteps
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCapabilities
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCard
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AgentCardSignature
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AgentExtension
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AgentInterface
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AgentProvider
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AgentSkill
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.APIKeySecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.Artifact
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AuthenticationInfo
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.AuthorizationCodeOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.CancelTaskRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.ClientCredentialsOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.CreateTaskPushNotificationConfigRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.DataPart
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.DeleteTaskPushNotificationConfigRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.FilePart
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.GetAgentCardRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskPushNotificationConfigRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.GetTaskRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.HTTPAuthSecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.ImplicitOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.ListTaskPushNotificationConfigResponse
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.Message
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.MutualTlsSecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.OAuth2SecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.OAuthFlows
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.OpenIdConnectSecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.Part
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.PasswordOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.PushNotificationConfig
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.Security
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.SecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageConfiguration
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.SendMessageResponse
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.StreamResponse
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.StringList
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.Task
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.TaskArtifactUpdateEvent
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.TaskPushNotificationConfig
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatus
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.TaskStatusUpdateEvent
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.compat03.grpc.TaskSubscriptionRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AgentCapabilities
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AgentCard
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AgentCardSignature
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AgentExtension
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AgentInterface
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AgentProvider
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AgentSkill
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.APIKeySecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.Artifact
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AuthenticationInfo
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.AuthorizationCodeOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.CancelTaskRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.ClientCredentialsOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.DeleteTaskPushNotificationConfigRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.GetExtendedAgentCardRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.GetTaskPushNotificationConfigRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.GetTaskRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.HTTPAuthSecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.ImplicitOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.ListTaskPushNotificationConfigsResponse
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.ListTasksRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.ListTasksResponse
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.Message
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.MutualTlsSecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.OAuth2SecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.OAuthFlows
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.OpenIdConnectSecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.Part
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.PasswordOAuthFlow
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.SecurityRequirement
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.SecurityScheme
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.SendMessageConfiguration
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.SendMessageRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.SendMessageResponse
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.StreamResponse
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.StringList
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.SubscribeToTaskRequest
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.Task
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.TaskArtifactUpdateEvent
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.TaskPushNotificationConfig
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.TaskStatus
- writeTo(CodedOutputStream) - Method in class org.a2aproject.sdk.grpc.TaskStatusUpdateEvent
X
- X_A2A_EXTENSIONS - Static variable in class org.a2aproject.sdk.compat03.common.A2AHeaders_v0_3
-
HTTP header name for A2A extensions in protocol v0.3.
- X_A2A_NOTIFICATION_TOKEN - Static variable in class org.a2aproject.sdk.common.A2AHeaders
-
HTTP header name for a push notification token.
Z
- zeroLongToNull(long) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf long to Long, treating 0 as null (unset).
- zeroToNull(int) - Method in interface org.a2aproject.sdk.grpc.mapper.A2ACommonFieldMapper
-
Converts protobuf int to Integer, treating 0 as null (unset).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form