Google Bigtable v2 API - Class AuthorizedViewResponse (3.27.0)

public sealed class AuthorizedViewResponse : IMessage<AuthorizedViewResponse>, IEquatable<AuthorizedViewResponse>, IDeepCloneable<AuthorizedViewResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class AuthorizedViewResponse.

A response wrapper for operations on an authorized view. Internal usage only.

Inheritance

object > AuthorizedViewResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

AuthorizedViewResponse()

public AuthorizedViewResponse()

AuthorizedViewResponse(AuthorizedViewResponse)

public AuthorizedViewResponse(AuthorizedViewResponse other)
Parameter
Name Description
other AuthorizedViewResponse

Properties

MutateRow

public SessionMutateRowResponse MutateRow { get; set; }
Property Value
Type Description
SessionMutateRowResponse

PayloadCase

public AuthorizedViewResponse.PayloadOneofCase PayloadCase { get; }
Property Value
Type Description
AuthorizedViewResponsePayloadOneofCase

ReadRow

public SessionReadRowResponse ReadRow { get; set; }
Property Value
Type Description
SessionReadRowResponse