Class AppOptimizeGrpc (0.1.0)

public final class AppOptimizeGrpc

Service for managing and querying optimization reports.

Inheritance

java.lang.Object > AppOptimizeGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AppOptimizeGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AppOptimizeGrpc.AsyncService service)
Parameter
Name Description
service AppOptimizeGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateReportMethod()

public static MethodDescriptor<CreateReportRequest,Operation> getCreateReportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateReportRequest,Operation>

getDeleteReportMethod()

public static MethodDescriptor<DeleteReportRequest,Empty> getDeleteReportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteReportRequest,Empty>

getGetReportMethod()

public static MethodDescriptor<GetReportRequest,Report> getGetReportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetReportRequest,Report>

getListReportsMethod()

public static MethodDescriptor<ListReportsRequest,ListReportsResponse> getListReportsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListReportsRequest,ListReportsResponse>

getReadReportMethod()

public static MethodDescriptor<ReadReportRequest,ReadReportResponse> getReadReportMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ReadReportRequest,ReadReportResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static AppOptimizeGrpc.AppOptimizeBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AppOptimizeGrpc.AppOptimizeBlockingStub

newBlockingV2Stub(Channel channel)

public static AppOptimizeGrpc.AppOptimizeBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AppOptimizeGrpc.AppOptimizeBlockingV2Stub

newFutureStub(Channel channel)

public static AppOptimizeGrpc.AppOptimizeFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AppOptimizeGrpc.AppOptimizeFutureStub

newStub(Channel channel)

public static AppOptimizeGrpc.AppOptimizeStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AppOptimizeGrpc.AppOptimizeStub