Uses of Class
org.a2aproject.sdk.grpc.AgentExtension.Builder
Packages that use AgentExtension.Builder
-
Uses of AgentExtension.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AgentExtension.BuilderModifier and TypeMethodDescriptionAgentCapabilities.Builder.addExtensionsBuilder()A list of protocol extensions supported by the agent.AgentCapabilities.Builder.addExtensionsBuilder(int index) A list of protocol extensions supported by the agent.AgentExtension.Builder.clear()AgentExtension.Builder.clearDescription()A human-readable description of how this agent uses the extension.AgentExtension.Builder.clearParams()Optional.AgentExtension.Builder.clearRequired()If true, the client must understand and comply with the extension's requirements.AgentExtension.Builder.clearUri()The unique URI identifying the extension.AgentCapabilities.Builder.getExtensionsBuilder(int index) A list of protocol extensions supported by the agent.AgentExtension.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AgentExtension.Builder.mergeFrom(com.google.protobuf.Message other) AgentExtension.Builder.mergeFrom(AgentExtension other) AgentExtension.Builder.mergeParams(com.google.protobuf.Struct value) Optional.static AgentExtension.BuilderAgentExtension.newBuilder()static AgentExtension.BuilderAgentExtension.newBuilder(AgentExtension prototype) AgentExtension.newBuilderForType()protected AgentExtension.BuilderAgentExtension.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AgentExtension.Builder.setDescription(String value) A human-readable description of how this agent uses the extension.AgentExtension.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A human-readable description of how this agent uses the extension.AgentExtension.Builder.setParams(com.google.protobuf.Struct value) Optional.AgentExtension.Builder.setParams(com.google.protobuf.Struct.Builder builderForValue) Optional.AgentExtension.Builder.setRequired(boolean value) If true, the client must understand and comply with the extension's requirements.The unique URI identifying the extension.AgentExtension.Builder.setUriBytes(com.google.protobuf.ByteString value) The unique URI identifying the extension.AgentExtension.toBuilder()Methods in org.a2aproject.sdk.grpc that return types with arguments of type AgentExtension.BuilderModifier and TypeMethodDescriptionAgentCapabilities.Builder.getExtensionsBuilderList()A list of protocol extensions supported by the agent.Methods in org.a2aproject.sdk.grpc with parameters of type AgentExtension.BuilderModifier and TypeMethodDescriptionAgentCapabilities.Builder.addExtensions(int index, AgentExtension.Builder builderForValue) A list of protocol extensions supported by the agent.AgentCapabilities.Builder.addExtensions(AgentExtension.Builder builderForValue) A list of protocol extensions supported by the agent.AgentCapabilities.Builder.setExtensions(int index, AgentExtension.Builder builderForValue) A list of protocol extensions supported by the agent.