Uses of Class
org.a2aproject.sdk.grpc.AgentCard
Packages that use AgentCard
Package
Description
gRPC transport handler implementations for the A2A protocol.
-
Uses of AgentCard in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AgentCardModifier and TypeMethodDescriptionAgentCard.Builder.build()AgentCard.Builder.buildPartial()static AgentCardAgentCard.getDefaultInstance()AgentCard.Builder.getDefaultInstanceForType()AgentCard.getDefaultInstanceForType()A2AServiceGrpc.A2AServiceBlockingStub.getExtendedAgentCard(GetExtendedAgentCardRequest request) Gets the extended agent card for the authenticated agent.A2AServiceGrpc.A2AServiceBlockingV2Stub.getExtendedAgentCard(GetExtendedAgentCardRequest request) Gets the extended agent card for the authenticated agent.static AgentCardAgentCard.parseDelimitedFrom(InputStream input) static AgentCardAgentCard.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardAgentCard.parseFrom(byte[] data) static AgentCardAgentCard.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardAgentCard.parseFrom(com.google.protobuf.ByteString data) static AgentCardAgentCard.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardAgentCard.parseFrom(com.google.protobuf.CodedInputStream input) static AgentCardAgentCard.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardAgentCard.parseFrom(InputStream input) static AgentCardAgentCard.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardAgentCard.parseFrom(ByteBuffer data) static AgentCardAgentCard.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type AgentCardModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<AgentCard>A2AServiceGrpc.A2AServiceFutureStub.getExtendedAgentCard(GetExtendedAgentCardRequest request) Gets the extended agent card for the authenticated agent.static io.grpc.MethodDescriptor<GetExtendedAgentCardRequest,AgentCard> A2AServiceGrpc.getGetExtendedAgentCardMethod()com.google.protobuf.Parser<AgentCard>AgentCard.getParserForType()static com.google.protobuf.Parser<AgentCard>AgentCard.parser()Methods in org.a2aproject.sdk.grpc with parameters of type AgentCardModifier and TypeMethodDescriptionstatic AgentCard.BuilderAgentCard.newBuilder(AgentCard prototype) Method parameters in org.a2aproject.sdk.grpc with type arguments of type AgentCardModifier and TypeMethodDescriptionvoidA2AServiceGrpc.A2AServiceStub.getExtendedAgentCard(GetExtendedAgentCardRequest request, io.grpc.stub.StreamObserver<AgentCard> responseObserver) Gets the extended agent card for the authenticated agent.default voidA2AServiceGrpc.AsyncService.getExtendedAgentCard(GetExtendedAgentCardRequest request, io.grpc.stub.StreamObserver<AgentCard> responseObserver) Gets the extended agent card for the authenticated agent. -
Uses of AgentCard in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AgentCardModifier and TypeMethodDescriptionMethods in org.a2aproject.sdk.grpc.mapper with parameters of type AgentCard -
Uses of AgentCard in org.a2aproject.sdk.grpc.utils
Methods in org.a2aproject.sdk.grpc.utils that return AgentCard -
Uses of AgentCard in org.a2aproject.sdk.transport.grpc.handler
Method parameters in org.a2aproject.sdk.transport.grpc.handler with type arguments of type AgentCardModifier and TypeMethodDescriptionvoidGrpcHandler.getExtendedAgentCard(GetExtendedAgentCardRequest request, io.grpc.stub.StreamObserver<AgentCard> responseObserver)