Uses of Class
org.a2aproject.sdk.compat03.grpc.AgentSkill.Builder
Packages that use AgentSkill.Builder
-
Uses of AgentSkill.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return AgentSkill.BuilderModifier and TypeMethodDescriptionAgentSkill.Builder.addAllExamples(Iterable<String> values) A set of example queries that this skill is designed to address.AgentSkill.Builder.addAllInputModes(Iterable<String> values) Possible input modalities supported.AgentSkill.Builder.addAllOutputModes(Iterable<String> values) Possible output modalities producedAgentSkill.Builder.addAllSecurity(Iterable<? extends Security> values) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.addAllTags(Iterable<String> values) A set of tags for the skill to enhance categorization/utilization.AgentSkill.Builder.addExamples(String value) A set of example queries that this skill is designed to address.AgentSkill.Builder.addExamplesBytes(com.google.protobuf.ByteString value) A set of example queries that this skill is designed to address.AgentSkill.Builder.addInputModes(String value) Possible input modalities supported.AgentSkill.Builder.addInputModesBytes(com.google.protobuf.ByteString value) Possible input modalities supported.AgentSkill.Builder.addOutputModes(String value) Possible output modalities producedAgentSkill.Builder.addOutputModesBytes(com.google.protobuf.ByteString value) Possible output modalities producedAgentSkill.Builder.addSecurity(int index, Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.addSecurity(int index, Security.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.addSecurity(Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.addSecurity(Security.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentCard.Builder.addSkillsBuilder()Skills represent a unit of ability an agent can perform.AgentCard.Builder.addSkillsBuilder(int index) Skills represent a unit of ability an agent can perform.A set of tags for the skill to enhance categorization/utilization.AgentSkill.Builder.addTagsBytes(com.google.protobuf.ByteString value) A set of tags for the skill to enhance categorization/utilization.AgentSkill.Builder.clear()AgentSkill.Builder.clearDescription()A human (or llm) readable description of the skill details and behaviors.AgentSkill.Builder.clearExamples()A set of example queries that this skill is designed to address.AgentSkill.Builder.clearId()Unique id of the skill within this agent.AgentSkill.Builder.clearInputModes()Possible input modalities supported.AgentSkill.Builder.clearName()A human readable name for the skill.AgentSkill.Builder.clearOutputModes()Possible output modalities producedAgentSkill.Builder.clearSecurity()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.clearTags()A set of tags for the skill to enhance categorization/utilization.AgentCard.Builder.getSkillsBuilder(int index) Skills represent a unit of ability an agent can perform.AgentSkill.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AgentSkill.Builder.mergeFrom(com.google.protobuf.Message other) AgentSkill.Builder.mergeFrom(AgentSkill other) static AgentSkill.BuilderAgentSkill.newBuilder()static AgentSkill.BuilderAgentSkill.newBuilder(AgentSkill prototype) AgentSkill.newBuilderForType()protected AgentSkill.BuilderAgentSkill.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AgentSkill.Builder.removeSecurity(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.setDescription(String value) A human (or llm) readable description of the skill details and behaviors.AgentSkill.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A human (or llm) readable description of the skill details and behaviors.AgentSkill.Builder.setExamples(int index, String value) A set of example queries that this skill is designed to address.Unique id of the skill within this agent.AgentSkill.Builder.setIdBytes(com.google.protobuf.ByteString value) Unique id of the skill within this agent.AgentSkill.Builder.setInputModes(int index, String value) Possible input modalities supported.A human readable name for the skill.AgentSkill.Builder.setNameBytes(com.google.protobuf.ByteString value) A human readable name for the skill.AgentSkill.Builder.setOutputModes(int index, String value) Possible output modalities producedAgentSkill.Builder.setSecurity(int index, Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.setSecurity(int index, Security.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.A set of tags for the skill to enhance categorization/utilization.AgentSkill.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type AgentSkill.BuilderModifier and TypeMethodDescriptionAgentCard.Builder.getSkillsBuilderList()Skills represent a unit of ability an agent can perform.Methods in org.a2aproject.sdk.compat03.grpc with parameters of type AgentSkill.BuilderModifier and TypeMethodDescriptionAgentCard.Builder.addSkills(int index, AgentSkill.Builder builderForValue) Skills represent a unit of ability an agent can perform.AgentCard.Builder.addSkills(AgentSkill.Builder builderForValue) Skills represent a unit of ability an agent can perform.AgentCard.Builder.setSkills(int index, AgentSkill.Builder builderForValue) Skills represent a unit of ability an agent can perform.