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