Class: Google::Cloud::Developerconnect::V1::InsightsConfigService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::InsightsConfigService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb
Overview
Configuration RPC class for the InsightsConfigService 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 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
-
#create_insights_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_insights_config
. -
#delete_insights_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_insights_config
. -
#get_insights_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_insights_config
. -
#list_insights_configs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_insights_configs
. -
#update_insights_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_insights_config
.
Instance Attribute Details
#create_insights_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_insights_config
863 864 865 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 863 def create_insights_config @create_insights_config end |
#delete_insights_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_insights_config
878 879 880 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 878 def delete_insights_config @delete_insights_config end |
#get_insights_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_insights_config
868 869 870 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 868 def get_insights_config @get_insights_config end |
#list_insights_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_insights_configs
858 859 860 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 858 def list_insights_configs @list_insights_configs end |
#update_insights_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_insights_config
873 874 875 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 873 def update_insights_config @update_insights_config end |