Class: Google::Cloud::NetworkServices::V1::GetServiceLbPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::GetServiceLbPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb
Overview
Request used by the GetServiceLbPolicy method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the ServiceLbPolicy to get. Must be in the format
projects/{project}/locations/{location}/serviceLbPolicies/*.
206 207 208 209 |
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 206 class GetServiceLbPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |