Class OutputConfig
Specify a destination for
[BatchOptimizeTours][google.maps.routeoptimization.v1.RouteOptimizationService.BatchOptimizeTours]
results.
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage
Constructors
OutputConfig()
Declaration
OutputConfig(OutputConfig)
Declaration
public OutputConfig(OutputConfig other)
Parameters
Properties
Required. The output data format.
Declaration
public DataFormat DataFormat { get; set; }
Property Value
DestinationCase
Declaration
public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
GcsDestination
The Google Cloud Storage location to write the output to.
Declaration
public GcsDestination GcsDestination { get; set; }
Property Value