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. -
: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
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
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
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
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
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 |