Class: Google::Apis::NetworkservicesV1beta1::WasmPluginUsedBy
- Inherits:
-
Object
- Object
- Google::Apis::NetworkservicesV1beta1::WasmPluginUsedBy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networkservices_v1beta1/classes.rb,
lib/google/apis/networkservices_v1beta1/representations.rb,
lib/google/apis/networkservices_v1beta1/representations.rb
Overview
Defines a resource that uses the WasmPlugin resource.
Instance Attribute Summary collapse
-
#name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WasmPluginUsedBy
constructor
A new instance of WasmPluginUsedBy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WasmPluginUsedBy
Returns a new instance of WasmPluginUsedBy.
3882 3883 3884 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 3882 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
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`
Corresponds to the JSON propertyname`
3880 3881 3882 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 3880 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3887 3888 3889 |
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 3887 def update!(**args) @name = args[:name] if args.key?(:name) end |