Interface DataLinkServiceGrpc.AsyncService
- All Known Implementing Classes:
DataLinkServiceGrpc.DataLinkServiceImplBase
- Enclosing class:
- DataLinkServiceGrpc
public static interface DataLinkServiceGrpc.AsyncService
This service allows management of data links between a Google Ads customer and another data entity.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcreateDataLink(CreateDataLinkRequest request, io.grpc.stub.StreamObserver<CreateDataLinkResponse> responseObserver) Creates a data link.
-
Method Details
-
createDataLink
default void createDataLink(CreateDataLinkRequest request, io.grpc.stub.StreamObserver<CreateDataLinkResponse> responseObserver) Creates a data link. The requesting Google Ads account name and account ID will be shared with the third party (such as YouTube creators for video links) to whom you are creating the link with. Only customers on the allow-list can create data links. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [DataLinkError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-