Cloud Profiler v2 API - Class ListProfilesRequest (2.6.0)

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

Reference documentation and code samples for the Cloud Profiler v2 API class ListProfilesRequest.

ListProfilesRequest contains request parameters for listing profiles for deployments in projects which the user has permissions to view.

Inheritance

object > ListProfilesRequest

Namespace

Google.Cloud.Profiler.V2

Assembly

Google.Cloud.Profiler.V2.dll

Constructors

ListProfilesRequest()

public ListProfilesRequest()

ListProfilesRequest(ListProfilesRequest)

public ListProfilesRequest(ListProfilesRequest other)
Parameter
Name Description
other ListProfilesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of items to return. Default page_size is 1000. Max limit is 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}

Property Value
Type Description
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName