Class: Google::Cloud::NetworkServices::V1::CreateWasmPluginVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/extensibility.rb

Overview

Request used by the CreateWasmPluginVersion method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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}.



486
487
488
489
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 486

class CreateWasmPluginVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#wasm_plugin_version::Google::Cloud::NetworkServices::V1::WasmPluginVersion

Returns Required. WasmPluginVersion resource to be created.

Returns:



486
487
488
489
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 486

class CreateWasmPluginVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#wasm_plugin_version_id::String

Returns Required. User-provided ID of the WasmPluginVersion resource to be created.

Returns:

  • (::String)

    Required. User-provided ID of the WasmPluginVersion resource to be created.



486
487
488
489
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 486

class CreateWasmPluginVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end