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