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