Class: Google::Cloud::AgentRegistry::V1::AgentRegistry::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb

Overview

Configuration RPC class for the AgentRegistry API.

Includes fields providing the configuration for each RPC in this service. Each configuration object is of type Gapic::Config::Method and includes the following configuration fields:

  • timeout (type: Numeric) - The call timeout in seconds
  • metadata (type: Hash{Symbol=>String}) - Additional headers
  • retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:
    • :initial_delay (type: Numeric) - The initial delay in seconds.
    • :max_delay (type: Numeric) - The max delay in seconds.
    • :multiplier (type: Numeric) - The incremental backoff multiplier.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

#create_binding::Gapic::Config::Method (readonly)

RPC-specific configuration for create_binding

Returns:

  • (::Gapic::Config::Method)


2415
2416
2417
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2415

def create_binding
  @create_binding
end

#create_service::Gapic::Config::Method (readonly)

RPC-specific configuration for create_service

Returns:

  • (::Gapic::Config::Method)


2390
2391
2392
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2390

def create_service
  @create_service
end

#delete_binding::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_binding

Returns:

  • (::Gapic::Config::Method)


2425
2426
2427
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2425

def delete_binding
  @delete_binding
end

#delete_service::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_service

Returns:

  • (::Gapic::Config::Method)


2400
2401
2402
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2400

def delete_service
  @delete_service
end

#fetch_available_bindings::Gapic::Config::Method (readonly)

RPC-specific configuration for fetch_available_bindings

Returns:

  • (::Gapic::Config::Method)


2430
2431
2432
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2430

def fetch_available_bindings
  @fetch_available_bindings
end

#get_agent::Gapic::Config::Method (readonly)

RPC-specific configuration for get_agent

Returns:

  • (::Gapic::Config::Method)


2350
2351
2352
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2350

def get_agent
  @get_agent
end

#get_binding::Gapic::Config::Method (readonly)

RPC-specific configuration for get_binding

Returns:

  • (::Gapic::Config::Method)


2410
2411
2412
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2410

def get_binding
  @get_binding
end

#get_endpoint::Gapic::Config::Method (readonly)

RPC-specific configuration for get_endpoint

Returns:

  • (::Gapic::Config::Method)


2360
2361
2362
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2360

def get_endpoint
  @get_endpoint
end

#get_mcp_server::Gapic::Config::Method (readonly)

RPC-specific configuration for get_mcp_server

Returns:

  • (::Gapic::Config::Method)


2375
2376
2377
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2375

def get_mcp_server
  @get_mcp_server
end

#get_service::Gapic::Config::Method (readonly)

RPC-specific configuration for get_service

Returns:

  • (::Gapic::Config::Method)


2385
2386
2387
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2385

def get_service
  @get_service
end

#list_agents::Gapic::Config::Method (readonly)

RPC-specific configuration for list_agents

Returns:

  • (::Gapic::Config::Method)


2340
2341
2342
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2340

def list_agents
  @list_agents
end

#list_bindings::Gapic::Config::Method (readonly)

RPC-specific configuration for list_bindings

Returns:

  • (::Gapic::Config::Method)


2405
2406
2407
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2405

def list_bindings
  @list_bindings
end

#list_endpoints::Gapic::Config::Method (readonly)

RPC-specific configuration for list_endpoints

Returns:

  • (::Gapic::Config::Method)


2355
2356
2357
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2355

def list_endpoints
  @list_endpoints
end

#list_mcp_servers::Gapic::Config::Method (readonly)

RPC-specific configuration for list_mcp_servers

Returns:

  • (::Gapic::Config::Method)


2365
2366
2367
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2365

def list_mcp_servers
  @list_mcp_servers
end

#list_services::Gapic::Config::Method (readonly)

RPC-specific configuration for list_services

Returns:

  • (::Gapic::Config::Method)


2380
2381
2382
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2380

def list_services
  @list_services
end

#search_agents::Gapic::Config::Method (readonly)

RPC-specific configuration for search_agents

Returns:

  • (::Gapic::Config::Method)


2345
2346
2347
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2345

def search_agents
  @search_agents
end

#search_mcp_servers::Gapic::Config::Method (readonly)

RPC-specific configuration for search_mcp_servers

Returns:

  • (::Gapic::Config::Method)


2370
2371
2372
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2370

def search_mcp_servers
  @search_mcp_servers
end

#update_binding::Gapic::Config::Method (readonly)

RPC-specific configuration for update_binding

Returns:

  • (::Gapic::Config::Method)


2420
2421
2422
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2420

def update_binding
  @update_binding
end

#update_service::Gapic::Config::Method (readonly)

RPC-specific configuration for update_service

Returns:

  • (::Gapic::Config::Method)


2395
2396
2397
# File 'lib/google/cloud/agent_registry/v1/agent_registry/rest/client.rb', line 2395

def update_service
  @update_service
end