Show / Hide Table of Contents

Class BatchUpdateRowsResponse

Response message for TablesService.BatchUpdateRows.

Inheritance
object
BatchUpdateRowsResponse
Implements
IMessage<BatchUpdateRowsResponse>
IEquatable<BatchUpdateRowsResponse>
IDeepCloneable<BatchUpdateRowsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX