Class: Google::Cloud::NetworkServices::V1::ListGatewayRouteViewsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListGatewayRouteViewsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/route_view.rb
Overview
Request used with the ListGatewayRouteViews method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of GatewayRouteViews to return per call.
-
#page_token ⇒ ::String
The value returned by the last
ListGatewayRouteViewsResponseIndicates that this is a continuation of a priorListGatewayRouteViewscall, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of GatewayRouteViews to return per call.
106 107 108 109 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 106 class ListGatewayRouteViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListGatewayRouteViewsResponse
Indicates that this is a continuation of a prior ListGatewayRouteViews
call, and that the system should return the next page of data.
106 107 108 109 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 106 class ListGatewayRouteViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Gateway to which a Route is associated. Formats: projects/{project}/locations/{location}/gateways/{gateway}.
106 107 108 109 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 106 class ListGatewayRouteViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |