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 Type
    Method
    Description
    getExtensions(int index)
    Extensions supported by this agent.
    int
    Extensions supported by this agent.
    Extensions supported by this agent.
    Extensions supported by this agent.
    Extensions supported by this agent.
    boolean
    If the agent can send push notifications to the clients webhook
    boolean
    If the agent will support streaming responses

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      AgentExtension getExtensions(int index)
       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

      AgentExtensionOrBuilder getExtensionsOrBuilder(int index)
       Extensions supported by this agent.
       
      repeated .a2a.v1.AgentExtension extensions = 3;