Class AccountLinkServiceGrpc.AccountLinkServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AccountLinkServiceGrpc.AccountLinkServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AccountLinkServiceGrpc
public abstract static class AccountLinkServiceGrpc.AccountLinkServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceThis service allows management of links between Google Ads accounts and other accounts.
-
-
Constructor Summary
Constructors Constructor Description AccountLinkServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidcreateAccountLink(CreateAccountLinkRequest request, io.grpc.stub.StreamObserver<CreateAccountLinkResponse> responseObserver)Creates an account link.voidmutateAccountLink(MutateAccountLinkRequest request, io.grpc.stub.StreamObserver<MutateAccountLinkResponse> responseObserver)Creates or removes an account link.
-
-
-
Method Detail
-
createAccountLink
public void createAccountLink(CreateAccountLinkRequest request, io.grpc.stub.StreamObserver<CreateAccountLinkResponse> responseObserver)
Creates an account link. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]() [ThirdPartyAppAnalyticsLinkError]()
-
mutateAccountLink
public void mutateAccountLink(MutateAccountLinkRequest request, io.grpc.stub.StreamObserver<MutateAccountLinkResponse> responseObserver)
Creates or removes an account link. From V5, create is not supported through AccountLinkService.MutateAccountLink. Please use AccountLinkService.CreateAccountLink instead. List of thrown errors: [AccountLinkError]() [AuthenticationError]() [AuthorizationError]() [FieldMaskError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-