public sealed class ListWasmPluginsRequest : IMessage<ListWasmPluginsRequest>, IEquatable<ListWasmPluginsRequest>, IDeepCloneable<ListWasmPluginsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Services v1 API class ListWasmPluginsRequest.
Request used with the ListWasmPlugins method.
Implements
IMessageListWasmPluginsRequest, IEquatableListWasmPluginsRequest, IDeepCloneableListWasmPluginsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListWasmPluginsRequest()
public ListWasmPluginsRequest()ListWasmPluginsRequest(ListWasmPluginsRequest)
public ListWasmPluginsRequest(ListWasmPluginsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWasmPluginsRequest |
Properties
PageSize
public int PageSize { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location from which the WasmPlugin resources
are listed, specified in the following format:
projects/{project}/locations/global.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|