Interface AgentDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AgentData, AgentData.Builder

@Generated public interface AgentDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAgentsCount

      int getAgentsCount()
       Optional. A map containing the static configurations for each agent in the
       system. Key: agent_id (matches the `author` field in events). Value: The
       static configuration of the agent.
       
      map<string, .google.cloud.aiplatform.v1beta1.AgentConfig> agents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • containsAgents

      boolean containsAgents(String key)
       Optional. A map containing the static configurations for each agent in the
       system. Key: agent_id (matches the `author` field in events). Value: The
       static configuration of the agent.
       
      map<string, .google.cloud.aiplatform.v1beta1.AgentConfig> agents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getAgents

      Deprecated.
      Use getAgentsMap() instead.
    • getAgentsMap

      Map<String,AgentConfig> getAgentsMap()
       Optional. A map containing the static configurations for each agent in the
       system. Key: agent_id (matches the `author` field in events). Value: The
       static configuration of the agent.
       
      map<string, .google.cloud.aiplatform.v1beta1.AgentConfig> agents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getAgentsOrDefault

      AgentConfig getAgentsOrDefault(String key, AgentConfig defaultValue)
       Optional. A map containing the static configurations for each agent in the
       system. Key: agent_id (matches the `author` field in events). Value: The
       static configuration of the agent.
       
      map<string, .google.cloud.aiplatform.v1beta1.AgentConfig> agents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getAgentsOrThrow

      AgentConfig getAgentsOrThrow(String key)
       Optional. A map containing the static configurations for each agent in the
       system. Key: agent_id (matches the `author` field in events). Value: The
       static configuration of the agent.
       
      map<string, .google.cloud.aiplatform.v1beta1.AgentConfig> agents = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsList

      List<ConversationTurn> getTurnsList()
       Optional. A chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.ConversationTurn turns = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getTurns

      ConversationTurn getTurns(int index)
       Optional. A chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.ConversationTurn turns = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsCount

      int getTurnsCount()
       Optional. A chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.ConversationTurn turns = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsOrBuilderList

      List<? extends ConversationTurnOrBuilder> getTurnsOrBuilderList()
       Optional. A chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.ConversationTurn turns = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getTurnsOrBuilder

      ConversationTurnOrBuilder getTurnsOrBuilder(int index)
       Optional. A chronological list of conversation turns.
       Each turn represents a logical execution cycle (e.g., User Input -> Agent
       Response).
       
      repeated .google.cloud.aiplatform.v1beta1.ConversationTurn turns = 2 [(.google.api.field_behavior) = OPTIONAL];