Uses of Class
org.a2aproject.sdk.compat03.grpc.Security
Packages that use Security
-
Uses of Security in org.a2aproject.sdk.compat03.grpc
Methods in org.a2aproject.sdk.compat03.grpc that return SecurityModifier and TypeMethodDescriptionSecurity.Builder.build()Security.Builder.buildPartial()static SecuritySecurity.getDefaultInstance()Security.Builder.getDefaultInstanceForType()Security.getDefaultInstanceForType()AgentCard.Builder.getSecurity(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentCard.getSecurity(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentCardOrBuilder.getSecurity(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.getSecurity(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.getSecurity(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkillOrBuilder.getSecurity(int index) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.static SecuritySecurity.parseDelimitedFrom(InputStream input) static SecuritySecurity.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(byte[] data) static SecuritySecurity.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(com.google.protobuf.ByteString data) static SecuritySecurity.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(com.google.protobuf.CodedInputStream input) static SecuritySecurity.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(InputStream input) static SecuritySecurity.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(ByteBuffer data) static SecuritySecurity.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.compat03.grpc that return types with arguments of type SecurityModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Security>Security.getParserForType()AgentCard.Builder.getSecurityList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentCard.getSecurityList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentCardOrBuilder.getSecurityList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.getSecurityList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkill.getSecurityList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.AgentSkillOrBuilder.getSecurityList()protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.static com.google.protobuf.Parser<Security>Security.parser()Methods in org.a2aproject.sdk.compat03.grpc with parameters of type SecurityModifier and TypeMethodDescriptionAgentCard.Builder.addSecurity(int index, Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentCard.Builder.addSecurity(Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.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(Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.static Security.BuilderSecurity.newBuilder(Security prototype) AgentCard.Builder.setSecurity(int index, Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.setSecurity(int index, Security value) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.Method parameters in org.a2aproject.sdk.compat03.grpc with type arguments of type SecurityModifier and TypeMethodDescriptionAgentCard.Builder.addAllSecurity(Iterable<? extends Security> values) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security requirements for contacting the agent.AgentSkill.Builder.addAllSecurity(Iterable<? extends Security> values) protolint:disable REPEATED_FIELD_NAMES_PLURALIZED Security schemes necessary for the agent to leverage this skill.