Uses of Class
org.a2aproject.sdk.compat03.grpc.Security.Builder
Packages that use Security.Builder
-
Uses of Security.Builder in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return Security.BuilderModifier and TypeMethodDescriptionAgentCard.Builder.addSecurityBuilder()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentCard.Builder.addSecurityBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.addSecurityBuilder()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.Builder.addSecurityBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.Security.Builder.clear()Security.Builder.clearSchemes()AgentCard.Builder.getSecurityBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.getSecurityBuilder(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.Security.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Security.Builder.mergeFrom(com.google.protobuf.Message other) static Security.BuilderSecurity.newBuilder()static Security.BuilderSecurity.newBuilder(Security prototype) Security.newBuilderForType()protected Security.BuilderSecurity.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Security.Builder.putAllSchemes(Map<String, StringList> values) map<string, .a2a.v1.StringList> schemes = 1;Security.Builder.putSchemes(String key, StringList value) map<string, .a2a.v1.StringList> schemes = 1;Security.Builder.removeSchemes(String key) map<string, .a2a.v1.StringList> schemes = 1;Security.toBuilder()Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type Security.BuilderModifier and TypeMethodDescriptionAgentCard.Builder.getSecurityBuilderList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.getSecurityBuilderList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.Methods in org.a2aproject.sdk.compat03.grpc with parameters of type Security.BuilderModifier and TypeMethodDescriptionAgentCard.Builder.addSecurity(int index, Security.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentCard.Builder.addSecurity(Security.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.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.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentCard.Builder.setSecurity(int index, Security.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.setSecurity(int index, Security.Builder builderForValue) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.