Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListSecurityHealthAnalyticsCustomModulesRequest.
Request message for listing Security Health Analytics custom modules.
Generated from protobuf message google.cloud.securitycenter.v1.ListSecurityHealthAnalyticsCustomModulesRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Name of parent to list custom modules. Its format is |
↳ page_size |
int
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. |
↳ page_token |
string
The value returned by the last call indicating a continuation |
getParent
Required. Name of parent to list custom modules. Its format is
organizations/{organization}/securityHealthAnalyticsSettings
,
folders/{folder}/securityHealthAnalyticsSettings
, or
projects/{project}/securityHealthAnalyticsSettings
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Name of parent to list custom modules. Its format is
organizations/{organization}/securityHealthAnalyticsSettings
,
folders/{folder}/securityHealthAnalyticsSettings
, or
projects/{project}/securityHealthAnalyticsSettings
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The value returned by the last call indicating a continuation
Returns | |
---|---|
Type | Description |
string |
setPageToken
The value returned by the last call indicating a continuation
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. Name of parent to list custom modules. Its format is
|
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\ListSecurityHealthAnalyticsCustomModulesRequest |