Expand description
The messages and enums that are part of this client library.
Structs§
- Create
Offline Profile Request - CreateOfflineProfileRequest describes a profile resource offline creation request.
- Create
Profile Request - 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.
- List
Profiles Request - ListProfilesRequest contains request parameters for listing profiles for deployments in projects which the user has permissions to view.
- List
Profiles Response - ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.
- Profile
- Profile resource.
- Update
Profile Request - UpdateProfileRequest contains the profile to update.
Enums§
- Profile
Type - 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.