Reference documentation and code samples for the Google Cloud Profiler V2 Client class ListProfilesRequest.
ListProfilesRequest contains request parameters for listing profiles for deployments in projects which the user has permissions to view.
Generated from protobuf message google.devtools.cloudprofiler.v2.ListProfilesRequest
Namespace
Google \ Cloud \ Profiler \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}
↳ page_size
int
The maximum number of items to return. Default page_size is 1000. Max limit is 10000.
↳ page_token
string
The token to continue pagination and get profiles from a particular page. When paginating, all other parameters provided to ListProfiles
must match the call that provided the page token.
getParent
Required. The parent, which owns this collection of profiles.
Format: projects/{user_project_id}
string
setParent
Required. The parent, which owns this collection of profiles.
Format: projects/{user_project_id}
var
string
$this
getPageSize
The maximum number of items to return.
Default page_size is 1000. Max limit is 10000.
int
setPageSize
The maximum number of items to return.
Default page_size is 1000. Max limit is 10000.
var
int
$this
getPageToken
The token to continue pagination and get profiles from a particular page.
When paginating, all other parameters provided to ListProfiles
must match
the call that provided the page token.
string
setPageToken
The token to continue pagination and get profiles from a particular page.
When paginating, all other parameters provided to ListProfiles
must match
the call that provided the page token.
var
string
$this