Class: Google::Cloud::Developerconnect::V1::InsightsConfigService::Rest::Client::Configuration::Rpcs

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

Instance Attribute Details

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

RPC-specific configuration for create_insights_config

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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