Classes
AgentRegistryClient
Service for managing Agents, Endpoints, McpServers, Services, and Bindings.
AgentRegistryConnection
The AgentRegistryConnection object for AgentRegistryClient.
AgentRegistryConnectionIdempotencyPolicy
AgentRegistryLimitedErrorCountRetryPolicy
A retry policy for AgentRegistryConnection based on counting errors.
AgentRegistryLimitedTimeRetryPolicy
A retry policy for AgentRegistryConnection based on elapsed time.
AgentRegistryRetryPolicy
The retry policy for AgentRegistryConnection.
Structs
AgentRegistryBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
AgentRegistryConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
AgentRegistryPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
AgentRegistryRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeAgentRegistryConnection(Options)
A factory function to construct an object of type AgentRegistryConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AgentRegistryClient.
The optional options argument may be used to configure aspects of the returned AgentRegistryConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< AgentRegistryConnection > |
|
MakeDefaultAgentRegistryConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AgentRegistryConnectionIdempotencyPolicy > |
|