Google Bigtable v2 API - Class OpenAuthorizedViewRequest (3.27.0)

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

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

Open sessions for an AuthorizedView. Internal usage only.

Inheritance

object > OpenAuthorizedViewRequest

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

OpenAuthorizedViewRequest()

public OpenAuthorizedViewRequest()

OpenAuthorizedViewRequest(OpenAuthorizedViewRequest)

public OpenAuthorizedViewRequest(OpenAuthorizedViewRequest other)
Parameter
Name Description
other OpenAuthorizedViewRequest

Properties

AppProfileId

public string AppProfileId { get; set; }

The app profile id to use for the authorized view sessions.

Property Value
Type Description
string

AuthorizedViewName

public string AuthorizedViewName { get; set; }

The Authorized view name to read and write from. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

Property Value
Type Description
string

Permission

public OpenAuthorizedViewRequest.Types.Permission Permission { get; set; }

Permission for the session.

Property Value
Type Description
OpenAuthorizedViewRequestTypesPermission