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