Show / Hide Table of Contents

Class TerminalPointId

Deprecated: TerminalPoints are no longer supported in Fleet Engine. Use TerminalLocation.point instead.

Inheritance
object
TerminalPointId
Implements
IMessage<TerminalPointId>
IEquatable<TerminalPointId>
IDeepCloneable<TerminalPointId>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
[Obsolete]
public sealed class TerminalPointId : IMessage<TerminalPointId>, IEquatable<TerminalPointId>, IDeepCloneable<TerminalPointId>, IBufferMessage, IMessage

Constructors

TerminalPointId()

Declaration
public TerminalPointId()

TerminalPointId(TerminalPointId)

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

Properties

GeneratedId

Deprecated.

Declaration
[Obsolete]
public string GeneratedId { get; set; }
Property Value
Type Description
string

HasGeneratedId

Gets whether the "generated_id" field is set

Declaration
[Obsolete]
public bool HasGeneratedId { get; }
Property Value
Type Description
bool

HasPlaceId

Gets whether the "place_id" field is set

Declaration
[Obsolete]
public bool HasPlaceId { get; }
Property Value
Type Description
bool

IdCase

Declaration
public TerminalPointId.IdOneofCase IdCase { get; }
Property Value
Type Description
TerminalPointId.IdOneofCase

PlaceId

Deprecated.

Declaration
[Obsolete]
public string PlaceId { get; set; }
Property Value
Type Description
string

Value

Deprecated.

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