Class AdGroupAdServiceGrpc.AdGroupAdServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AdGroupAdServiceGrpc.AdGroupAdServiceBlockingV2Stub>
com.google.ads.googleads.v18.services.AdGroupAdServiceGrpc.AdGroupAdServiceBlockingV2Stub
- Enclosing class:
- AdGroupAdServiceGrpc
public static final class AdGroupAdServiceGrpc.AdGroupAdServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<AdGroupAdServiceGrpc.AdGroupAdServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service AdGroupAdService.
Service to manage ads in an ad group.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) mutateAdGroupAds(MutateAdGroupAdsRequest request) Creates, updates, or removes ads.com.google.protobuf.EmptyRemove automatically created assets from an ad.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected AdGroupAdServiceGrpc.AdGroupAdServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AdGroupAdServiceGrpc.AdGroupAdServiceBlockingV2Stub>
-
mutateAdGroupAds
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]()
-
removeAutomaticallyCreatedAssets
public com.google.protobuf.Empty removeAutomaticallyCreatedAssets(RemoveAutomaticallyCreatedAssetsRequest request) Remove automatically created assets from an ad. List of thrown errors: [AdError]() [AuthenticationError]() [AuthorizationError]() [AutomaticallyCreatedAssetRemovalError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-