Class ExportServiceGrpc (2.35.0)

public final class ExportServiceGrpc

Service allows existing Cloud Profiler customers to export their profile data out of Google Cloud.

Inheritance

java.lang.Object > ExportServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ExportServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ExportServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceExportServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getListProfilesMethod()

public static MethodDescriptor<ListProfilesRequest,ListProfilesResponse> getListProfilesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListProfilesRequest,ListProfilesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static ExportServiceGrpc.ExportServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ExportServiceGrpc.ExportServiceBlockingStub

newFutureStub(Channel channel)

public static ExportServiceGrpc.ExportServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ExportServiceGrpc.ExportServiceFutureStub

newStub(Channel channel)

public static ExportServiceGrpc.ExportServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ExportServiceGrpc.ExportServiceStub