Uses of Class
com.google.genai.gaos.models.agents.AgentListResponse
Packages that use AgentListResponse
Package
Description
-
Uses of AgentListResponse in com.google.genai.gaos.models.agents
Methods in com.google.genai.gaos.models.agents that return AgentListResponseModifier and TypeMethodDescriptionAgentListResponse.Builder.build()AgentListResponse.withAgents(List<Agent> agents) AgentListResponse.withNextPageToken(String nextPageToken) -
Uses of AgentListResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type AgentListResponseMethods in com.google.genai.gaos.models.operations with parameters of type AgentListResponseModifier and TypeMethodDescriptionListAgentsResponse.Builder.agentListResponse(AgentListResponse agentListResponse) Successful operationListAgentsResponse.withAgentListResponse(AgentListResponse agentListResponse) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type AgentListResponseModifierConstructorDescriptionListAgentsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, AgentListResponse agentListResponse) -
Uses of AgentListResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type AgentListResponseMethods in com.google.genai.gaos.models.operations.async with parameters of type AgentListResponseModifier and TypeMethodDescriptionListAgentsResponse.Builder.agentListResponse(AgentListResponse agentListResponse) Successful operationListAgentsResponse.withAgentListResponse(AgentListResponse agentListResponse) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type AgentListResponseModifierConstructorDescriptionListAgentsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, AgentListResponse agentListResponse)