Show / Hide Table of Contents

Class OutputConfig

Specify a destination for [BatchOptimizeTours][google.maps.routeoptimization.v1.RouteOptimizationService.BatchOptimizeTours] results.

Inheritance
object
OutputConfig
Implements
IMessage<OutputConfig>
IEquatable<OutputConfig>
IDeepCloneable<OutputConfig>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage

Constructors

OutputConfig()

Declaration
public OutputConfig()

OutputConfig(OutputConfig)

Declaration
public OutputConfig(OutputConfig other)
Parameters
Type Name Description
OutputConfig other

Properties

DataFormat

Required. The output data format.

Declaration
public DataFormat DataFormat { get; set; }
Property Value
Type Description
DataFormat

DestinationCase

Declaration
public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
OutputConfig.DestinationOneofCase

GcsDestination

The Google Cloud Storage location to write the output to.

Declaration
public GcsDestination GcsDestination { get; set; }
Property Value
Type Description
GcsDestination
In this article
Back to top Generated by DocFX