Class ProductLinkServiceGrpc.ProductLinkServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ProductLinkServiceGrpc.ProductLinkServiceBlockingStub>
-
- com.google.ads.googleads.v14.services.ProductLinkServiceGrpc.ProductLinkServiceBlockingStub
-
- Enclosing class:
- ProductLinkServiceGrpc
public static final class ProductLinkServiceGrpc.ProductLinkServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ProductLinkServiceGrpc.ProductLinkServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ProductLinkService.This service allows management of links between a Google Ads customer and another product.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProductLinkServiceGrpc.ProductLinkServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CreateProductLinkResponsecreateProductLink(CreateProductLinkRequest request)Creates a product link.RemoveProductLinkResponseremoveProductLink(RemoveProductLinkRequest request)Removes a product link.
-
-
-
Method Detail
-
build
protected ProductLinkServiceGrpc.ProductLinkServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ProductLinkServiceGrpc.ProductLinkServiceBlockingStub>
-
createProductLink
public CreateProductLinkResponse createProductLink(CreateProductLinkRequest request)
Creates a product link. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-
removeProductLink
public RemoveProductLinkResponse removeProductLink(RemoveProductLinkRequest request)
Removes a product link. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldMaskError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-
-