package google.devtools.cloudprofiler.v2

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

service ProfilerService

profiler.proto:32

Manage the collection of continuous profiling data provided by profiling agents running in the cloud or by 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:144

Deployment contains the deployment identification information.

Used in: CreateProfileRequest, Profile

message Profile

profiler.proto:113

Profile resource.

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

Used as field type in: CreateOfflineProfileRequest, UpdateProfileRequest

enum ProfileType

profiler.proto:176

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