Class: Google::Cloud::NetworkConnectivity::V1::ListGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ListGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
Response for HubService.ListGroups method.
Instance Attribute Summary collapse
-
#groups ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Group>
The requested groups.
-
#next_page_token ⇒ ::String
The token for the next page of the response.
-
#unreachable ⇒ ::Array<::String>
Hubs that could not be reached.
Instance Attribute Details
#groups ⇒ ::Array<::Google::Cloud::NetworkConnectivity::V1::Group>
Returns The requested groups.
950 951 952 953 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 950 class ListGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.
950 951 952 953 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 950 class ListGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Hubs that could not be reached.
950 951 952 953 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 950 class ListGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |