Show / Hide Table of Contents

Class Uri

A Universal Resource Identifier that points to a resource that can be read and written by the Route Optimization API.

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

Constructors

Uri()

Declaration
public Uri()

Uri(Uri)

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

Properties

Uri_

The URI of the resource. The resource may not yet exist.

The contents of the resource are encoded as either JSON or textproto. Only Google Cloud Storage resources are supported. If the resource is encoded as JSON, the resource name must be suffixed with .json. If the resource is encoded as textproto, the resource name must be suffixed with .txtpb. For example, a Google Cloud Storage URI to a JSON encoded file might look like: gs://bucket/path/input/object.json.

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