Class: Google::Maps::FleetEngine::V1::VehicleService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::VehicleService::Client::Configuration::Rpcs
- Defined in:
- lib/google/maps/fleet_engine/v1/vehicle_service/client.rb
Overview
Configuration RPC class for the VehicleService 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
-
#create_vehicle ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_vehicle. -
#delete_vehicle ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_vehicle. -
#get_vehicle ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_vehicle. -
#list_vehicles ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_vehicles. -
#search_vehicles ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_vehicles. -
#update_vehicle ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_vehicle. -
#update_vehicle_attributes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_vehicle_attributes.
Instance Attribute Details
#create_vehicle ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_vehicle
1403 1404 1405 |
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/client.rb', line 1403 def create_vehicle @create_vehicle end |
#delete_vehicle ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_vehicle
1413 1414 1415 |
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/client.rb', line 1413 def delete_vehicle @delete_vehicle end |
#get_vehicle ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vehicle
1408 1409 1410 |
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/client.rb', line 1408 def get_vehicle @get_vehicle end |
#list_vehicles ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_vehicles
1428 1429 1430 |
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/client.rb', line 1428 def list_vehicles @list_vehicles end |
#search_vehicles ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_vehicles
1433 1434 1435 |
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/client.rb', line 1433 def search_vehicles @search_vehicles end |
#update_vehicle ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_vehicle
1418 1419 1420 |
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/client.rb', line 1418 def update_vehicle @update_vehicle end |
#update_vehicle_attributes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_vehicle_attributes
1423 1424 1425 |
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/client.rb', line 1423 def update_vehicle_attributes @update_vehicle_attributes end |