Class MerchantCenterAccountLinkServiceStub
- java.lang.Object
-
- com.google.cloud.retail.v2alpha.stub.MerchantCenterAccountLinkServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcMerchantCenterAccountLinkServiceStub
,HttpJsonMerchantCenterAccountLinkServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class MerchantCenterAccountLinkServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the MerchantCenterAccountLinkService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description MerchantCenterAccountLinkServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateMerchantCenterAccountLinkRequest,com.google.longrunning.Operation>
createMerchantCenterAccountLinkCallable()
com.google.api.gax.rpc.OperationCallable<CreateMerchantCenterAccountLinkRequest,MerchantCenterAccountLink,CreateMerchantCenterAccountLinkMetadata>
createMerchantCenterAccountLinkOperationCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteMerchantCenterAccountLinkRequest,com.google.protobuf.Empty>
deleteMerchantCenterAccountLinkCallable()
com.google.api.gax.httpjson.longrunning.stub.OperationsStub
getHttpJsonOperationsStub()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<ListMerchantCenterAccountLinksRequest,ListMerchantCenterAccountLinksResponse>
listMerchantCenterAccountLinksCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
listMerchantCenterAccountLinksCallable
public com.google.api.gax.rpc.UnaryCallable<ListMerchantCenterAccountLinksRequest,ListMerchantCenterAccountLinksResponse> listMerchantCenterAccountLinksCallable()
-
createMerchantCenterAccountLinkOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateMerchantCenterAccountLinkRequest,MerchantCenterAccountLink,CreateMerchantCenterAccountLinkMetadata> createMerchantCenterAccountLinkOperationCallable()
-
createMerchantCenterAccountLinkCallable
public com.google.api.gax.rpc.UnaryCallable<CreateMerchantCenterAccountLinkRequest,com.google.longrunning.Operation> createMerchantCenterAccountLinkCallable()
-
deleteMerchantCenterAccountLinkCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteMerchantCenterAccountLinkRequest,com.google.protobuf.Empty> deleteMerchantCenterAccountLinkCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-