Package org.a2aproject.sdk.compat03.grpc
Interface AgentCapabilitiesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AgentCapabilities,AgentCapabilities.Builder
@Generated
public interface AgentCapabilitiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExtensions(int index) Extensions supported by this agent.intExtensions supported by this agent.Extensions supported by this agent.getExtensionsOrBuilder(int index) Extensions supported by this agent.List<? extends AgentExtensionOrBuilder>Extensions supported by this agent.booleanIf the agent can send push notifications to the clients webhookbooleanIf the agent will support streaming responsesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStreaming
boolean getStreaming()If the agent will support streaming responses
bool streaming = 1;- Returns:
- The streaming.
-
getPushNotifications
boolean getPushNotifications()If the agent can send push notifications to the clients webhook
bool push_notifications = 2;- Returns:
- The pushNotifications.
-
getExtensionsList
List<AgentExtension> getExtensionsList()Extensions supported by this agent.
repeated .a2a.v1.AgentExtension extensions = 3; -
getExtensions
Extensions supported by this agent.
repeated .a2a.v1.AgentExtension extensions = 3; -
getExtensionsCount
int getExtensionsCount()Extensions supported by this agent.
repeated .a2a.v1.AgentExtension extensions = 3; -
getExtensionsOrBuilderList
List<? extends AgentExtensionOrBuilder> getExtensionsOrBuilderList()Extensions supported by this agent.
repeated .a2a.v1.AgentExtension extensions = 3; -
getExtensionsOrBuilder
Extensions supported by this agent.
repeated .a2a.v1.AgentExtension extensions = 3;
-