Class: Google::Cloud::NetworkServices::V1::GetLbRouteExtensionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GetLbRouteExtensionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/dep.rb
Overview
Message for getting a LbRouteExtension
resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the LbRouteExtension
resource to get. Must be in the
format
projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}
.
448 449 450 451 |
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 448 class GetLbRouteExtensionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |