Package org.a2aproject.sdk.grpc
Class AgentSkill.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<AgentSkill.Builder>
org.a2aproject.sdk.grpc.AgentSkill.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,AgentSkillOrBuilder
- Enclosing class:
- AgentSkill
public static final class AgentSkill.Builder
extends com.google.protobuf.GeneratedMessage.Builder<AgentSkill.Builder>
implements AgentSkillOrBuilder
Represents a distinct capability or function that an agent can perform.Protobuf type
lf.a2a.v1.AgentSkill-
Method Summary
Modifier and TypeMethodDescriptionaddAllExamples(Iterable<String> values) Example prompts or scenarios that this skill can handle.addAllInputModes(Iterable<String> values) The set of supported input media types for this skill, overriding the agent's defaults.addAllOutputModes(Iterable<String> values) The set of supported output media types for this skill, overriding the agent's defaults.addAllSecurityRequirements(Iterable<? extends SecurityRequirement> values) Security schemes necessary for this skill.addAllTags(Iterable<String> values) A set of keywords describing the skill's capabilities.addExamples(String value) Example prompts or scenarios that this skill can handle.addExamplesBytes(com.google.protobuf.ByteString value) Example prompts or scenarios that this skill can handle.addInputModes(String value) The set of supported input media types for this skill, overriding the agent's defaults.addInputModesBytes(com.google.protobuf.ByteString value) The set of supported input media types for this skill, overriding the agent's defaults.addOutputModes(String value) The set of supported output media types for this skill, overriding the agent's defaults.addOutputModesBytes(com.google.protobuf.ByteString value) The set of supported output media types for this skill, overriding the agent's defaults.addSecurityRequirements(int index, SecurityRequirement value) Security schemes necessary for this skill.addSecurityRequirements(int index, SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.Security schemes necessary for this skill.addSecurityRequirements(SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.Security schemes necessary for this skill.addSecurityRequirementsBuilder(int index) Security schemes necessary for this skill.A set of keywords describing the skill's capabilities.addTagsBytes(com.google.protobuf.ByteString value) A set of keywords describing the skill's capabilities.build()clear()A detailed description of the skill.Example prompts or scenarios that this skill can handle.clearId()A unique identifier for the agent's skill.The set of supported input media types for this skill, overriding the agent's defaults.A human-readable name for the skill.The set of supported output media types for this skill, overriding the agent's defaults.Security schemes necessary for this skill.A set of keywords describing the skill's capabilities.A detailed description of the skill.com.google.protobuf.ByteStringA detailed description of the skill.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetExamples(int index) Example prompts or scenarios that this skill can handle.com.google.protobuf.ByteStringgetExamplesBytes(int index) Example prompts or scenarios that this skill can handle.intExample prompts or scenarios that this skill can handle.com.google.protobuf.ProtocolStringListExample prompts or scenarios that this skill can handle.getId()A unique identifier for the agent's skill.com.google.protobuf.ByteStringA unique identifier for the agent's skill.getInputModes(int index) The set of supported input media types for this skill, overriding the agent's defaults.com.google.protobuf.ByteStringgetInputModesBytes(int index) The set of supported input media types for this skill, overriding the agent's defaults.intThe set of supported input media types for this skill, overriding the agent's defaults.com.google.protobuf.ProtocolStringListThe set of supported input media types for this skill, overriding the agent's defaults.getName()A human-readable name for the skill.com.google.protobuf.ByteStringA human-readable name for the skill.getOutputModes(int index) The set of supported output media types for this skill, overriding the agent's defaults.com.google.protobuf.ByteStringgetOutputModesBytes(int index) The set of supported output media types for this skill, overriding the agent's defaults.intThe set of supported output media types for this skill, overriding the agent's defaults.com.google.protobuf.ProtocolStringListThe set of supported output media types for this skill, overriding the agent's defaults.getSecurityRequirements(int index) Security schemes necessary for this skill.getSecurityRequirementsBuilder(int index) Security schemes necessary for this skill.Security schemes necessary for this skill.intSecurity schemes necessary for this skill.Security schemes necessary for this skill.getSecurityRequirementsOrBuilder(int index) Security schemes necessary for this skill.List<? extends SecurityRequirementOrBuilder>Security schemes necessary for this skill.getTags(int index) A set of keywords describing the skill's capabilities.com.google.protobuf.ByteStringgetTagsBytes(int index) A set of keywords describing the skill's capabilities.intA set of keywords describing the skill's capabilities.com.google.protobuf.ProtocolStringListA set of keywords describing the skill's capabilities.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(AgentSkill other) removeSecurityRequirements(int index) Security schemes necessary for this skill.setDescription(String value) A detailed description of the skill.setDescriptionBytes(com.google.protobuf.ByteString value) A detailed description of the skill.setExamples(int index, String value) Example prompts or scenarios that this skill can handle.A unique identifier for the agent's skill.setIdBytes(com.google.protobuf.ByteString value) A unique identifier for the agent's skill.setInputModes(int index, String value) The set of supported input media types for this skill, overriding the agent's defaults.A human-readable name for the skill.setNameBytes(com.google.protobuf.ByteString value) A human-readable name for the skill.setOutputModes(int index, String value) The set of supported output media types for this skill, overriding the agent's defaults.setSecurityRequirements(int index, SecurityRequirement value) Security schemes necessary for this skill.setSecurityRequirements(int index, SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.A set of keywords describing the skill's capabilities.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<AgentSkill.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<AgentSkill.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<AgentSkill.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AgentSkill.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<AgentSkill.Builder>
-
mergeFrom
public AgentSkill.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AgentSkill.Builder>- Throws:
IOException
-
getId
A unique identifier for the agent's skill.
string id = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getIdin interfaceAgentSkillOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()A unique identifier for the agent's skill.
string id = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getIdBytesin interfaceAgentSkillOrBuilder- Returns:
- The bytes for id.
-
setId
A unique identifier for the agent's skill.
string id = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
A unique identifier for the agent's skill.
string id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
setIdBytes
A unique identifier for the agent's skill.
string id = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getName
A human-readable name for the skill.
string name = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getNamein interfaceAgentSkillOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()A human-readable name for the skill.
string name = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getNameBytesin interfaceAgentSkillOrBuilder- Returns:
- The bytes for name.
-
setName
A human-readable name for the skill.
string name = 2 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
A human-readable name for the skill.
string name = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
setNameBytes
A human-readable name for the skill.
string name = 2 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getDescription
A detailed description of the skill.
string description = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDescriptionin interfaceAgentSkillOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()A detailed description of the skill.
string description = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDescriptionBytesin interfaceAgentSkillOrBuilder- Returns:
- The bytes for description.
-
setDescription
A detailed description of the skill.
string description = 3 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
A detailed description of the skill.
string description = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
setDescriptionBytes
A detailed description of the skill.
string description = 3 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getTagsList
public com.google.protobuf.ProtocolStringList getTagsList()A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getTagsListin interfaceAgentSkillOrBuilder- Returns:
- A list containing the tags.
-
getTagsCount
public int getTagsCount()A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getTagsCountin interfaceAgentSkillOrBuilder- Returns:
- The count of tags.
-
getTags
A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getTagsin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
public com.google.protobuf.ByteString getTagsBytes(int index) A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getTagsBytesin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
setTags
A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index to set the value at.value- The tags to set.- Returns:
- This builder for chaining.
-
addTags
A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The tags to add.- Returns:
- This builder for chaining.
-
addAllTags
A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Parameters:
values- The tags to add.- Returns:
- This builder for chaining.
-
clearTags
A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
addTagsBytes
A set of keywords describing the skill's capabilities.
repeated string tags = 4 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The bytes of the tags to add.- Returns:
- This builder for chaining.
-
getExamplesList
public com.google.protobuf.ProtocolStringList getExamplesList()Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Specified by:
getExamplesListin interfaceAgentSkillOrBuilder- Returns:
- A list containing the examples.
-
getExamplesCount
public int getExamplesCount()Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Specified by:
getExamplesCountin interfaceAgentSkillOrBuilder- Returns:
- The count of examples.
-
getExamples
Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Specified by:
getExamplesin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The examples at the given index.
-
getExamplesBytes
public com.google.protobuf.ByteString getExamplesBytes(int index) Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Specified by:
getExamplesBytesin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the examples at the given index.
-
setExamples
Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Parameters:
index- The index to set the value at.value- The examples to set.- Returns:
- This builder for chaining.
-
addExamples
Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Parameters:
value- The examples to add.- Returns:
- This builder for chaining.
-
addAllExamples
Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Parameters:
values- The examples to add.- Returns:
- This builder for chaining.
-
clearExamples
Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Returns:
- This builder for chaining.
-
addExamplesBytes
Example prompts or scenarios that this skill can handle.
repeated string examples = 5;- Parameters:
value- The bytes of the examples to add.- Returns:
- This builder for chaining.
-
getInputModesList
public com.google.protobuf.ProtocolStringList getInputModesList()The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Specified by:
getInputModesListin interfaceAgentSkillOrBuilder- Returns:
- A list containing the inputModes.
-
getInputModesCount
public int getInputModesCount()The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Specified by:
getInputModesCountin interfaceAgentSkillOrBuilder- Returns:
- The count of inputModes.
-
getInputModes
The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Specified by:
getInputModesin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The inputModes at the given index.
-
getInputModesBytes
public com.google.protobuf.ByteString getInputModesBytes(int index) The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Specified by:
getInputModesBytesin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputModes at the given index.
-
setInputModes
The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Parameters:
index- The index to set the value at.value- The inputModes to set.- Returns:
- This builder for chaining.
-
addInputModes
The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Parameters:
value- The inputModes to add.- Returns:
- This builder for chaining.
-
addAllInputModes
The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Parameters:
values- The inputModes to add.- Returns:
- This builder for chaining.
-
clearInputModes
The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Returns:
- This builder for chaining.
-
addInputModesBytes
The set of supported input media types for this skill, overriding the agent's defaults.
repeated string input_modes = 6;- Parameters:
value- The bytes of the inputModes to add.- Returns:
- This builder for chaining.
-
getOutputModesList
public com.google.protobuf.ProtocolStringList getOutputModesList()The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Specified by:
getOutputModesListin interfaceAgentSkillOrBuilder- Returns:
- A list containing the outputModes.
-
getOutputModesCount
public int getOutputModesCount()The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Specified by:
getOutputModesCountin interfaceAgentSkillOrBuilder- Returns:
- The count of outputModes.
-
getOutputModes
The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Specified by:
getOutputModesin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The outputModes at the given index.
-
getOutputModesBytes
public com.google.protobuf.ByteString getOutputModesBytes(int index) The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Specified by:
getOutputModesBytesin interfaceAgentSkillOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputModes at the given index.
-
setOutputModes
The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Parameters:
index- The index to set the value at.value- The outputModes to set.- Returns:
- This builder for chaining.
-
addOutputModes
The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Parameters:
value- The outputModes to add.- Returns:
- This builder for chaining.
-
addAllOutputModes
The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Parameters:
values- The outputModes to add.- Returns:
- This builder for chaining.
-
clearOutputModes
The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Returns:
- This builder for chaining.
-
addOutputModesBytes
The set of supported output media types for this skill, overriding the agent's defaults.
repeated string output_modes = 7;- Parameters:
value- The bytes of the outputModes to add.- Returns:
- This builder for chaining.
-
getSecurityRequirementsList
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8;- Specified by:
getSecurityRequirementsListin interfaceAgentSkillOrBuilder
-
getSecurityRequirementsCount
public int getSecurityRequirementsCount()Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8;- Specified by:
getSecurityRequirementsCountin interfaceAgentSkillOrBuilder
-
getSecurityRequirements
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8;- Specified by:
getSecurityRequirementsin interfaceAgentSkillOrBuilder
-
setSecurityRequirements
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
setSecurityRequirements
public AgentSkill.Builder setSecurityRequirements(int index, SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
addSecurityRequirements
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
addSecurityRequirements
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
addSecurityRequirements
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
addSecurityRequirements
public AgentSkill.Builder addSecurityRequirements(int index, SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
addAllSecurityRequirements
public AgentSkill.Builder addAllSecurityRequirements(Iterable<? extends SecurityRequirement> values) Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
clearSecurityRequirements
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
removeSecurityRequirements
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
getSecurityRequirementsBuilder
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
getSecurityRequirementsOrBuilder
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8;- Specified by:
getSecurityRequirementsOrBuilderin interfaceAgentSkillOrBuilder
-
getSecurityRequirementsOrBuilderList
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8;- Specified by:
getSecurityRequirementsOrBuilderListin interfaceAgentSkillOrBuilder
-
addSecurityRequirementsBuilder
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
addSecurityRequirementsBuilder
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8; -
getSecurityRequirementsBuilderList
Security schemes necessary for this skill.
repeated .lf.a2a.v1.SecurityRequirement security_requirements = 8;
-