Cloud Profiler v2 API - Class ExportService.ExportServiceBase (2.3.0)

[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

Inheritance

object > ExportService.ExportServiceBase

Namespace

Google.Cloud.Profiler.V2

Assembly

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
NameDescription
requestListProfilesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListProfilesResponse

The response to send back to the client (wrapped by a task).