Class: Google::Cloud::NetworkServices::V1::ListLbRouteExtensionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListLbRouteExtensionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/dep.rb
Overview
Message for response to listing LbRouteExtension
resources.
Instance Attribute Summary collapse
-
#lb_route_extensions ⇒ ::Array<::Google::Cloud::NetworkServices::V1::LbRouteExtension>
The list of
LbRouteExtension
resources. -
#next_page_token ⇒ ::String
A token identifying a page of results that the server returns.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#lb_route_extensions ⇒ ::Array<::Google::Cloud::NetworkServices::V1::LbRouteExtension>
Returns The list of LbRouteExtension
resources.
437 438 439 440 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 437 class ListLbRouteExtensionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results that the server returns.
437 438 439 440 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 437 class ListLbRouteExtensionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
437 438 439 440 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 437 class ListLbRouteExtensionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |