Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::GetWasmPluginRequest.
Request used by the GetWasmPlugin
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. A name of the
WasmPlugin
resource to get. Must be in the formatprojects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. A name of the
WasmPlugin
resource to get. Must be in the formatprojects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
Returns
-
(::String) — Required. A name of the
WasmPlugin
resource to get. Must be in the formatprojects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
#view
def view() -> ::Google::Cloud::NetworkServices::V1::WasmPluginView
Returns
- (::Google::Cloud::NetworkServices::V1::WasmPluginView) — Determines how much data must be returned in the response. See AIP-157.
#view=
def view=(value) -> ::Google::Cloud::NetworkServices::V1::WasmPluginView
Parameter
- value (::Google::Cloud::NetworkServices::V1::WasmPluginView) — Determines how much data must be returned in the response. See AIP-157.
Returns
- (::Google::Cloud::NetworkServices::V1::WasmPluginView) — Determines how much data must be returned in the response. See AIP-157.