Class: Google::Maps::FleetEngine::V1::TripService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::TripService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb
Overview
Configuration RPC class for the TripService 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
-
#create_trip ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_trip
. -
#get_trip ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_trip
. -
#report_billable_trip ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
report_billable_trip
. -
#search_trips ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_trips
. -
#update_trip ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_trip
.
Instance Attribute Details
#create_trip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_trip
893 894 895 |
# File 'lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb', line 893 def create_trip @create_trip end |
#get_trip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_trip
898 899 900 |
# File 'lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb', line 898 def get_trip @get_trip end |
#report_billable_trip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for report_billable_trip
903 904 905 |
# File 'lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb', line 903 def report_billable_trip @report_billable_trip end |
#search_trips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_trips
908 909 910 |
# File 'lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb', line 908 def search_trips @search_trips end |
#update_trip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_trip
913 914 915 |
# File 'lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb', line 913 def update_trip @update_trip end |