Class: Google::Cloud::NetworkServices::V1::ListLbRouteExtensionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListLbRouteExtensionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/dep.rb
Overview
Message for requesting list of LbRouteExtension
resources.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results.
422 423 424 425 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 422 class ListLbRouteExtensionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
422 423 424 425 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 422 class ListLbRouteExtensionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
422 423 424 425 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 422 class ListLbRouteExtensionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results that the server returns.
422 423 424 425 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 422 class ListLbRouteExtensionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location from which the LbRouteExtension
resources are listed, specified in the following format:
projects/{project}/locations/{location}
.
422 423 424 425 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 422 class ListLbRouteExtensionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |