Network Security v1 API - Class ListUrlListsRequest (1.0.0-beta01)

public sealed class ListUrlListsRequest : IPageRequest, IMessage<ListUrlListsRequest>, IEquatable<ListUrlListsRequest>, IDeepCloneable<ListUrlListsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class ListUrlListsRequest.

Request used by the ListUrlList method.

Inheritance

object > ListUrlListsRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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