Class SharedSetServiceGrpc.SharedSetServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<SharedSetServiceGrpc.SharedSetServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.SharedSetServiceGrpc.SharedSetServiceBlockingStub
-
- Enclosing class:
- SharedSetServiceGrpc
public static final class SharedSetServiceGrpc.SharedSetServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SharedSetServiceGrpc.SharedSetServiceBlockingStub>
Service to manage shared sets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SharedSetServiceGrpc.SharedSetServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateSharedSetsResponsemutateSharedSets(MutateSharedSetsRequest request)Creates, updates, or removes shared sets.
-
-
-
Method Detail
-
build
protected SharedSetServiceGrpc.SharedSetServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<SharedSetServiceGrpc.SharedSetServiceBlockingStub>
-
mutateSharedSets
public 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]()
-
-