Show / Hide Table of Contents

Class GcsDestination

The Google Cloud Storage location where the output file(s) will be written to.

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

Constructors

GcsDestination()

Declaration
public GcsDestination()

GcsDestination(GcsDestination)

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

Properties

Uri

Required. Google Cloud Storage URI.

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