Class ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceStub>
com.google.ads.googleads.v18.services.ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceStub
- Enclosing class:
- ProductLinkInvitationServiceGrpc
public static final class ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceStub
extends io.grpc.stub.AbstractAsyncStub<ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceStub>
A stub to allow clients to do asynchronous rpc calls to service ProductLinkInvitationService.
This service allows management of product link invitations from Google Ads accounts to other accounts.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcreateProductLinkInvitation(CreateProductLinkInvitationRequest request, io.grpc.stub.StreamObserver<CreateProductLinkInvitationResponse> responseObserver) Creates a product link invitation.voidremoveProductLinkInvitation(RemoveProductLinkInvitationRequest request, io.grpc.stub.StreamObserver<RemoveProductLinkInvitationResponse> responseObserver) Remove a product link invitation.voidupdateProductLinkInvitation(UpdateProductLinkInvitationRequest request, io.grpc.stub.StreamObserver<UpdateProductLinkInvitationResponse> responseObserver) Update a product link invitation.Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceStub>
-
createProductLinkInvitation
public void createProductLinkInvitation(CreateProductLinkInvitationRequest request, io.grpc.stub.StreamObserver<CreateProductLinkInvitationResponse> responseObserver) Creates a product link invitation.
-
updateProductLinkInvitation
public void updateProductLinkInvitation(UpdateProductLinkInvitationRequest request, io.grpc.stub.StreamObserver<UpdateProductLinkInvitationResponse> responseObserver) Update a product link invitation.
-
removeProductLinkInvitation
public void removeProductLinkInvitation(RemoveProductLinkInvitationRequest request, io.grpc.stub.StreamObserver<RemoveProductLinkInvitationResponse> responseObserver) Remove a product link invitation.
-