Class: Google::Cloud::NetworkServices::V1::ListGatewayRouteViewsRequest

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 ListGatewayRouteViews method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of GatewayRouteViews to return per call.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

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

Returns:

  • (::String)

    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