Uses of Class
org.a2aproject.sdk.compat03.grpc.AgentCard
Packages that use AgentCard
Package
Description
-
Uses of AgentCard in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return AgentCardModifier and TypeMethodDescriptionAgentCard.Builder.build()AgentCard.Builder.buildPartial()A2AServiceGrpc.A2AServiceBlockingStub.getAgentCard(GetAgentCardRequest request) GetAgentCard returns the agent card for the agent.A2AServiceGrpc.A2AServiceBlockingV2Stub.getAgentCard(GetAgentCardRequest request) GetAgentCard returns the agent card for the agent.static AgentCardAgentCard.getDefaultInstance()AgentCard.Builder.getDefaultInstanceForType()AgentCard.getDefaultInstanceForType()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.compat03.grpc that return types with arguments of type AgentCardModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<AgentCard>A2AServiceGrpc.A2AServiceFutureStub.getAgentCard(GetAgentCardRequest request) GetAgentCard returns the agent card for the agent.static io.grpc.MethodDescriptor<GetAgentCardRequest,AgentCard> A2AServiceGrpc.getGetAgentCardMethod()com.google.protobuf.Parser<AgentCard>AgentCard.getParserForType()static com.google.protobuf.Parser<AgentCard>AgentCard.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type AgentCardModifier and TypeMethodDescriptionstatic AgentCard.BuilderAgentCard.newBuilder(AgentCard prototype) Method parameters in org.a2aproject.sdk.compat03.grpc with type arguments of type AgentCardModifier and TypeMethodDescriptionvoidA2AServiceGrpc.A2AServiceStub.getAgentCard(GetAgentCardRequest request, io.grpc.stub.StreamObserver<AgentCard> responseObserver) GetAgentCard returns the agent card for the agent.default voidA2AServiceGrpc.AsyncService.getAgentCard(GetAgentCardRequest request, io.grpc.stub.StreamObserver<AgentCard> responseObserver) GetAgentCard returns the agent card for the agent. -
Uses of AgentCard in org.a2aproject.sdk.compat03.grpc.utils
Methods in org.a2aproject.sdk.compat03.grpc.utils that return AgentCardModifier and TypeMethodDescriptionstatic AgentCardProtoUtils_v0_3.ToProto.agentCard(AgentCard_v0_3 agentCard) -
Uses of AgentCard in org.a2aproject.sdk.compat03.transport.grpc.handler
Method parameters in org.a2aproject.sdk.compat03.transport.grpc.handler with type arguments of type AgentCardModifier and TypeMethodDescriptionvoidGrpcHandler_v0_3.getAgentCard(GetAgentCardRequest request, io.grpc.stub.StreamObserver<AgentCard> responseObserver)