Class Google::Cloud::GkeHub::V1::ListFeaturesResponse (v0.1.2)

Response message for the GkeHub.ListFeatures method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to request the next page of resources from the ListFeatures method. The value of an empty string means that there are no more resources to return.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to request the next page of resources from the ListFeatures method. The value of an empty string means that there are no more resources to return.
Returns
  • (::String) — A token to request the next page of resources from the ListFeatures method. The value of an empty string means that there are no more resources to return.

#resources

def resources() -> ::Array<::Google::Cloud::GkeHub::V1::Feature>
Returns

#resources=

def resources=(value) -> ::Array<::Google::Cloud::GkeHub::V1::Feature>
Parameter
Returns