Class ExportServiceGrpc.ExportServiceBlockingStub (2.44.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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
Name Description
request ListProfilesRequest
Returns
Type Description
ListProfilesResponse