Uses of Class
org.a2aproject.sdk.grpc.AgentSkill
Packages that use AgentSkill
-
Uses of AgentSkill in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AgentSkillModifier and TypeMethodDescriptionAgentSkill.Builder.build()AgentSkill.Builder.buildPartial()static AgentSkillAgentSkill.getDefaultInstance()AgentSkill.Builder.getDefaultInstanceForType()AgentSkill.getDefaultInstanceForType()AgentCard.Builder.getSkills(int index) Skills represent the abilities of an agent.AgentCard.getSkills(int index) Skills represent the abilities of an agent.AgentCardOrBuilder.getSkills(int index) Skills represent the abilities of an agent.static AgentSkillAgentSkill.parseDelimitedFrom(InputStream input) static AgentSkillAgentSkill.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentSkillAgentSkill.parseFrom(byte[] data) static AgentSkillAgentSkill.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentSkillAgentSkill.parseFrom(com.google.protobuf.ByteString data) static AgentSkillAgentSkill.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentSkillAgentSkill.parseFrom(com.google.protobuf.CodedInputStream input) static AgentSkillAgentSkill.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentSkillAgentSkill.parseFrom(InputStream input) static AgentSkillAgentSkill.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentSkillAgentSkill.parseFrom(ByteBuffer data) static AgentSkillAgentSkill.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type AgentSkillModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AgentSkill>AgentSkill.getParserForType()AgentCard.Builder.getSkillsList()Skills represent the abilities of an agent.AgentCard.getSkillsList()Skills represent the abilities of an agent.AgentCardOrBuilder.getSkillsList()Skills represent the abilities of an agent.static com.google.protobuf.Parser<AgentSkill>AgentSkill.parser()Methods in org.a2aproject.sdk.grpc with parameters of type AgentSkillModifier and TypeMethodDescriptionAgentCard.Builder.addSkills(int index, AgentSkill value) Skills represent the abilities of an agent.AgentCard.Builder.addSkills(AgentSkill value) Skills represent the abilities of an agent.AgentSkill.Builder.mergeFrom(AgentSkill other) static AgentSkill.BuilderAgentSkill.newBuilder(AgentSkill prototype) AgentCard.Builder.setSkills(int index, AgentSkill value) Skills represent the abilities of an agent.Method parameters in org.a2aproject.sdk.grpc with type arguments of type AgentSkillModifier and TypeMethodDescriptionAgentCard.Builder.addAllSkills(Iterable<? extends AgentSkill> values) Skills represent the abilities of an agent. -
Uses of AgentSkill in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AgentSkillModifier and TypeMethodDescriptionAgentSkillMapper.toProto(AgentSkill domain) AgentSkillMapperImpl.toProto(AgentSkill domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AgentSkillModifier and TypeMethodDescriptionAgentSkillMapper.fromProto(AgentSkill proto) AgentSkillMapperImpl.fromProto(AgentSkill proto) Method parameters in org.a2aproject.sdk.grpc.mapper with type arguments of type AgentSkillModifier and TypeMethodDescriptionprotected List<AgentSkill>AgentCardMapperImpl.agentSkillListToAgentSkillList(List<AgentSkill> list)