public sealed class ListUrlListsRequest : IPageRequest, IMessage<ListUrlListsRequest>, IEquatable<ListUrlListsRequest>, IDeepCloneable<ListUrlListsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class ListUrlListsRequest.
Request used by the ListUrlList method.
Implements
IPageRequest, IMessageListUrlListsRequest, IEquatableListUrlListsRequest, IDeepCloneableListUrlListsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListUrlListsRequest()
public ListUrlListsRequest()ListUrlListsRequest(ListUrlListsRequest)
public ListUrlListsRequest(ListUrlListsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUrlListsRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum number of UrlLists to return per call.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior
ListUrlLists call, and that the system
should return the next page of data.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The project and location from which the UrlLists should
be listed, specified in the format
projects/{project}/locations/{location}.
| 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 |
|