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