Show / Hide Table of Contents

Class BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

Inheritance
System.Object
BatchCreateRowsResponse
Implements
Google.Protobuf.IMessage<BatchCreateRowsResponse>
System.IEquatable<BatchCreateRowsResponse>
Google.Protobuf.IDeepCloneable<BatchCreateRowsResponse>
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 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
Google.Protobuf.Collections.RepeatedField<Row>
Back to top