Class DeleteRowRequest
Request message for TablesService.DeleteRow
Inheritance
System.Object
DeleteRowRequest
Implements
Google.Protobuf.IMessage<DeleteRowRequest>
System.IEquatable<DeleteRowRequest>
Google.Protobuf.IDeepCloneable<DeleteRowRequest>
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 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 |
|---|---|
| System.String |
RowName
Declaration
public RowName RowName { get; set; }
Property Value
| Type | Description |
|---|---|
| RowName |