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 formatprojects/{project}/locations/global
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the
WasmPlugin
resource. Must be in the formatprojects/{project}/locations/global
.
Returns
-
(::String) — Required. The parent resource of the
WasmPlugin
resource. Must be in the formatprojects/{project}/locations/global
.
#wasm_plugin
def wasm_plugin() -> ::Google::Cloud::NetworkServices::V1::WasmPlugin
Returns
-
(::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required.
WasmPlugin
resource to be created.
#wasm_plugin=
def wasm_plugin=(value) -> ::Google::Cloud::NetworkServices::V1::WasmPlugin
Parameter
-
value (::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required.
WasmPlugin
resource to be created.
Returns
-
(::Google::Cloud::NetworkServices::V1::WasmPlugin) — Required.
WasmPlugin
resource to be created.
#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.