Class CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub>
-
- com.google.ads.googleads.v10.services.CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub
-
- Enclosing class:
- CustomizerAttributeServiceGrpc
public static final class CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub>
Service to manage customizer attribute
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateCustomizerAttributesResponse>mutateCustomizerAttributes(MutateCustomizerAttributesRequest request)Creates, updates or removes customizer attributes.
-
-
-
Method Detail
-
build
protected CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomizerAttributeServiceGrpc.CustomizerAttributeServiceFutureStub>
-
mutateCustomizerAttributes
public com.google.common.util.concurrent.ListenableFuture<MutateCustomizerAttributesResponse> mutateCustomizerAttributes(MutateCustomizerAttributesRequest request)
Creates, updates or removes customizer attributes. Operation statuses are returned.
-
-