public sealed class TextLocator.Types.Position : IMessage<TextLocator.Types.Position>, IEquatable<TextLocator.Types.Position>, IDeepCloneable<TextLocator.Types.Position>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Monitoring v3 API class TextLocator.Types.Position.
The position of a byte within the text.
Implements
IMessageTextLocatorTypesPosition, IEquatableTextLocatorTypesPosition, IDeepCloneableTextLocatorTypesPosition, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
Position()
public Position()Position(Position)
public Position(TextLocator.Types.Position other)| Parameter | |
|---|---|
| Name | Description |
other |
TextLocatorTypesPosition |
Properties
Column
public int Column { get; set; }The column within the line, starting with 1, where the byte is positioned. This is a byte index even though the text is UTF-8.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Line
public int Line { get; set; }The line, starting with 1, where the byte is positioned.
| Property Value | |
|---|---|
| Type | Description |
int |
|