Interface ProductLinkServiceGrpc.AsyncService

All Known Implementing Classes:
ProductLinkServiceGrpc.ProductLinkServiceImplBase
Enclosing class:
ProductLinkServiceGrpc

public static interface ProductLinkServiceGrpc.AsyncService
 This service allows management of links between  a Google
 Ads customer and another product.
 
  • Method Details

    • createProductLink

      default void createProductLink(CreateProductLinkRequest request, io.grpc.stub.StreamObserver<CreateProductLinkResponse> responseObserver)
       Creates a product link.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [FieldError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()
       
    • removeProductLink

      default void removeProductLink(RemoveProductLinkRequest request, io.grpc.stub.StreamObserver<RemoveProductLinkResponse> responseObserver)
       Removes a product link.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [FieldMaskError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()