Class: Google::Cloud::NetworkConnectivity::V1::HubService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::HubService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/network_connectivity/v1/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_hub ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_hub. -
#create_spoke ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_spoke. -
#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_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_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_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
2907 2908 2909 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2907 def accept_hub_spoke @accept_hub_spoke end |
#accept_spoke_update ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for accept_spoke_update
2912 2913 2914 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2912 def accept_spoke_update @accept_spoke_update end |
#create_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_hub
2857 2858 2859 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2857 def create_hub @create_hub end |
#create_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_spoke
2892 2893 2894 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2892 def create_spoke @create_spoke end |
#delete_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_hub
2867 2868 2869 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2867 def delete_hub @delete_hub end |
#delete_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_spoke
2922 2923 2924 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2922 def delete_spoke @delete_spoke end |
#get_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_group
2947 2948 2949 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2947 def get_group @get_group end |
#get_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_hub
2852 2853 2854 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2852 def get_hub @get_hub end |
#get_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_route
2932 2933 2934 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2932 def get_route @get_route end |
#get_route_table ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_route_table
2927 2928 2929 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2927 def get_route_table @get_route_table end |
#get_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_spoke
2887 2888 2889 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2887 def get_spoke @get_spoke end |
#list_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_groups
2952 2953 2954 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2952 def list_groups @list_groups end |
#list_hub_spokes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_hub_spokes
2872 2873 2874 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2872 def list_hub_spokes @list_hub_spokes end |
#list_hubs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_hubs
2847 2848 2849 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2847 def list_hubs @list_hubs end |
#list_route_tables ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_route_tables
2942 2943 2944 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2942 def list_route_tables @list_route_tables end |
#list_routes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_routes
2937 2938 2939 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2937 def list_routes @list_routes end |
#list_spokes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_spokes
2882 2883 2884 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2882 def list_spokes @list_spokes end |
#query_hub_status ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for query_hub_status
2877 2878 2879 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2877 def query_hub_status @query_hub_status end |
#reject_hub_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reject_hub_spoke
2902 2903 2904 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2902 def reject_hub_spoke @reject_hub_spoke end |
#reject_spoke_update ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reject_spoke_update
2917 2918 2919 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2917 def reject_spoke_update @reject_spoke_update end |
#update_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_group
2957 2958 2959 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2957 def update_group @update_group end |
#update_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_hub
2862 2863 2864 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2862 def update_hub @update_hub end |
#update_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_spoke
2897 2898 2899 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2897 def update_spoke @update_spoke end |