Class CampaignServiceGrpc.CampaignServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CampaignServiceGrpc.CampaignServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CampaignServiceGrpc
public abstract static class CampaignServiceGrpc.CampaignServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage campaigns.
-
-
Constructor Summary
Constructors Constructor Description CampaignServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCampaigns(MutateCampaignsRequest request, io.grpc.stub.StreamObserver<MutateCampaignsResponse> responseObserver)Creates, updates, or removes campaigns.
-
-
-
Method Detail
-
mutateCampaigns
public void mutateCampaigns(MutateCampaignsRequest request, io.grpc.stub.StreamObserver<MutateCampaignsResponse> responseObserver)
Creates, updates, or removes campaigns. Operation statuses are returned. List of thrown errors: [AdxError]() [AuthenticationError]() [AuthorizationError]() [BiddingError]() [BiddingStrategyError]() [CampaignBudgetError]() [CampaignError]() [ContextError]() [DatabaseError]() [DateError]() [DateRangeError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [ListOperationError]() [MutateError]() [NewResourceCreationError]() [NotAllowlistedError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [QuotaError]() [RangeError]() [RegionCodeError]() [RequestError]() [ResourceCountLimitExceededError]() [SettingError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-