Class ExportServiceGrpc.ExportServiceStub (2.42.0)

public static final class ExportServiceGrpc.ExportServiceStub extends AbstractAsyncStub<ExportServiceGrpc.ExportServiceStub>

A stub to allow clients to do asynchronous 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.AbstractAsyncStub > ExportServiceGrpc.ExportServiceStub

Methods

build(Channel channel, CallOptions callOptions)

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

listProfiles(ListProfilesRequest request, StreamObserver<ListProfilesResponse> responseObserver)

public void listProfiles(ListProfilesRequest request, StreamObserver<ListProfilesResponse> responseObserver)

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

Parameters
NameDescription
requestListProfilesRequest
responseObserverio.grpc.stub.StreamObserver<ListProfilesResponse>