Class: Google::Cloud::NetworkServices::V1::ListGatewayRouteViewsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListGatewayRouteViewsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/route_view.rb
Overview
Response returned by the ListGatewayRouteViews method.
Instance Attribute Summary collapse
-
#gateway_route_views ⇒ ::Array<::Google::Cloud::NetworkServices::V1::GatewayRouteView>
List of GatewayRouteView 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
#gateway_route_views ⇒ ::Array<::Google::Cloud::NetworkServices::V1::GatewayRouteView>
Returns List of GatewayRouteView resources.
143 144 145 146 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 143 class ListGatewayRouteViewsResponse 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.
143 144 145 146 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 143 class ListGatewayRouteViewsResponse 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.
143 144 145 146 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 143 class ListGatewayRouteViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |