Class MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub (2.44.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
MerchantCenterAccountLinkServiceGrpc.MerchantCenterAccountLinkServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
public Operation createMerchantCenterAccountLink(CreateMerchantCenterAccountLinkRequest request)

Creates a MerchantCenterAccountLink.

Parameter
Name Description
request CreateMerchantCenterAccountLinkRequest
Returns
Type Description
Operation
public Empty deleteMerchantCenterAccountLink(DeleteMerchantCenterAccountLinkRequest request)

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

Parameter
Name Description
request DeleteMerchantCenterAccountLinkRequest
Returns
Type Description
Empty
public ListMerchantCenterAccountLinksResponse listMerchantCenterAccountLinks(ListMerchantCenterAccountLinksRequest request)

Lists all MerchantCenterAccountLinks under the specified parent Catalog.

Parameter
Name Description
request ListMerchantCenterAccountLinksRequest
Returns
Type Description
ListMerchantCenterAccountLinksResponse