Class ProfilerServiceStub (2.41.0)

public abstract class ProfilerServiceStub implements BackgroundResource

Base stub class for the ProfilerService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ProfilerServiceStub

Implements

BackgroundResource

Constructors

ProfilerServiceStub()

public ProfilerServiceStub()

Methods

close()

public abstract void close()

createOfflineProfileCallable()

public UnaryCallable<CreateOfflineProfileRequest,Profile> createOfflineProfileCallable()
Returns
TypeDescription
UnaryCallable<CreateOfflineProfileRequest,Profile>

createProfileCallable()

public UnaryCallable<CreateProfileRequest,Profile> createProfileCallable()
Returns
TypeDescription
UnaryCallable<CreateProfileRequest,Profile>

updateProfileCallable()

public UnaryCallable<UpdateProfileRequest,Profile> updateProfileCallable()
Returns
TypeDescription
UnaryCallable<UpdateProfileRequest,Profile>