Class GcsSource
The Google Cloud Storage location where the input file will be read from.
Implements
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessage
Constructors
GcsSource()
Declaration
public GcsSource()
GcsSource(GcsSource)
Declaration
public GcsSource(GcsSource other)
Parameters
| Type | Name | Description |
|---|---|---|
| GcsSource | other |
Properties
Uri
Required. URI of a Google Cloud Storage object with the format
gs://bucket/path/to/object.
Declaration
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |