Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListMeshRouteViewsResponse.
Response returned by the ListMeshRouteViews method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mesh_route_views
def mesh_route_views() -> ::Array<::Google::Cloud::NetworkServices::V1::MeshRouteView>
Returns
- (::Array<::Google::Cloud::NetworkServices::V1::MeshRouteView>) — List of MeshRouteView resources.
#mesh_route_views=
def mesh_route_views=(value) -> ::Array<::Google::Cloud::NetworkServices::V1::MeshRouteView>
Parameter
- value (::Array<::Google::Cloud::NetworkServices::V1::MeshRouteView>) — List of MeshRouteView resources.
Returns
- (::Array<::Google::Cloud::NetworkServices::V1::MeshRouteView>) — List of MeshRouteView resources.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
Returns
- (::Array<::String>) — Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.