Class CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub>
-
- com.google.ads.googleads.v10.services.CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub
-
- Enclosing class:
- CampaignSharedSetServiceGrpc
public static final class CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub>
Service to manage campaign shared sets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateCampaignSharedSetsResponse>mutateCampaignSharedSets(MutateCampaignSharedSetsRequest request)Creates or removes campaign shared sets.
-
-
-
Method Detail
-
build
protected CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CampaignSharedSetServiceGrpc.CampaignSharedSetServiceFutureStub>
-
mutateCampaignSharedSets
public com.google.common.util.concurrent.ListenableFuture<MutateCampaignSharedSetsResponse> mutateCampaignSharedSets(MutateCampaignSharedSetsRequest request)
Creates or removes campaign shared sets. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CampaignSharedSetError]() [ContextError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
-