Class: Google::Cloud::NetworkConnectivity::V1beta::HubService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1beta::HubService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb
Overview
Configuration RPC class for the HubService 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 gRPC 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
-
#accept_hub_spoke ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
accept_hub_spoke. -
#accept_spoke_update ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
accept_spoke_update. -
#create_gateway_advertised_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_gateway_advertised_route. -
#create_hub ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_hub. -
#create_spoke ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_spoke. -
#delete_gateway_advertised_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_gateway_advertised_route. -
#delete_hub ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_hub. -
#delete_spoke ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_spoke. -
#get_gateway_advertised_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_gateway_advertised_route. -
#get_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_group. -
#get_hub ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_hub. -
#get_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_route. -
#get_route_table ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_route_table. -
#get_spoke ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_spoke. -
#list_gateway_advertised_routes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_gateway_advertised_routes. -
#list_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_groups. -
#list_hub_spokes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_hub_spokes. -
#list_hubs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_hubs. -
#list_route_tables ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_route_tables. -
#list_routes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_routes. -
#list_spokes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_spokes. -
#query_hub_status ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
query_hub_status. -
#reject_hub_spoke ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
reject_hub_spoke. -
#reject_spoke_update ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
reject_spoke_update. -
#update_gateway_advertised_route ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_gateway_advertised_route. -
#update_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_group. -
#update_hub ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_hub. -
#update_spoke ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_spoke.
Instance Attribute Details
#accept_hub_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for accept_hub_spoke
3438 3439 3440 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3438 def accept_hub_spoke @accept_hub_spoke end |
#accept_spoke_update ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for accept_spoke_update
3443 3444 3445 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3443 def accept_spoke_update @accept_spoke_update end |
#create_gateway_advertised_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_gateway_advertised_route
3493 3494 3495 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3493 def create_gateway_advertised_route @create_gateway_advertised_route end |
#create_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_hub
3388 3389 3390 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3388 def create_hub @create_hub end |
#create_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_spoke
3423 3424 3425 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3423 def create_spoke @create_spoke end |
#delete_gateway_advertised_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_gateway_advertised_route
3513 3514 3515 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3513 def delete_gateway_advertised_route @delete_gateway_advertised_route end |
#delete_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_hub
3398 3399 3400 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3398 def delete_hub @delete_hub end |
#delete_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_spoke
3453 3454 3455 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3453 def delete_spoke @delete_spoke end |
#get_gateway_advertised_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_gateway_advertised_route
3498 3499 3500 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3498 def get_gateway_advertised_route @get_gateway_advertised_route end |
#get_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_group
3478 3479 3480 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3478 def get_group @get_group end |
#get_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_hub
3383 3384 3385 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3383 def get_hub @get_hub end |
#get_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_route
3463 3464 3465 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3463 def get_route @get_route end |
#get_route_table ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_route_table
3458 3459 3460 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3458 def get_route_table @get_route_table end |
#get_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_spoke
3418 3419 3420 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3418 def get_spoke @get_spoke end |
#list_gateway_advertised_routes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_gateway_advertised_routes
3503 3504 3505 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3503 def list_gateway_advertised_routes @list_gateway_advertised_routes end |
#list_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_groups
3483 3484 3485 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3483 def list_groups @list_groups end |
#list_hub_spokes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_hub_spokes
3403 3404 3405 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3403 def list_hub_spokes @list_hub_spokes end |
#list_hubs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_hubs
3378 3379 3380 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3378 def list_hubs @list_hubs end |
#list_route_tables ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_route_tables
3473 3474 3475 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3473 def list_route_tables @list_route_tables end |
#list_routes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_routes
3468 3469 3470 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3468 def list_routes @list_routes end |
#list_spokes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_spokes
3413 3414 3415 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3413 def list_spokes @list_spokes end |
#query_hub_status ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for query_hub_status
3408 3409 3410 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3408 def query_hub_status @query_hub_status end |
#reject_hub_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reject_hub_spoke
3433 3434 3435 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3433 def reject_hub_spoke @reject_hub_spoke end |
#reject_spoke_update ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reject_spoke_update
3448 3449 3450 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3448 def reject_spoke_update @reject_spoke_update end |
#update_gateway_advertised_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_gateway_advertised_route
3508 3509 3510 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3508 def update_gateway_advertised_route @update_gateway_advertised_route end |
#update_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_group
3488 3489 3490 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3488 def update_group @update_group end |
#update_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_hub
3393 3394 3395 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3393 def update_hub @update_hub end |
#update_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_spoke
3428 3429 3430 |
# File 'lib/google/cloud/network_connectivity/v1beta/hub_service/client.rb', line 3428 def update_spoke @update_spoke end |