package google.devtools.cloudprofiler.v2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ProfilerService

profiler.proto:32

Service for recording the profiling data from profiling agents running in the cloud or from an offline provider of profiling data. General guidelines: * Profiles for a single deployment must be created in ascending time order. * Profiles can be created in either online or offline mode, see below.

message Deployment

profiler.proto:119

Deployment contains the deployment identification information.

Used in: CreateProfileRequest, Profile

message Profile

profiler.proto:87

Profile resource.

Used as response type in: ProfilerService.CreateProfile, ProfilerService.UpdateProfile

Used as field type in: CreateProfileRequest, UpdateProfileRequest

enum ProfileType

profiler.proto:151

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.

Used in: CreateProfileRequest, Profile