Class: Google::Cloud::NetworkServices::V1::ListWasmPluginsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::ListWasmPluginsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/extensibility.rb
Overview
Request used with the ListWasmPlugins method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of
WasmPluginresources to return per call. -
#page_token ⇒ ::String
The value returned by the last
ListWasmPluginsResponsecall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of WasmPlugin resources to return per call.
If not specified, at most 50 WasmPlugin resources are returned.
The maximum value is 1000; values above 1000 are coerced to 1000.
333 334 335 336 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 333 class ListWasmPluginsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListWasmPluginsResponse call.
Indicates that this is a continuation of a prior
ListWasmPlugins call, and that the
next page of data is to be returned.
333 334 335 336 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 333 class ListWasmPluginsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location from which the WasmPlugin resources
are listed, specified in the following format:
projects/{project}/locations/global.
333 334 335 336 |
# File 'proto_docs/google/cloud/networkservices/v1/extensibility.rb', line 333 class ListWasmPluginsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |