Class UserListServiceGrpc.UserListServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.UserListServiceGrpc.UserListServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- UserListServiceGrpc
public abstract static class UserListServiceGrpc.UserListServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage user lists.
-
-
Constructor Summary
Constructors Constructor Description UserListServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateUserLists(MutateUserListsRequest request, io.grpc.stub.StreamObserver<MutateUserListsResponse> responseObserver)Creates or updates user lists.
-
-
-
Method Detail
-
mutateUserLists
public void mutateUserLists(MutateUserListsRequest request, io.grpc.stub.StreamObserver<MutateUserListsResponse> responseObserver)
Creates or updates user lists. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [DatabaseError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [InternalError]() [MutateError]() [NewResourceCreationError]() [NotAllowlistedError]() [NotEmptyError]() [OperationAccessDeniedError]() [QuotaError]() [RangeError]() [RequestError]() [StringFormatError]() [StringLengthError]() [UserListError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-