Google Cloud Bigtable Administration v2 API - Class GetAuthorizedViewRequest (3.14.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetAuthorizedViewRequest.

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView]

Inheritance

object > GetAuthorizedViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

GetAuthorizedViewRequest()

public GetAuthorizedViewRequest()

GetAuthorizedViewRequest(GetAuthorizedViewRequest)

public GetAuthorizedViewRequest(GetAuthorizedViewRequest other)
Parameter
NameDescription
otherGetAuthorizedViewRequest

Properties

AuthorizedViewName

public AuthorizedViewName AuthorizedViewName { get; set; }

AuthorizedViewName-typed view over the Name resource name property.

Property Value
TypeDescription
AuthorizedViewName

Name

public string Name { get; set; }

Required. The unique name of the requested AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.

Property Value
TypeDescription
string

View

public AuthorizedView.Types.ResponseView View { get; set; }

Optional. The resource_view to be applied to the returned AuthorizedView's fields. Default to BASIC.

Property Value
TypeDescription
AuthorizedViewTypesResponseView