Class BatchUpdateRowsResponse
Response message for TablesService.BatchUpdateRows.
Inheritance
System.Object
BatchUpdateRowsResponse
Implements
Google.Protobuf.IMessage<BatchUpdateRowsResponse>
System.IEquatable<BatchUpdateRowsResponse>
Google.Protobuf.IDeepCloneable<BatchUpdateRowsResponse>
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 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 |
|---|---|
| Google.Protobuf.Collections.RepeatedField<Row> |