Class: Google::Cloud::ApiGateway::V1::ApiGatewayService::Client::Configuration::Rpcs

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

Overview

Configuration RPC class for the ApiGatewayService 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

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

RPC-specific configuration for create_api

Returns:



1915
1916
1917
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1915

def create_api
  @create_api
end

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

RPC-specific configuration for create_api_config

Returns:



1940
1941
1942
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1940

def create_api_config
  @create_api_config
end

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

RPC-specific configuration for create_gateway

Returns:



1890
1891
1892
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1890

def create_gateway
  @create_gateway
end

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

RPC-specific configuration for delete_api

Returns:



1925
1926
1927
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1925

def delete_api
  @delete_api
end

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

RPC-specific configuration for delete_api_config

Returns:



1950
1951
1952
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1950

def delete_api_config
  @delete_api_config
end

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

RPC-specific configuration for delete_gateway

Returns:



1900
1901
1902
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1900

def delete_gateway
  @delete_gateway
end

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

RPC-specific configuration for get_api

Returns:



1910
1911
1912
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1910

def get_api
  @get_api
end

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

RPC-specific configuration for get_api_config

Returns:



1935
1936
1937
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1935

def get_api_config
  @get_api_config
end

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

RPC-specific configuration for get_gateway

Returns:



1885
1886
1887
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1885

def get_gateway
  @get_gateway
end

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

RPC-specific configuration for list_api_configs

Returns:



1930
1931
1932
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1930

def list_api_configs
  @list_api_configs
end

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

RPC-specific configuration for list_apis

Returns:



1905
1906
1907
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1905

def list_apis
  @list_apis
end

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

RPC-specific configuration for list_gateways

Returns:



1880
1881
1882
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1880

def list_gateways
  @list_gateways
end

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

RPC-specific configuration for update_api

Returns:



1920
1921
1922
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1920

def update_api
  @update_api
end

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

RPC-specific configuration for update_api_config

Returns:



1945
1946
1947
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1945

def update_api_config
  @update_api_config
end

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

RPC-specific configuration for update_gateway

Returns:



1895
1896
1897
# File 'lib/google/cloud/api_gateway/v1/api_gateway_service/client.rb', line 1895

def update_gateway
  @update_gateway
end