Class CustomerClientLinkServiceGrpc.CustomerClientLinkServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerClientLinkServiceGrpc.CustomerClientLinkServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerClientLinkServiceGrpc
public abstract static class CustomerClientLinkServiceGrpc.CustomerClientLinkServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customer client links.
-
-
Constructor Summary
Constructors Constructor Description CustomerClientLinkServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomerClientLink(MutateCustomerClientLinkRequest request, io.grpc.stub.StreamObserver<MutateCustomerClientLinkResponse> responseObserver)Creates or updates a customer client link.
-
-
-
Method Detail
-
mutateCustomerClientLink
public void mutateCustomerClientLink(MutateCustomerClientLinkRequest request, io.grpc.stub.StreamObserver<MutateCustomerClientLinkResponse> responseObserver)
Creates or updates a customer client link. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [FieldMaskError]() [HeaderError]() [InternalError]() [ManagerLinkError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-