Google Cloud Network Security V1 Client - Class ListSecurityProfileGroupsRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListSecurityProfileGroupsRequest.

Request used with the ListSecurityProfileGroups method.

Generated from protobuf message google.cloud.networksecurity.v1.ListSecurityProfileGroupsRequest

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameter
Name Description
data mixed

getParent

Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format projects|organizations/*/locations/{location}.

Returns
Type Description
string

setParent

Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format projects|organizations/*/locations/{location}.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. Maximum number of SecurityProfileGroups to return per call.

Returns
Type Description
int

setPageSize

Optional. Maximum number of SecurityProfileGroups to return per call.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The value returned by the last ListSecurityProfileGroupsResponse Indicates that this is a continuation of a prior ListSecurityProfileGroups call, and that the system should return the next page of data.

Returns
Type Description
string

setPageToken

Optional. The value returned by the last ListSecurityProfileGroupsResponse Indicates that this is a continuation of a prior ListSecurityProfileGroups call, and that the system should return the next page of data.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format projects|organizations/*/locations/{location}. Please see OrganizationSecurityProfileGroupServiceClient::organizationLocationName() for help formatting this field.

Returns
Type Description
ListSecurityProfileGroupsRequest