Class MarketingDataInsightsServiceGrpc (0.8.0)

public final class MarketingDataInsightsServiceGrpc

Service to return insights on marketing data. This feature is only available to data partners.

Inheritance

java.lang.Object > MarketingDataInsightsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(MarketingDataInsightsServiceGrpc.AsyncService service)

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

getRetrieveInsightsMethod()

public static MethodDescriptor<RetrieveInsightsRequest,RetrieveInsightsResponse> getRetrieveInsightsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RetrieveInsightsRequest,RetrieveInsightsResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceBlockingStub 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
MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceBlockingV2Stub 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
MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceFutureStub 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
MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceFutureStub

newStub(Channel channel)

public static MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceStub 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
MarketingDataInsightsServiceGrpc.MarketingDataInsightsServiceStub