public static final class ExportServiceGrpc.ExportServiceBlockingStub extends AbstractBlockingStub<ExportServiceGrpc.ExportServiceBlockingStub>A stub to allow clients to do limited 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.ExportServiceBlockingStubMethods
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 |
|
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 |
|