Class: Google::Cloud::Container::V1beta1::ListUsableSubnetworksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ListUsableSubnetworksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
This token allows you to get the next page of results for list requests.
-
#subnetworks ⇒ ::Array<::Google::Cloud::Container::V1beta1::UsableSubnetwork>
A list of usable subnetworks in the specified network project.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns This token allows you to get the next page of results for list requests.
If the number of results is larger than page_size
, use the
next_page_token
as a value for the query parameter page_token
in the
next request. The value will become empty when there are no more pages.
4393 4394 4395 4396 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4393 class ListUsableSubnetworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetworks ⇒ ::Array<::Google::Cloud::Container::V1beta1::UsableSubnetwork>
Returns A list of usable subnetworks in the specified network project.
4393 4394 4395 4396 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4393 class ListUsableSubnetworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |