Uses of Class
org.a2aproject.sdk.grpc.AgentCardSignature
Packages that use AgentCardSignature
-
Uses of AgentCardSignature in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AgentCardSignatureModifier and TypeMethodDescriptionAgentCardSignature.Builder.build()AgentCardSignature.Builder.buildPartial()static AgentCardSignatureAgentCardSignature.getDefaultInstance()AgentCardSignature.Builder.getDefaultInstanceForType()AgentCardSignature.getDefaultInstanceForType()AgentCard.Builder.getSignatures(int index) JSON Web Signatures computed for this `AgentCard`.AgentCard.getSignatures(int index) JSON Web Signatures computed for this `AgentCard`.AgentCardOrBuilder.getSignatures(int index) JSON Web Signatures computed for this `AgentCard`.static AgentCardSignatureAgentCardSignature.parseDelimitedFrom(InputStream input) static AgentCardSignatureAgentCardSignature.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardSignatureAgentCardSignature.parseFrom(byte[] data) static AgentCardSignatureAgentCardSignature.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardSignatureAgentCardSignature.parseFrom(com.google.protobuf.ByteString data) static AgentCardSignatureAgentCardSignature.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardSignatureAgentCardSignature.parseFrom(com.google.protobuf.CodedInputStream input) static AgentCardSignatureAgentCardSignature.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardSignatureAgentCardSignature.parseFrom(InputStream input) static AgentCardSignatureAgentCardSignature.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AgentCardSignatureAgentCardSignature.parseFrom(ByteBuffer data) static AgentCardSignatureAgentCardSignature.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type AgentCardSignatureModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AgentCardSignature>AgentCardSignature.getParserForType()AgentCard.Builder.getSignaturesList()JSON Web Signatures computed for this `AgentCard`.AgentCard.getSignaturesList()JSON Web Signatures computed for this `AgentCard`.AgentCardOrBuilder.getSignaturesList()JSON Web Signatures computed for this `AgentCard`.static com.google.protobuf.Parser<AgentCardSignature>AgentCardSignature.parser()Methods in org.a2aproject.sdk.grpc with parameters of type AgentCardSignatureModifier and TypeMethodDescriptionAgentCard.Builder.addSignatures(int index, AgentCardSignature value) JSON Web Signatures computed for this `AgentCard`.AgentCard.Builder.addSignatures(AgentCardSignature value) JSON Web Signatures computed for this `AgentCard`.AgentCardSignature.Builder.mergeFrom(AgentCardSignature other) static AgentCardSignature.BuilderAgentCardSignature.newBuilder(AgentCardSignature prototype) AgentCard.Builder.setSignatures(int index, AgentCardSignature value) JSON Web Signatures computed for this `AgentCard`.Method parameters in org.a2aproject.sdk.grpc with type arguments of type AgentCardSignatureModifier and TypeMethodDescriptionAgentCard.Builder.addAllSignatures(Iterable<? extends AgentCardSignature> values) JSON Web Signatures computed for this `AgentCard`. -
Uses of AgentCardSignature in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AgentCardSignatureModifier and TypeMethodDescriptionAgentCardSignatureMapper.toProto(AgentCardSignature domain) Converts domain AgentCardSignature to proto AgentCardSignature.AgentCardSignatureMapperImpl.toProto(AgentCardSignature domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AgentCardSignatureModifier and TypeMethodDescriptionAgentCardSignatureMapper.fromProto(AgentCardSignature proto) Converts proto AgentCardSignature to domain AgentCardSignature.AgentCardSignatureMapperImpl.fromProto(AgentCardSignature proto) Method parameters in org.a2aproject.sdk.grpc.mapper with type arguments of type AgentCardSignatureModifier and TypeMethodDescriptionprotected List<AgentCardSignature>AgentCardMapperImpl.agentCardSignatureListToAgentCardSignatureList(List<AgentCardSignature> list)