Class: Google::Cloud::NetworkServices::V1::ListMeshRouteViewsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListMeshRouteViewsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/route_view.rb
Overview
Response returned by the ListMeshRouteViews method.
Instance Attribute Summary collapse
-
#mesh_route_views ⇒ ::Array<::Google::Cloud::NetworkServices::V1::MeshRouteView>
List of MeshRouteView resources.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Unreachable resources.
Instance Attribute Details
#mesh_route_views ⇒ ::Array<::Google::Cloud::NetworkServices::V1::MeshRouteView>
Returns List of MeshRouteView resources.
161 162 163 164 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 161 class ListMeshRouteViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
161 162 163 164 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 161 class ListMeshRouteViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
161 162 163 164 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 161 class ListMeshRouteViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |