Google Cloud Monitoring v3 API - Class TextLocator.Types.Position (3.7.0)

public sealed class TextLocator.Types.Position : IMessage<TextLocator.Types.Position>, IEquatable<TextLocator.Types.Position>, IDeepCloneable<TextLocator.Types.Position>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class TextLocator.Types.Position.

The position of a byte within the text.

Inheritance

object > TextLocator.Types.Position

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

Position()

public Position()

Position(Position)

public Position(TextLocator.Types.Position other)
Parameter
NameDescription
otherTextLocatorTypesPosition

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
TypeDescription
int

Line

public int Line { get; set; }

The line, starting with 1, where the byte is positioned.

Property Value
TypeDescription
int