Class SharedSetServiceGrpc.SharedSetServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.SharedSetServiceGrpc.SharedSetServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- SharedSetServiceGrpc
public abstract static class SharedSetServiceGrpc.SharedSetServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage shared sets.
-
-
Constructor Summary
Constructors Constructor Description SharedSetServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateSharedSets(MutateSharedSetsRequest request, io.grpc.stub.StreamObserver<MutateSharedSetsResponse> responseObserver)Creates, updates, or removes shared sets.
-
-
-
Method Detail
-
mutateSharedSets
public void mutateSharedSets(MutateSharedSetsRequest request, io.grpc.stub.StreamObserver<MutateSharedSetsResponse> responseObserver)
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-