Class: Google::Cloud::NetworkServices::V1::ListMeshesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListMeshesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/mesh.rb
Overview
Response returned by the ListMeshes method.
Instance Attribute Summary collapse
-
#meshes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::Mesh>
List of Mesh resources.
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_token
is included.
Instance Attribute Details
#meshes ⇒ ::Array<::Google::Cloud::NetworkServices::V1::Mesh>
Returns List of Mesh resources.
96 97 98 99 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 96 class ListMeshesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
96 97 98 99 |
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 96 class ListMeshesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |