Network Services V1 API - Class Google::Cloud::NetworkServices::V1::CreateWasmPluginRequest (v2.3.0)

Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::CreateWasmPluginRequest.

Request used by the CreateWasmPlugin method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/locations/global.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/locations/global.
Returns
  • (::String) — Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/locations/global.

#wasm_plugin

def wasm_plugin() -> ::Google::Cloud::NetworkServices::V1::WasmPlugin
Returns

#wasm_plugin=

def wasm_plugin=(value) -> ::Google::Cloud::NetworkServices::V1::WasmPlugin
Parameter
Returns

#wasm_plugin_id

def wasm_plugin_id() -> ::String
Returns
  • (::String) — Required. User-provided ID of the WasmPlugin resource to be created.

#wasm_plugin_id=

def wasm_plugin_id=(value) -> ::String
Parameter
  • value (::String) — Required. User-provided ID of the WasmPlugin resource to be created.
Returns
  • (::String) — Required. User-provided ID of the WasmPlugin resource to be created.