Class PartnerLinkServiceGrpc (0.8.0)

public final class PartnerLinkServiceGrpc

Service for managing partner links.

Inheritance

java.lang.Object > PartnerLinkServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(PartnerLinkServiceGrpc.AsyncService service)

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

getCreatePartnerLinkMethod()

public static MethodDescriptor<CreatePartnerLinkRequest,PartnerLink> getCreatePartnerLinkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreatePartnerLinkRequest,PartnerLink>

getDeletePartnerLinkMethod()

public static MethodDescriptor<DeletePartnerLinkRequest,Empty> getDeletePartnerLinkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeletePartnerLinkRequest,Empty>

getSearchPartnerLinksMethod()

public static MethodDescriptor<SearchPartnerLinksRequest,SearchPartnerLinksResponse> getSearchPartnerLinksMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SearchPartnerLinksRequest,SearchPartnerLinksResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static PartnerLinkServiceGrpc.PartnerLinkServiceBlockingStub 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
PartnerLinkServiceGrpc.PartnerLinkServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static PartnerLinkServiceGrpc.PartnerLinkServiceBlockingV2Stub 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
PartnerLinkServiceGrpc.PartnerLinkServiceBlockingV2Stub

newFutureStub(Channel channel)

public static PartnerLinkServiceGrpc.PartnerLinkServiceFutureStub 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
PartnerLinkServiceGrpc.PartnerLinkServiceFutureStub

newStub(Channel channel)

public static PartnerLinkServiceGrpc.PartnerLinkServiceStub 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
PartnerLinkServiceGrpc.PartnerLinkServiceStub