Class ProfilerServiceGrpc.ProfilerServiceImplBase
- java.lang.Object
-
- com.google.devtools.cloudprofiler.v2.ProfilerServiceGrpc.ProfilerServiceImplBase
-
- All Implemented Interfaces:
ProfilerServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ProfilerServiceGrpc
public abstract static class ProfilerServiceGrpc.ProfilerServiceImplBase extends Object implements io.grpc.BindableService, ProfilerServiceGrpc.AsyncService
Base class for the server implementation of the service ProfilerService.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.
-
-
Constructor Summary
Constructors Constructor Description ProfilerServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.devtools.cloudprofiler.v2.ProfilerServiceGrpc.AsyncService
createOfflineProfile, createProfile, updateProfile
-
-