Class: Google::Cloud::NetworkServices::V1::ListMeshRouteViewsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListMeshRouteViewsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/route_view.rb
Overview
Request used with the ListMeshRouteViews method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of MeshRouteViews to return per call.
-
#page_token ⇒ ::String
The value returned by the last
ListMeshRouteViewsResponseIndicates that this is a continuation of a priorListMeshRouteViewscall, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of MeshRouteViews to return per call.
125 126 127 128 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 125 class ListMeshRouteViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListMeshRouteViewsResponse
Indicates that this is a continuation of a prior ListMeshRouteViews call,
and that the system should return the next page of data.
125 126 127 128 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 125 class ListMeshRouteViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Mesh to which a Route is associated. Format: projects/{project}/locations/{location}/meshes/{mesh}.
125 126 127 128 |
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 125 class ListMeshRouteViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |