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. -
: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
-
#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_deployment_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment_event. -
#get_insights_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_insights_config. -
#list_deployment_events ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployment_events. -
#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
1045 1046 1047 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 1045 def create_insights_config @create_insights_config end |
#delete_insights_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_insights_config
1060 1061 1062 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 1060 def delete_insights_config @delete_insights_config end |
#get_deployment_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment_event
1065 1066 1067 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 1065 def get_deployment_event @get_deployment_event end |
#get_insights_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_insights_config
1050 1051 1052 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 1050 def get_insights_config @get_insights_config end |
#list_deployment_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployment_events
1070 1071 1072 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 1070 def list_deployment_events @list_deployment_events end |
#list_insights_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_insights_configs
1040 1041 1042 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 1040 def list_insights_configs @list_insights_configs end |
#update_insights_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_insights_config
1055 1056 1057 |
# File 'lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb', line 1055 def update_insights_config @update_insights_config end |