Class CustomerAssetServiceGrpc.CustomerAssetServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerAssetServiceGrpc.CustomerAssetServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerAssetServiceGrpc
public abstract static class CustomerAssetServiceGrpc.CustomerAssetServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customer assets.
-
-
Constructor Summary
Constructors Constructor Description CustomerAssetServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomerAssets(MutateCustomerAssetsRequest request, io.grpc.stub.StreamObserver<MutateCustomerAssetsResponse> responseObserver)Creates, updates, or removes customer assets.
-
-
-
Method Detail
-
mutateCustomerAssets
public void mutateCustomerAssets(MutateCustomerAssetsRequest request, io.grpc.stub.StreamObserver<MutateCustomerAssetsResponse> responseObserver)
Creates, updates, or removes customer assets. Operation statuses are returned. List of thrown errors: [AssetLinkError]() [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-