Class AccountLinkServiceGrpc.AccountLinkServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AccountLinkServiceGrpc.AccountLinkServiceBlockingStub>
com.google.ads.googleads.v18.services.AccountLinkServiceGrpc.AccountLinkServiceBlockingStub
- Enclosing class:
- AccountLinkServiceGrpc
public static final class AccountLinkServiceGrpc.AccountLinkServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<AccountLinkServiceGrpc.AccountLinkServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service AccountLinkService.
This service allows management of links between Google Ads accounts and other accounts.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Creates an account link.Creates or removes an account link.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected AccountLinkServiceGrpc.AccountLinkServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AccountLinkServiceGrpc.AccountLinkServiceBlockingStub>
-
createAccountLink
Creates an account link. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]() [ThirdPartyAppAnalyticsLinkError]()
-
mutateAccountLink
Creates or removes an account link. From V5, create is not supported through AccountLinkService.MutateAccountLink. Use AccountLinkService.CreateAccountLink instead. List of thrown errors: [AccountLinkError]() [AuthenticationError]() [AuthorizationError]() [FieldMaskError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-