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