Class: Google::Cloud::NetworkServices::V1::ListWasmPluginsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListWasmPluginsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Response returned by the ListWasmPlugins method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_tokenis included. -
#unreachable ⇒ ::Array<::String>
Unreachable resources.
-
#wasm_plugins ⇒ ::Array<::Google::Cloud::NetworkServices::V1::WasmPlugin>
List of
WasmPluginresources.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results,
call this method again using the value of next_page_token as
page_token.
353 354 355 356 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 353 class ListWasmPluginsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
353 354 355 356 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 353 class ListWasmPluginsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wasm_plugins ⇒ ::Array<::Google::Cloud::NetworkServices::V1::WasmPlugin>
Returns List of WasmPlugin resources.
353 354 355 356 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 353 class ListWasmPluginsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |