Show / Hide Table of Contents

Class GcsSource

The Google Cloud Storage location where the input file will be read from.

Inheritance
object
GcsSource
Implements
IMessage<GcsSource>
IEquatable<GcsSource>
IDeepCloneable<GcsSource>
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 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
In this article
Back to top Generated by DocFX