Class AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub
-
- Enclosing class:
- AdGroupAdServiceGrpc
public static final class AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub>
Service to manage ads in an ad group.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateAdGroupAdsResponsemutateAdGroupAds(MutateAdGroupAdsRequest request)Creates, updates, or removes ads.
-
-
-
Method Detail
-
build
protected AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AdGroupAdServiceGrpc.AdGroupAdServiceBlockingStub>
-
mutateAdGroupAds
public MutateAdGroupAdsResponse mutateAdGroupAds(MutateAdGroupAdsRequest request)
Creates, updates, or removes ads. Operation statuses are returned. List of thrown errors: [AdCustomizerError]() [AdError]() [AdGroupAdError]() [AdSharingError]() [AdxError]() [AssetError]() [AssetLinkError]() [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [ContextError]() [DatabaseError]() [DateError]() [DistinctError]() [FeedAttributeReferenceError]() [FieldError]() [FieldMaskError]() [FunctionError]() [FunctionParsingError]() [HeaderError]() [IdError]() [ImageError]() [InternalError]() [ListOperationError]() [MediaBundleError]() [MediaFileError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [PolicyFindingError]() [PolicyValidationParameterError]() [PolicyViolationError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]()
-
-