Class: Google::Cloud::NetworkServices::V1::ListMeshRouteViewsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#page_size::Integer

Returns Maximum number of MeshRouteViews to return per call.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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