Class CreateWasmPluginVersionRequest (0.9.0)

CreateWasmPluginVersionRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request used by the CreateWasmPluginVersion method.

Attributes

Name Description
parent str
Required. The parent resource of the WasmPluginVersion resource. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.
wasm_plugin_version_id str
Required. User-provided ID of the WasmPluginVersion resource to be created.
wasm_plugin_version google.cloud.network_services_v1.types.WasmPluginVersion
Required. WasmPluginVersion resource to be created.