Class CustomerUserAccessServiceGrpc.CustomerUserAccessServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerUserAccessServiceGrpc.CustomerUserAccessServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerUserAccessServiceGrpc
public abstract static class CustomerUserAccessServiceGrpc.CustomerUserAccessServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceThis service manages the permissions of a user on a given customer.
-
-
Constructor Summary
Constructors Constructor Description CustomerUserAccessServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomerUserAccess(MutateCustomerUserAccessRequest request, io.grpc.stub.StreamObserver<MutateCustomerUserAccessResponse> responseObserver)Updates, removes permission of a user on a given customer.
-
-
-
Method Detail
-
mutateCustomerUserAccess
public void mutateCustomerUserAccess(MutateCustomerUserAccessRequest request, io.grpc.stub.StreamObserver<MutateCustomerUserAccessResponse> responseObserver)
Updates, removes permission of a user on a given customer. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CustomerUserAccessError]() [FieldMaskError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-