Google Cloud Gke Hub V1 Client - Class ListFeaturesRequest (0.7.1)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ListFeaturesRequest.

Request message for GkeHub.ListFeatures method.

Generated from protobuf message google.cloud.gkehub.v1.ListFeaturesRequest

Namespace

Google \ Cloud \ GkeHub \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 format projects/*/locations/*.

↳ page_size int

When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

↳ page_token string

Token returned by previous call to ListFeatures which 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 in https://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 called foo: labels.foo:* - Features that have a label called foo whose value is bar: labels.foo = bar

↳ order_by string

One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

getParent

Required. The parent (project and location) where the Features will be listed.

Specified in the format projects/*/locations/*.

Returns
TypeDescription
string

setParent

Required. The parent (project and location) where the Features will be listed.

Specified in the format projects/*/locations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

Returns
TypeDescription
int

setPageSize

When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.

Returns
TypeDescription
string

setPageToken

Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Lists Features that match the filter expression, following the syntax outlined in https://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 called foo: labels.foo:*
  • Features that have a label called foo whose value is bar: labels.foo = bar
Returns
TypeDescription
string

setFilter

Lists Features that match the filter expression, following the syntax outlined in https://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 called foo: labels.foo:*
  • Features that have a label called foo whose value is bar: labels.foo = bar
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

One or more fields to compare and use to sort the output.

See https://google.aip.dev/132#ordering.

Returns
TypeDescription
string

setOrderBy

One or more fields to compare and use to sort the output.

See https://google.aip.dev/132#ordering.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The parent (project and location) where the Features will be listed. Specified in the format projects/*/locations/*.

Returns
TypeDescription
Google\Cloud\GkeHub\V1\ListFeaturesRequest