Class: Google::Cloud::NetworkServices::V1::ListHttpRoutesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/http_route.rb

Overview

Request used with the ListHttpRoutes method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of HttpRoutes to return per call.

Returns:

  • (::Integer)

    Maximum number of HttpRoutes to return per call.



700
701
702
703
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 700

class ListHttpRoutesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The value returned by the last ListHttpRoutesResponse Indicates that this is a continuation of a prior ListHttpRoutes call, and that the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListHttpRoutesResponse Indicates that this is a continuation of a prior ListHttpRoutes call, and that the system should return the next page of data.



700
701
702
703
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 700

class ListHttpRoutesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The project and location from which the HttpRoutes should be listed, specified in the format projects/*/locations/global.

Returns:

  • (::String)

    Required. The project and location from which the HttpRoutes should be listed, specified in the format projects/*/locations/global.



700
701
702
703
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 700

class ListHttpRoutesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#return_partial_success::Boolean

Returns Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.

Returns:

  • (::Boolean)

    Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.



700
701
702
703
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 700

class ListHttpRoutesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end