Class: Google::Cloud::GkeHub::V1beta1::ListMembershipsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::ListMembershipsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1beta1/membership.rb
Overview
Response message for the GkeHubMembershipService.ListMemberships
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to request the next page of resources from the
ListMemberships
method. -
#resources ⇒ ::Array<::Google::Cloud::GkeHub::V1beta1::Membership>
The list of matching Memberships.
-
#unreachable ⇒ ::Array<::String>
List of locations that could not be reached while fetching this list.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to request the next page of resources from the
ListMemberships
method. The value of an empty string means that
there are no more resources to return.
547 548 549 550 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 547 class ListMembershipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources ⇒ ::Array<::Google::Cloud::GkeHub::V1beta1::Membership>
Returns The list of matching Memberships.
547 548 549 550 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 547 class ListMembershipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns List of locations that could not be reached while fetching this list.
547 548 549 550 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 547 class ListMembershipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |