[BindServiceMethod(typeof(ExportService), "BindService")]
public abstract class ExportService.ExportServiceBase
Reference documentation and code samples for the Cloud Profiler v2 API class ExportService.ExportServiceBase.
Base class for server-side implementations of ExportService
Namespace
Google.Cloud.Profiler.V2Assembly
Google.Cloud.Profiler.V2.dll
Methods
ListProfiles(ListProfilesRequest, ServerCallContext)
public virtual Task<ListProfilesResponse> ListProfiles(ListProfilesRequest request, ServerCallContext context)
Lists profiles which have been collected so far and for which the caller has permission to view.
Parameters | |
---|---|
Name | Description |
request |
ListProfilesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskListProfilesResponse |
The response to send back to the client (wrapped by a task). |