Class AccountLinkServiceGrpc.AccountLinkServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AccountLinkServiceGrpc.AccountLinkServiceFutureStub>
-
- com.google.ads.googleads.v10.services.AccountLinkServiceGrpc.AccountLinkServiceFutureStub
-
- Enclosing class:
- AccountLinkServiceGrpc
public static final class AccountLinkServiceGrpc.AccountLinkServiceFutureStub extends io.grpc.stub.AbstractFutureStub<AccountLinkServiceGrpc.AccountLinkServiceFutureStub>
This service allows management of links between Google Ads accounts and other accounts.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AccountLinkServiceGrpc.AccountLinkServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<CreateAccountLinkResponse>createAccountLink(CreateAccountLinkRequest request)Creates an account link.com.google.common.util.concurrent.ListenableFuture<MutateAccountLinkResponse>mutateAccountLink(MutateAccountLinkRequest request)Creates or removes an account link.
-
-
-
Method Detail
-
build
protected AccountLinkServiceGrpc.AccountLinkServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AccountLinkServiceGrpc.AccountLinkServiceFutureStub>
-
createAccountLink
public com.google.common.util.concurrent.ListenableFuture<CreateAccountLinkResponse> createAccountLink(CreateAccountLinkRequest request)
Creates an account link. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]() [ThirdPartyAppAnalyticsLinkError]()
-
mutateAccountLink
public com.google.common.util.concurrent.ListenableFuture<MutateAccountLinkResponse> mutateAccountLink(MutateAccountLinkRequest request)
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]()
-
-