Class: Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb

Overview

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

Instance Attribute Details

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

RPC-specific configuration for cancel_order

Returns:

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


870
871
872
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 870

def cancel_order
  @cancel_order
end

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

RPC-specific configuration for get_order

Returns:

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


855
856
857
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 855

def get_order
  @get_order
end

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

RPC-specific configuration for list_orders

Returns:

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


860
861
862
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 860

def list_orders
  @list_orders
end

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

RPC-specific configuration for modify_order

Returns:

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


865
866
867
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 865

def modify_order
  @modify_order
end

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

RPC-specific configuration for place_order

Returns:

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


850
851
852
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 850

def place_order
  @place_order
end