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

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

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

Request used with the ListAddressGroups method.

Inheritance

object > ListAddressGroupsRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListAddressGroupsRequest()

public ListAddressGroupsRequest()

ListAddressGroupsRequest(ListAddressGroupsRequest)

public ListAddressGroupsRequest(ListAddressGroupsRequest other)
Parameter
Name Description
other ListAddressGroupsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of AddressGroups to return per call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListAddressGroupsResponse Indicates that this is a continuation of a prior ListAddressGroups 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 AddressGroups should be listed, specified in the format projects/*/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

ReturnPartialSuccess

public bool ReturnPartialSuccess { get; set; }

Optional. If true, allow partial responses for multi-regional Aggregated List requests.

Property Value
Type Description
bool