Class MerchantCenterAccountLinkServiceGrpc (2.43.0)

public final class MerchantCenterAccountLinkServiceGrpc

Merchant Center Link service to link a Branch to a Merchant Center Account.

Inheritance

java.lang.Object > MerchantCenterAccountLinkServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(MerchantCenterAccountLinkServiceGrpc.AsyncService service)

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

getCreateMerchantCenterAccountLinkMethod()

public static MethodDescriptor<CreateMerchantCenterAccountLinkRequest,Operation> getCreateMerchantCenterAccountLinkMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateMerchantCenterAccountLinkRequest,Operation>

getDeleteMerchantCenterAccountLinkMethod()

public static MethodDescriptor<DeleteMerchantCenterAccountLinkRequest,Empty> getDeleteMerchantCenterAccountLinkMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteMerchantCenterAccountLinkRequest,Empty>

getListMerchantCenterAccountLinksMethod()

public static MethodDescriptor<ListMerchantCenterAccountLinksRequest,ListMerchantCenterAccountLinksResponse> getListMerchantCenterAccountLinksMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListMerchantCenterAccountLinksRequest,ListMerchantCenterAccountLinksResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub 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
MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub

newFutureStub(Channel channel)

public static MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceFutureStub

newStub(Channel channel)

public static MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceStub