Class BatchOptimizeToursRequest
Request to batch optimize tours as an asynchronous operation.
Each input file should contain one OptimizeToursRequest, and each output
file will contain one OptimizeToursResponse. The request contains
information to read/write and parse the files. All the input and output files
should be under the same project.
Implements
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class BatchOptimizeToursRequest : IMessage<BatchOptimizeToursRequest>, IEquatable<BatchOptimizeToursRequest>, IDeepCloneable<BatchOptimizeToursRequest>, IBufferMessage, IMessage
Constructors
BatchOptimizeToursRequest()
Declaration
public BatchOptimizeToursRequest()
BatchOptimizeToursRequest(BatchOptimizeToursRequest)
Declaration
public BatchOptimizeToursRequest(BatchOptimizeToursRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchOptimizeToursRequest | other |
Properties
ModelConfigs
Required. Input/Output information each purchase model, such as file paths and data formats.
Declaration
public RepeatedField<BatchOptimizeToursRequest.Types.AsyncModelConfig> ModelConfigs { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<BatchOptimizeToursRequest.Types.AsyncModelConfig> |
Parent
Required. Target project and location to make a call.
Format:
projects/{project-id}projects/{project-id}/locations/{location-id}
If no location is specified, a region will be chosen automatically.
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |