Cloud Optimization v1 API - Class BatchOptimizeToursRequest (2.5.0)

public sealed class BatchOptimizeToursRequest : IMessage<BatchOptimizeToursRequest>, IEquatable<BatchOptimizeToursRequest>, IDeepCloneable<BatchOptimizeToursRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Optimization v1 API 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.

Inheritance

object > BatchOptimizeToursRequest

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

BatchOptimizeToursRequest()

public BatchOptimizeToursRequest()

BatchOptimizeToursRequest(BatchOptimizeToursRequest)

public BatchOptimizeToursRequest(BatchOptimizeToursRequest other)
Parameter
NameDescription
otherBatchOptimizeToursRequest

Properties

ModelConfigs

public RepeatedField<BatchOptimizeToursRequest.Types.AsyncModelConfig> ModelConfigs { get; }

Required. Input/Output information each purchase model, such as file paths and data formats.

Property Value
TypeDescription
RepeatedFieldBatchOptimizeToursRequestTypesAsyncModelConfig

Parent

public string Parent { get; set; }

Required. Target project and location to make a call.

Format: projects/{project-id}/locations/{location-id}.

If no location is specified, a region will be chosen automatically.

Property Value
TypeDescription
string