Reference documentation and code samples for the Cloud Optimization V1 API class Google::Cloud::Optimization::V1::FleetRouting::Rest::ServiceStub.
REST service stub for the FleetRouting service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
 
Methods
#batch_optimize_tours
def batch_optimize_tours(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::OperationBaseline implementation for the batch_optimize_tours REST call
- request_pb (::Google::Cloud::Optimization::V1::BatchOptimizeToursRequest) — A request object representing the call parameters. Required.
 - options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
 
- (result, operation) — Access the result along with the TransportOperation object
 
- result (::Google::Longrunning::Operation)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
 
- (::ArgumentError)
 
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
 
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub- (ServiceStub) — a new instance of ServiceStub
 
#optimize_tours
def optimize_tours(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Optimization::V1::OptimizeToursResponseBaseline implementation for the optimize_tours REST call
- request_pb (::Google::Cloud::Optimization::V1::OptimizeToursRequest) — A request object representing the call parameters. Required.
 - options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
 
- (result, operation) — Access the result along with the TransportOperation object
 
- result (::Google::Cloud::Optimization::V1::OptimizeToursResponse)
 - operation (::Gapic::Rest::TransportOperation)
 
- (::Google::Cloud::Optimization::V1::OptimizeToursResponse) — A result object deserialized from the server's reply
 
- (::ArgumentError)
 
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)