public sealed class MutateRowsResponse : IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, IBufferMessage, IMessageResponse message for BigtableService.MutateRows.
Implements
IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
MutateRowsResponse()
public MutateRowsResponse()MutateRowsResponse(MutateRowsResponse)
public MutateRowsResponse(MutateRowsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
MutateRowsResponse |
Properties
Entries
public RepeatedField<MutateRowsResponse.Types.Entry> Entries { get; }One or more results for Entries from the batch request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<MutateRowsResponse.Types.Entry> |
|