public sealed class ListAuthorizedViewsRequest : IMessage<ListAuthorizedViewsRequest>, IEquatable<ListAuthorizedViewsRequest>, IDeepCloneable<ListAuthorizedViewsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListAuthorizedViewsRequest.
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]
Implements
IMessageListAuthorizedViewsRequest, IEquatableListAuthorizedViewsRequest, IDeepCloneableListAuthorizedViewsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListAuthorizedViewsRequest()
public ListAuthorizedViewsRequest()ListAuthorizedViewsRequest(ListAuthorizedViewsRequest)
public ListAuthorizedViewsRequest(ListAuthorizedViewsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAuthorizedViewsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Maximum number of results per page.
A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error.
Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The value of next_page_token returned by a previous call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The unique name of the table for which AuthorizedViews should be
listed. Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsTableName
public TableName ParentAsTableName { get; set; }| Property Value | |
|---|---|
| Type | Description |
TableName |
|
View
public AuthorizedView.Types.ResponseView View { get; set; }Optional. The resource_view to be applied to the returned AuthorizedViews' fields. Default to NAME_ONLY.
| Property Value | |
|---|---|
| Type | Description |
AuthorizedViewTypesResponseView |
|