Show / Hide Table of Contents

Class InputConfig

Specify an input for [BatchOptimizeTours][google.maps.routeoptimization.v1.RouteOptimizationService.BatchOptimizeTours].

Inheritance
object
InputConfig
Implements
IMessage<InputConfig>
IEquatable<InputConfig>
IDeepCloneable<InputConfig>
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 InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage

Constructors

InputConfig()

Declaration
public InputConfig()

InputConfig(InputConfig)

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

Properties

DataFormat

Required. The input data format.

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

GcsSource

A Google Cloud Storage location. This must be a single object (file).

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

SourceCase

Declaration
public InputConfig.SourceOneofCase SourceCase { get; }
Property Value
Type Description
InputConfig.SourceOneofCase
In this article
Back to top Generated by DocFX