Class BatchUpdateRowsResponse
Response message for TablesService.BatchUpdateRows.
Implements
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class BatchUpdateRowsResponse : IMessage<BatchUpdateRowsResponse>, IEquatable<BatchUpdateRowsResponse>, IDeepCloneable<BatchUpdateRowsResponse>, IBufferMessage, IMessage
Constructors
BatchUpdateRowsResponse()
Declaration
public BatchUpdateRowsResponse()
BatchUpdateRowsResponse(BatchUpdateRowsResponse)
Declaration
public BatchUpdateRowsResponse(BatchUpdateRowsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateRowsResponse | other |
Properties
Rows
The updated rows.
Declaration
public RepeatedField<Row> Rows { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Row> |