Class ExportServiceGrpc.ExportServiceBlockingStub (2.42.0)

public static final class ExportServiceGrpc.ExportServiceBlockingStub extends AbstractBlockingStub<ExportServiceGrpc.ExportServiceBlockingStub>

A stub to allow clients to do synchronous 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.AbstractBlockingStub > ExportServiceGrpc.ExportServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

listProfiles(ListProfilesRequest request)

public 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
ListProfilesResponse