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

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

Request used by the CreateWasmPluginVersion 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 WasmPluginVersion resource. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

#parent=

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

#wasm_plugin_version

def wasm_plugin_version() -> ::Google::Cloud::NetworkServices::V1::WasmPluginVersion
Returns

#wasm_plugin_version=

def wasm_plugin_version=(value) -> ::Google::Cloud::NetworkServices::V1::WasmPluginVersion
Parameter
Returns

#wasm_plugin_version_id

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

#wasm_plugin_version_id=

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