Show / Hide Table of Contents

Class BatchCreateRowsRequest

Request message for TablesService.BatchCreateRows.

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

Constructors

BatchCreateRowsRequest()

Declaration
public BatchCreateRowsRequest()

BatchCreateRowsRequest(BatchCreateRowsRequest)

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

Properties

Parent

Required. The parent table where the rows will be created. Format: tables/{table}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

Requests

Required. The request message specifying the rows to create.

A maximum of 500 rows can be created in a single batch.

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