Class ExportServiceGrpc.ExportServiceFutureStub (2.42.0)

public static final class ExportServiceGrpc.ExportServiceFutureStub extends AbstractFutureStub<ExportServiceGrpc.ExportServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service ExportService.

Service allows existing Cloud Profiler customers to export their profile data out of Google Cloud.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ExportServiceGrpc.ExportServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected ExportServiceGrpc.ExportServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ExportServiceGrpc.ExportServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

listProfiles(ListProfilesRequest request)

public ListenableFuture<ListProfilesResponse> listProfiles(ListProfilesRequest request)

Lists profiles which have been collected so far and for which the caller has permission to view.

Parameter
NameDescription
requestListProfilesRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListProfilesResponse>