Google Bigtable v2 API - Class AuthorizedViewRequest (3.27.0)

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

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

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

Inheritance

object > AuthorizedViewRequest

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

AuthorizedViewRequest()

public AuthorizedViewRequest()

AuthorizedViewRequest(AuthorizedViewRequest)

public AuthorizedViewRequest(AuthorizedViewRequest other)
Parameter
Name Description
other AuthorizedViewRequest

Properties

MutateRow

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

PayloadCase

public AuthorizedViewRequest.PayloadOneofCase PayloadCase { get; }
Property Value
Type Description
AuthorizedViewRequestPayloadOneofCase

ReadRow

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