Show / Hide Table of Contents

Class BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

Inheritance
object
BatchCreateRowsResponse
Implements
IMessage<BatchCreateRowsResponse>
IEquatable<BatchCreateRowsResponse>
IDeepCloneable<BatchCreateRowsResponse>
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 BatchCreateRowsResponse : IMessage<BatchCreateRowsResponse>, IEquatable<BatchCreateRowsResponse>, IDeepCloneable<BatchCreateRowsResponse>, IBufferMessage, IMessage

Constructors

BatchCreateRowsResponse()

Declaration
public BatchCreateRowsResponse()

BatchCreateRowsResponse(BatchCreateRowsResponse)

Declaration
public BatchCreateRowsResponse(BatchCreateRowsResponse other)
Parameters
Type Name Description
BatchCreateRowsResponse other

Properties

Rows

The created rows.

Declaration
public RepeatedField<Row> Rows { get; }
Property Value
Type Description
RepeatedField<Row>
In this article
Back to top Generated by DocFX