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. -
: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
2905 2906 2907 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2905 def accept_hub_spoke @accept_hub_spoke end |
#accept_spoke_update ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for accept_spoke_update
2910 2911 2912 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2910 def accept_spoke_update @accept_spoke_update end |
#create_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_hub
2855 2856 2857 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2855 def create_hub @create_hub end |
#create_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_spoke
2890 2891 2892 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2890 def create_spoke @create_spoke end |
#delete_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_hub
2865 2866 2867 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2865 def delete_hub @delete_hub end |
#delete_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_spoke
2920 2921 2922 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2920 def delete_spoke @delete_spoke end |
#get_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_group
2945 2946 2947 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2945 def get_group @get_group end |
#get_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_hub
2850 2851 2852 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2850 def get_hub @get_hub end |
#get_route ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_route
2930 2931 2932 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2930 def get_route @get_route end |
#get_route_table ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_route_table
2925 2926 2927 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2925 def get_route_table @get_route_table end |
#get_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_spoke
2885 2886 2887 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2885 def get_spoke @get_spoke end |
#list_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_groups
2950 2951 2952 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2950 def list_groups @list_groups end |
#list_hub_spokes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_hub_spokes
2870 2871 2872 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2870 def list_hub_spokes @list_hub_spokes end |
#list_hubs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_hubs
2845 2846 2847 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2845 def list_hubs @list_hubs end |
#list_route_tables ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_route_tables
2940 2941 2942 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2940 def list_route_tables @list_route_tables end |
#list_routes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_routes
2935 2936 2937 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2935 def list_routes @list_routes end |
#list_spokes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_spokes
2880 2881 2882 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2880 def list_spokes @list_spokes end |
#query_hub_status ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for query_hub_status
2875 2876 2877 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2875 def query_hub_status @query_hub_status end |
#reject_hub_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reject_hub_spoke
2900 2901 2902 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2900 def reject_hub_spoke @reject_hub_spoke end |
#reject_spoke_update ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reject_spoke_update
2915 2916 2917 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2915 def reject_spoke_update @reject_spoke_update end |
#update_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_group
2955 2956 2957 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2955 def update_group @update_group end |
#update_hub ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_hub
2860 2861 2862 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2860 def update_hub @update_hub end |
#update_spoke ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_spoke
2895 2896 2897 |
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2895 def update_spoke @update_spoke end |