Class CampaignDraftServiceStub
java.lang.Object
com.google.ads.googleads.v18.services.stub.CampaignDraftServiceStub
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcCampaignDraftServiceStub
@Generated("by gapic-generator-java")
public abstract class CampaignDraftServiceStub
extends Object
implements com.google.api.gax.core.BackgroundResource
Base stub class for the CampaignDraftService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()com.google.longrunning.stub.OperationsStubcom.google.api.gax.rpc.UnaryCallable<ListCampaignDraftAsyncErrorsRequest,ListCampaignDraftAsyncErrorsResponse> com.google.api.gax.rpc.UnaryCallable<ListCampaignDraftAsyncErrorsRequest,CampaignDraftServiceClient.ListCampaignDraftAsyncErrorsPagedResponse> com.google.api.gax.rpc.UnaryCallable<MutateCampaignDraftsRequest,MutateCampaignDraftsResponse> com.google.api.gax.rpc.UnaryCallable<PromoteCampaignDraftRequest,com.google.longrunning.Operation> com.google.api.gax.rpc.OperationCallable<PromoteCampaignDraftRequest,com.google.protobuf.Empty, com.google.protobuf.Empty> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
CampaignDraftServiceStub
public CampaignDraftServiceStub()
-
-
Method Details
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub() -
mutateCampaignDraftsCallable
public com.google.api.gax.rpc.UnaryCallable<MutateCampaignDraftsRequest,MutateCampaignDraftsResponse> mutateCampaignDraftsCallable() -
promoteCampaignDraftOperationCallable
public com.google.api.gax.rpc.OperationCallable<PromoteCampaignDraftRequest,com.google.protobuf.Empty, promoteCampaignDraftOperationCallable()com.google.protobuf.Empty> -
promoteCampaignDraftCallable
public com.google.api.gax.rpc.UnaryCallable<PromoteCampaignDraftRequest,com.google.longrunning.Operation> promoteCampaignDraftCallable() -
listCampaignDraftAsyncErrorsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListCampaignDraftAsyncErrorsRequest,CampaignDraftServiceClient.ListCampaignDraftAsyncErrorsPagedResponse> listCampaignDraftAsyncErrorsPagedCallable() -
listCampaignDraftAsyncErrorsCallable
public com.google.api.gax.rpc.UnaryCallable<ListCampaignDraftAsyncErrorsRequest,ListCampaignDraftAsyncErrorsResponse> listCampaignDraftAsyncErrorsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-