Class ProfilerServiceGrpc
- java.lang.Object
-
- com.google.devtools.cloudprofiler.v2.ProfilerServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/devtools/cloudprofiler/v2/profiler.proto") public final class ProfilerServiceGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ProfilerServiceGrpc.AsyncService
Manage the collection of continuous profiling data provided by profiling agents running in the cloud or by an offline provider of profiling data.static class
ProfilerServiceGrpc.ProfilerServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ProfilerService.static class
ProfilerServiceGrpc.ProfilerServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ProfilerService.static class
ProfilerServiceGrpc.ProfilerServiceImplBase
Base class for the server implementation of the service ProfilerService.static class
ProfilerServiceGrpc.ProfilerServiceStub
A stub to allow clients to do asynchronous rpc calls to service ProfilerService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ProfilerServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateOfflineProfileRequest,Profile>
getCreateOfflineProfileMethod()
static io.grpc.MethodDescriptor<CreateProfileRequest,Profile>
getCreateProfileMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateProfileRequest,Profile>
getUpdateProfileMethod()
static ProfilerServiceGrpc.ProfilerServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ProfilerServiceGrpc.ProfilerServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ProfilerServiceGrpc.ProfilerServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateProfileMethod
public static io.grpc.MethodDescriptor<CreateProfileRequest,Profile> getCreateProfileMethod()
-
getCreateOfflineProfileMethod
public static io.grpc.MethodDescriptor<CreateOfflineProfileRequest,Profile> getCreateOfflineProfileMethod()
-
getUpdateProfileMethod
public static io.grpc.MethodDescriptor<UpdateProfileRequest,Profile> getUpdateProfileMethod()
-
newStub
public static ProfilerServiceGrpc.ProfilerServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ProfilerServiceGrpc.ProfilerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ProfilerServiceGrpc.ProfilerServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ProfilerServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-