Class: Google::Cloud::GkeHub::V1::ListFeaturesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::ListFeaturesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Response message for the GkeHub.ListFeatures
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to request the next page of resources from the
ListFeatures
method. -
#resources ⇒ ::Array<::Google::Cloud::GkeHub::V1::Feature>
The list of matching Features.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
335 336 337 338 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 335 class ListFeaturesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources ⇒ ::Array<::Google::Cloud::GkeHub::V1::Feature>
Returns The list of matching Features.
335 336 337 338 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 335 class ListFeaturesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |