Class: Google::Cloud::NetworkConnectivity::V1::HubService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

RPC-specific configuration for accept_hub_spoke

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


2897
2898
2899
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2897

def update_spoke
  @update_spoke
end