Class: Google::Cloud::NetworkServices::V1::WasmPlugin::UsedBy
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::WasmPlugin::UsedBy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Defines a resource that uses the WasmPlugin resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Full name of the resource
https://google.aip.dev/122#full-resource-names, for example
//networkservices.googleapis.com/projects/{project}/locations/{location}/lbRouteExtensions/{extension}.
219 220 221 222 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 219 class UsedBy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |