Class ReportServiceGrpc (0.10.0)

public final class ReportServiceGrpc

Service for retrieving reports and insights about your products, their performance, and their competitive environment on Google.

Inheritance

java.lang.Object > ReportServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ReportServiceGrpc.AsyncService service)

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

getSearchMethod()

public static MethodDescriptor<SearchRequest,SearchResponse> getSearchMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchRequest,SearchResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static ReportServiceGrpc.ReportServiceBlockingStub 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
ReportServiceGrpc.ReportServiceBlockingStub

newFutureStub(Channel channel)

public static ReportServiceGrpc.ReportServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReportServiceGrpc.ReportServiceFutureStub

newStub(Channel channel)

public static ReportServiceGrpc.ReportServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ReportServiceGrpc.ReportServiceStub