Class: Google::Ads::AdManager::V1::SuggestedAdUnitService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/ads/ad_manager/v1/suggested_ad_unit_service/rest/client.rb

Overview

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

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

RPC-specific configuration for batch_approve_suggested_ad_units

Returns:

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


614
615
616
# File 'lib/google/ads/ad_manager/v1/suggested_ad_unit_service/rest/client.rb', line 614

def batch_approve_suggested_ad_units
  @batch_approve_suggested_ad_units
end

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

RPC-specific configuration for get_suggested_ad_unit

Returns:

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


604
605
606
# File 'lib/google/ads/ad_manager/v1/suggested_ad_unit_service/rest/client.rb', line 604

def get_suggested_ad_unit
  @get_suggested_ad_unit
end

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

RPC-specific configuration for list_suggested_ad_units

Returns:

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


609
610
611
# File 'lib/google/ads/ad_manager/v1/suggested_ad_unit_service/rest/client.rb', line 609

def list_suggested_ad_units
  @list_suggested_ad_units
end