Class: Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/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 gRPC 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
956 957 958 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/client.rb', line 956 def cancel_order @cancel_order end |
#get_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_order
941 942 943 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/client.rb', line 941 def get_order @get_order end |
#list_orders ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_orders
946 947 948 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/client.rb', line 946 def list_orders @list_orders end |
#modify_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for modify_order
951 952 953 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/client.rb', line 951 def modify_order @modify_order end |
#place_order ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for place_order
936 937 938 |
# File 'lib/google/cloud/commerce/consumer/procurement/v1/consumer_procurement_service/client.rb', line 936 def place_order @place_order end |