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

public sealed class ListAuthorizedViewsRequest : IMessage<ListAuthorizedViewsRequest>, IEquatable<ListAuthorizedViewsRequest>, IDeepCloneable<ListAuthorizedViewsRequest>, IBufferMessage, IMessage, IPageRequest

Reference 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]

Inheritance

object > ListAuthorizedViewsRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListAuthorizedViewsRequest()

public ListAuthorizedViewsRequest()

ListAuthorizedViewsRequest(ListAuthorizedViewsRequest)

public ListAuthorizedViewsRequest(ListAuthorizedViewsRequest other)
Parameter
NameDescription
otherListAuthorizedViewsRequest

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
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The value of next_page_token returned by a previous call.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsTableName

public TableName ParentAsTableName { get; set; }

TableName-typed view over the Parent resource name property.

Property Value
TypeDescription
TableName

View

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

Optional. The resource_view to be applied to the returned views' fields. Default to NAME_ONLY.

Property Value
TypeDescription
AuthorizedViewTypesResponseView