Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListFeaturesRequest.
Request message forGkeHub.ListFeaturesmethod.
Generated from protobuf messagegoogle.cloud.gkehub.v1.ListFeaturesRequest
Namespace
Google \ Cloud \ GkeHub \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent (project and location) where the Features will be listed. Specified in the formatprojects/*/locations/*.
↳ page_size
int
When requesting a 'page' of resources,page_sizespecifies number of resources to return. If unspecified or set to 0, all resources will be returned.
↳ page_token
string
Token returned by previous call toListFeatureswhich specifies the position in the list from where to continue listing the resources.
↳ filter
string
Lists Features that match the filter expression, following the syntax outlined inhttps://google.aip.dev/160. Examples: - Feature with the name "servicemesh" in project "foo-proj": name = "projects/foo-proj/locations/global/features/servicemesh" - Features that have a label calledfoo: labels.foo:* - Features that have a label calledfoowhose value isbar: labels.foo = bar
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Gke Hub V1 Client - Class ListFeaturesRequest (1.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.6 (latest)](/php/docs/reference/cloud-gke-hub/latest/V1.ListFeaturesRequest)\n- [1.0.5](/php/docs/reference/cloud-gke-hub/1.0.5/V1.ListFeaturesRequest)\n- [0.10.0](/php/docs/reference/cloud-gke-hub/0.10.0/V1.ListFeaturesRequest)\n- [0.9.5](/php/docs/reference/cloud-gke-hub/0.9.5/V1.ListFeaturesRequest)\n- [0.8.2](/php/docs/reference/cloud-gke-hub/0.8.2/V1.ListFeaturesRequest)\n- [0.7.1](/php/docs/reference/cloud-gke-hub/0.7.1/V1.ListFeaturesRequest)\n- [0.6.3](/php/docs/reference/cloud-gke-hub/0.6.3/V1.ListFeaturesRequest)\n- [0.5.6](/php/docs/reference/cloud-gke-hub/0.5.6/V1.ListFeaturesRequest) \nReference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListFeaturesRequest.\n\nRequest message for `GkeHub.ListFeatures` method.\n\nGenerated from protobuf message `google.cloud.gkehub.v1.ListFeaturesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GkeHub \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent (project and location) where the Features will be\nlisted. Specified in the format `projects/*/locations/*`.\n\n### setParent\n\nRequired. The parent (project and location) where the Features will be\nlisted. Specified in the format `projects/*/locations/*`.\n\n### getPageSize\n\nWhen requesting a 'page' of resources, `page_size` specifies number of\nresources to return. If unspecified or set to 0, all resources will\nbe returned.\n\n### setPageSize\n\nWhen requesting a 'page' of resources, `page_size` specifies number of\nresources to return. If unspecified or set to 0, all resources will\nbe returned.\n\n### getPageToken\n\nToken returned by previous call to `ListFeatures` which\nspecifies the position in the list from where to continue listing the\nresources.\n\n### setPageToken\n\nToken returned by previous call to `ListFeatures` which\nspecifies the position in the list from where to continue listing the\nresources.\n\n### getFilter\n\nLists Features that match the filter expression, following the syntax\noutlined in \u003chttps://google.aip.dev/160\u003e.\n\nExamples:\n\n- Feature with the name \"servicemesh\" in project \"foo-proj\": name = \"projects/foo-proj/locations/global/features/servicemesh\"\n- Features that have a label called `foo`: labels.foo:\\*\n- Features that have a label called `foo` whose value is `bar`: labels.foo = bar\n\n### setFilter\n\nLists Features that match the filter expression, following the syntax\noutlined in \u003chttps://google.aip.dev/160\u003e.\n\nExamples:\n\n- Feature with the name \"servicemesh\" in project \"foo-proj\": name = \"projects/foo-proj/locations/global/features/servicemesh\"\n- Features that have a label called `foo`: labels.foo:\\*\n- Features that have a label called `foo` whose value is `bar`: labels.foo = bar\n\n### getOrderBy\n\nOne or more fields to compare and use to sort the output.\n\nSee \u003chttps://google.aip.dev/132#ordering\u003e.\n\n### setOrderBy\n\nOne or more fields to compare and use to sort the output.\n\nSee \u003chttps://google.aip.dev/132#ordering\u003e.\n\n### static::build"]]