Class: Google::Apis::NetworkservicesV1beta1::WasmPluginUsedBy

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WasmPluginUsedBy

Returns a new instance of WasmPluginUsedBy.



4361
4362
4363
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 4361

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

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`

Returns:

  • (String)


4359
4360
4361
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 4359

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4366
4367
4368
# File 'lib/google/apis/networkservices_v1beta1/classes.rb', line 4366

def update!(**args)
  @name = args[:name] if args.key?(:name)
end