Class Row
A single row in a table.
Inheritance
System.Object
Row
Implements
Google.Protobuf.IMessage<Row>
System.IEquatable<Row>
Google.Protobuf.IDeepCloneable<Row>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class Row : IMessage<Row>, IEquatable<Row>, IDeepCloneable<Row>, IBufferMessage, IMessage
Constructors
Row()
Declaration
public Row()
Row(Row)
Declaration
public Row(Row other)
Parameters
| Type | Name | Description |
|---|---|---|
| Row | other |
Properties
Name
The resource name of the row.
Row names have the form tables/{table}/rows/{row}.
The name is ignored when creating a row.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RowName
Declaration
public RowName RowName { get; set; }
Property Value
| Type | Description |
|---|---|
| RowName |
Values
The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
Declaration
public MapField<string, Value> Values { get; }
Property Value
| Type | Description |
|---|---|
| Google.Protobuf.Collections.MapField<System.String, Google.Protobuf.WellKnownTypes.Value> |