public sealed class GetAuthorizedViewRequest : IMessage<GetAuthorizedViewRequest>, IEquatable<GetAuthorizedViewRequest>, IDeepCloneable<GetAuthorizedViewRequest>, IBufferMessage, IMessageReference 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]
Implements
IMessageGetAuthorizedViewRequest, IEquatableGetAuthorizedViewRequest, IDeepCloneableGetAuthorizedViewRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
GetAuthorizedViewRequest()
public GetAuthorizedViewRequest()GetAuthorizedViewRequest(GetAuthorizedViewRequest)
public GetAuthorizedViewRequest(GetAuthorizedViewRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAuthorizedViewRequest |
Properties
AuthorizedViewName
public AuthorizedViewName AuthorizedViewName { get; set; }AuthorizedViewName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
AuthorizedViewTypesResponseView |
|