Class: Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Rest::Client::Configuration::Rpcs
- 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. -
: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
-
#cancel_order ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
cancel_order. -
#get_order ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_order. -
#list_orders ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_orders. -
#modify_order ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
modify_order. -
#place_order ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
place_order.
Instance Attribute Details
#cancel_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for cancel_order
879 880 881 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 879 def cancel_order @cancel_order end |
#get_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_order
864 865 866 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 864 def get_order @get_order end |
#list_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_orders
869 870 871 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 869 def list_orders @list_orders end |
#modify_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for modify_order
874 875 876 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 874 def modify_order @modify_order end |
#place_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for place_order
859 860 861 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/rest/client.rb', line 859 def place_order @place_order end |