Class AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceStub>
com.google.ads.googleads.v21.services.AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceStub
- Enclosing class:
- AutomaticallyCreatedAssetRemovalServiceGrpc
public static final class AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceStub
extends io.grpc.stub.AbstractAsyncStub<AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceStub>
A stub to allow clients to do asynchronous 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 TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidremoveCampaignAutomaticallyCreatedAsset(RemoveCampaignAutomaticallyCreatedAssetRequest request, io.grpc.stub.StreamObserver<RemoveCampaignAutomaticallyCreatedAssetResponse> responseObserver) Removes automatically created assets from a campaign.Methods inherited from class io.grpc.stub.AbstractAsyncStub
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.AutomaticallyCreatedAssetRemovalServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AutomaticallyCreatedAssetRemovalServiceGrpc.AutomaticallyCreatedAssetRemovalServiceStub>
-
removeCampaignAutomaticallyCreatedAsset
public void removeCampaignAutomaticallyCreatedAsset(RemoveCampaignAutomaticallyCreatedAssetRequest request, io.grpc.stub.StreamObserver<RemoveCampaignAutomaticallyCreatedAssetResponse> responseObserver) Removes automatically created assets from a campaign. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ContextError]() [FieldError]() [InternalError]() [MutateError]() [PartialFailureError]() [QuotaError]() [RequestError]()
-