public sealed class MutateRowsResponse : IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsResponse.
Response message for BigtableService.MutateRows.
Implements
IMessageMutateRowsResponse, IEquatableMutateRowsResponse, IDeepCloneableMutateRowsResponse, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigtableV2Assembly
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 |
RepeatedFieldMutateRowsResponseTypesEntry |