Module model

Module model 

Source
Expand description

The messages and enums that are part of this client library.

Structs§

CreateOfflineProfileRequest
CreateOfflineProfileRequest describes a profile resource offline creation request.
CreateProfileRequest
CreateProfileRequest describes a profile resource online creation request. The deployment field must be populated. The profile_type specifies the list of profile types supported by the agent. The creation call will hang until a profile of one of these types needs to be collected.
Deployment
Deployment contains the deployment identification information.
ListProfilesRequest
ListProfilesRequest contains request parameters for listing profiles for deployments in projects which the user has permissions to view.
ListProfilesResponse
ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.
Profile
Profile resource.
UpdateProfileRequest
UpdateProfileRequest contains the profile to update.

Enums§

ProfileType
ProfileType is type of profiling data. NOTE: the enumeration member names are used (in lowercase) as unique string identifiers of profile types, so they must not be renamed.