Class AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stub>
com.google.ads.googleads.v21.services.AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stub
- Enclosing class:
- AutomaticallyCreatedAssetRemovalServiceGrpc
public static final class AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service AutomaticallyCreatedAssetRemovalService.
Service to remove automatically created assets.
-
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 TypeMethodDescriptionprotected AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Removes automatically created assets from a campaign.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 AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceBlockingV2Stub>
-
removeCampaignAutomaticallyCreatedAsset
public RemoveCampaignAutomaticallyCreatedAssetResponse removeCampaignAutomaticallyCreatedAsset(RemoveCampaignAutomaticallyCreatedAssetRequest request) Removes automatically created assets from a campaign. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ContextError]() [FieldError]() [InternalError]() [MutateError]() [PartialFailureError]() [QuotaError]() [RequestError]()
-