Class ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceBlockingStub>
com.google.ads.googleads.v18.services.ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceBlockingStub
- Enclosing class:
- ProductLinkInvitationServiceGrpc
public static final class ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceBlockingStub>
A stub to allow clients to do limited synchronous 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) Creates a product link invitation.Remove a product link invitation.Update a product link invitation.Methods inherited from class io.grpc.stub.AbstractBlockingStub
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.ProductLinkInvitationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ProductLinkInvitationServiceGrpc.ProductLinkInvitationServiceBlockingStub>
-
createProductLinkInvitation
public CreateProductLinkInvitationResponse createProductLinkInvitation(CreateProductLinkInvitationRequest request) Creates a product link invitation.
-
updateProductLinkInvitation
public UpdateProductLinkInvitationResponse updateProductLinkInvitation(UpdateProductLinkInvitationRequest request) Update a product link invitation.
-
removeProductLinkInvitation
public RemoveProductLinkInvitationResponse removeProductLinkInvitation(RemoveProductLinkInvitationRequest request) Remove a product link invitation.
-