Reference documentation and code samples for the Cloud Bigtable V2 Client class ListLogicalViewsRequest.
Request message for BigtableInstanceAdmin.ListLogicalViews.
Generated from protobuf message google.bigtable.admin.v2.ListLogicalViewsRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The unique name of the instance for which the list of logical views is requested. Values are of the form projects/{project}/instances/{instance}.
↳ page_size
int
Optional. The maximum number of logical views to return. The service may return fewer than this value
↳ page_token
string
Optional. A page token, received from a previous ListLogicalViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLogicalViews must match the call that provided the page token.
getParent
Required. The unique name of the instance for which the list of logical
views is requested. Values are of the form
projects/{project}/instances/{instance}.
Returns
Type
Description
string
setParent
Required. The unique name of the instance for which the list of logical
views is requested. Values are of the form
projects/{project}/instances/{instance}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Optional. The maximum number of logical views to return. The service may
return fewer than this value
Returns
Type
Description
int
setPageSize
Optional. The maximum number of logical views to return. The service may
return fewer than this value
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. A page token, received from a previous ListLogicalViews call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListLogicalViews must
match the call that provided the page token.
Returns
Type
Description
string
setPageToken
Optional. A page token, received from a previous ListLogicalViews call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListLogicalViews must
match the call that provided the page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The unique name of the instance for which the list of logical
views is requested. Values are of the form
projects/{project}/instances/{instance}. Please see
BigtableInstanceAdminClient::instanceName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Cloud Bigtable V2 Client - Class ListLogicalViewsRequest (2.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.1 (latest)](/php/docs/reference/cloud-bigtable/latest/Admin.V2.ListLogicalViewsRequest)\n- [2.17.0](/php/docs/reference/cloud-bigtable/2.17.0/Admin.V2.ListLogicalViewsRequest)\n- [2.16.0](/php/docs/reference/cloud-bigtable/2.16.0/Admin.V2.ListLogicalViewsRequest)\n- [2.15.0](/php/docs/reference/cloud-bigtable/2.15.0/Admin.V2.ListLogicalViewsRequest)\n- [2.14.0](/php/docs/reference/cloud-bigtable/2.14.0/Admin.V2.ListLogicalViewsRequest)\n- [2.13.0](/php/docs/reference/cloud-bigtable/2.13.0/Admin.V2.ListLogicalViewsRequest)\n- [2.12.0](/php/docs/reference/cloud-bigtable/2.12.0/Admin.V2.ListLogicalViewsRequest)\n- [2.11.1](/php/docs/reference/cloud-bigtable/2.11.1/Admin.V2.ListLogicalViewsRequest)\n- [2.9.1](/php/docs/reference/cloud-bigtable/2.9.1/Admin.V2.ListLogicalViewsRequest)\n- [2.8.0](/php/docs/reference/cloud-bigtable/2.8.0/Admin.V2.ListLogicalViewsRequest)\n- [2.7.0](/php/docs/reference/cloud-bigtable/2.7.0/Admin.V2.ListLogicalViewsRequest)\n- [2.6.3](/php/docs/reference/cloud-bigtable/2.6.3/Admin.V2.ListLogicalViewsRequest)\n- [2.5.0](/php/docs/reference/cloud-bigtable/2.5.0/Admin.V2.ListLogicalViewsRequest)\n- [2.4.0](/php/docs/reference/cloud-bigtable/2.4.0/Admin.V2.ListLogicalViewsRequest)\n- [2.3.0](/php/docs/reference/cloud-bigtable/2.3.0/Admin.V2.ListLogicalViewsRequest)\n- [2.2.1](/php/docs/reference/cloud-bigtable/2.2.1/Admin.V2.ListLogicalViewsRequest)\n- [2.1.0](/php/docs/reference/cloud-bigtable/2.1.0/Admin.V2.ListLogicalViewsRequest)\n- [2.0.1](/php/docs/reference/cloud-bigtable/2.0.1/Admin.V2.ListLogicalViewsRequest)\n- [1.32.1](/php/docs/reference/cloud-bigtable/1.32.1/Admin.V2.ListLogicalViewsRequest)\n- [1.31.1](/php/docs/reference/cloud-bigtable/1.31.1/Admin.V2.ListLogicalViewsRequest)\n- [1.30.0](/php/docs/reference/cloud-bigtable/1.30.0/Admin.V2.ListLogicalViewsRequest)\n- [1.29.2](/php/docs/reference/cloud-bigtable/1.29.2/Admin.V2.ListLogicalViewsRequest)\n- [1.28.3](/php/docs/reference/cloud-bigtable/1.28.3/Admin.V2.ListLogicalViewsRequest)\n- [1.27.0](/php/docs/reference/cloud-bigtable/1.27.0/Admin.V2.ListLogicalViewsRequest)\n- [1.26.2](/php/docs/reference/cloud-bigtable/1.26.2/Admin.V2.ListLogicalViewsRequest)\n- [1.25.0](/php/docs/reference/cloud-bigtable/1.25.0/Admin.V2.ListLogicalViewsRequest)\n- [1.24.1](/php/docs/reference/cloud-bigtable/1.24.1/Admin.V2.ListLogicalViewsRequest)\n- [1.23.0](/php/docs/reference/cloud-bigtable/1.23.0/Admin.V2.ListLogicalViewsRequest)\n- [1.22.2](/php/docs/reference/cloud-bigtable/1.22.2/Admin.V2.ListLogicalViewsRequest)\n- [1.21.1](/php/docs/reference/cloud-bigtable/1.21.1/Admin.V2.ListLogicalViewsRequest)\n- [1.20.3](/php/docs/reference/cloud-bigtable/1.20.3/Admin.V2.ListLogicalViewsRequest) \nReference documentation and code samples for the Cloud Bigtable V2 Client class ListLogicalViewsRequest.\n\nRequest message for BigtableInstanceAdmin.ListLogicalViews.\n\nGenerated from protobuf message `google.bigtable.admin.v2.ListLogicalViewsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Bigtable \\\\ Admin \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The unique name of the instance for which the list of logical\nviews is requested. Values are of the form\n`projects/{project}/instances/{instance}`.\n\n### setParent\n\nRequired. The unique name of the instance for which the list of logical\nviews is requested. Values are of the form\n`projects/{project}/instances/{instance}`.\n\n### getPageSize\n\nOptional. The maximum number of logical views to return. The service may\nreturn fewer than this value\n\n### setPageSize\n\nOptional. The maximum number of logical views to return. The service may\nreturn fewer than this value\n\n### getPageToken\n\nOptional. A page token, received from a previous `ListLogicalViews` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListLogicalViews` must\nmatch the call that provided the page token.\n\n### setPageToken\n\nOptional. A page token, received from a previous `ListLogicalViews` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListLogicalViews` must\nmatch the call that provided the page token.\n\n### static::build"]]