Class: Google::Maps::FleetEngine::V1::VehicleService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/maps/fleet_engine/v1/vehicle_service/rest/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 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

Instance Attribute Details

#create_vehicle::Gapic::Config::Method (readonly)

RPC-specific configuration for create_vehicle

Returns:

  • (::Gapic::Config::Method)


1303
1304
1305
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb', line 1303

def create_vehicle
  @create_vehicle
end

#delete_vehicle::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_vehicle

Returns:

  • (::Gapic::Config::Method)


1313
1314
1315
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb', line 1313

def delete_vehicle
  @delete_vehicle
end

#get_vehicle::Gapic::Config::Method (readonly)

RPC-specific configuration for get_vehicle

Returns:

  • (::Gapic::Config::Method)


1308
1309
1310
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb', line 1308

def get_vehicle
  @get_vehicle
end

#list_vehicles::Gapic::Config::Method (readonly)

RPC-specific configuration for list_vehicles

Returns:

  • (::Gapic::Config::Method)


1328
1329
1330
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb', line 1328

def list_vehicles
  @list_vehicles
end

#search_vehicles::Gapic::Config::Method (readonly)

RPC-specific configuration for search_vehicles

Returns:

  • (::Gapic::Config::Method)


1333
1334
1335
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb', line 1333

def search_vehicles
  @search_vehicles
end

#update_vehicle::Gapic::Config::Method (readonly)

RPC-specific configuration for update_vehicle

Returns:

  • (::Gapic::Config::Method)


1318
1319
1320
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb', line 1318

def update_vehicle
  @update_vehicle
end

#update_vehicle_attributes::Gapic::Config::Method (readonly)

RPC-specific configuration for update_vehicle_attributes

Returns:

  • (::Gapic::Config::Method)


1323
1324
1325
# File 'lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb', line 1323

def update_vehicle_attributes
  @update_vehicle_attributes
end