Class MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub (2.43.0)

public static final class MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub extends AbstractBlockingStub<MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service MerchantCenterAccountLinkService.

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

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
public Operation createMerchantCenterAccountLink(CreateMerchantCenterAccountLinkRequest request)

Creates a MerchantCenterAccountLink.

Parameter
NameDescription
requestCreateMerchantCenterAccountLinkRequest
Returns
TypeDescription
Operation
public Empty deleteMerchantCenterAccountLink(DeleteMerchantCenterAccountLinkRequest request)

Deletes a MerchantCenterAccountLink. If the MerchantCenterAccountLink to delete does not exist, a NOT_FOUND error is returned.

Parameter
NameDescription
requestDeleteMerchantCenterAccountLinkRequest
Returns
TypeDescription
Empty
public ListMerchantCenterAccountLinksResponse listMerchantCenterAccountLinks(ListMerchantCenterAccountLinksRequest request)

Lists all MerchantCenterAccountLinks under the specified parent Catalog.

Parameter
NameDescription
requestListMerchantCenterAccountLinksRequest
Returns
TypeDescription
ListMerchantCenterAccountLinksResponse