Class CampaignFeedServiceGrpc.CampaignFeedServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CampaignFeedServiceGrpc.CampaignFeedServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CampaignFeedServiceGrpc
public abstract static class CampaignFeedServiceGrpc.CampaignFeedServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage campaign feeds.
-
-
Constructor Summary
Constructors Constructor Description CampaignFeedServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCampaignFeeds(MutateCampaignFeedsRequest request, io.grpc.stub.StreamObserver<MutateCampaignFeedsResponse> responseObserver)Creates, updates, or removes campaign feeds.
-
-
-
Method Detail
-
mutateCampaignFeeds
public void mutateCampaignFeeds(MutateCampaignFeedsRequest request, io.grpc.stub.StreamObserver<MutateCampaignFeedsResponse> responseObserver)
Creates, updates, or removes campaign feeds. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CampaignFeedError]() [CollectionSizeError]() [DatabaseError]() [DistinctError]() [FieldError]() [FunctionError]() [FunctionParsingError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-