Show / Hide Table of Contents

Class DeleteRowRequest

Request message for TablesService.DeleteRow

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

Constructors

DeleteRowRequest()

Declaration
public DeleteRowRequest()

DeleteRowRequest(DeleteRowRequest)

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

Properties

Name

Required. The name of the row to delete. Format: tables/{table}/rows/{row}

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

RowName

RowName-typed view over the Name resource name property.

Declaration
public RowName RowName { get; set; }
Property Value
Type Description
RowName
In this article
Back to top Generated by DocFX