Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class ListHooksRequest.
ListHooksRequest is request to list hooks.
Generated from protobuf message google.cloud.securesourcemanager.v1.ListHooksRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent value for ListHooksRequest.
↳ page_size
int
Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100.
↳ page_token
string
Optional. A token identifying a page of results the server should return.
getParent
Required. Parent value for ListHooksRequest.
string
setParent
Required. Parent value for ListHooksRequest.
var
string
$this
getPageSize
Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100.
int
setPageSize
Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100.
var
int
$this
getPageToken
Optional. A token identifying a page of results the server should return.
string
setPageToken
Optional. A token identifying a page of results the server should return.
var
string
$this
static::build
parent
string
Required. Parent value for ListHooksRequest. Please see SecureSourceManagerClient::repositoryName() for help formatting this field.

