GKE Hub V1 API - Class Google::Cloud::GkeHub::V1::ListFeaturesRequest (v2.5.0)

Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::ListFeaturesRequest.

Request message for GkeHub.ListFeatures method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::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

#filter=

def filter=(value) -> ::String
Parameter
  • value (::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

Returns
  • (::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

def order_by() -> ::String
Returns
  • (::String) — One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
Returns
  • (::String) — One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — 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_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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
  • (::Integer) — 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

def page_token() -> ::String
Returns
  • (::String) — Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.
Returns
  • (::String) — Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent (project and location) where the Features will be listed. Specified in the format projects/*/locations/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent (project and location) where the Features will be listed. Specified in the format projects/*/locations/*.
Returns
  • (::String) — Required. The parent (project and location) where the Features will be listed. Specified in the format projects/*/locations/*.

#return_partial_success

def return_partial_success() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable.

#return_partial_success=

def return_partial_success=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable.
Returns
  • (::Boolean) — Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable.