Class CombinedAudienceServiceGrpc.CombinedAudienceServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.CombinedAudienceServiceGrpc.CombinedAudienceServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CombinedAudienceServiceGrpc
public abstract static class CombinedAudienceServiceGrpc.CombinedAudienceServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage combined audiences. This service can be used to list all your combined audiences with metadata, but won't show the structure and components of the combined audience.
-
-
Constructor Summary
Constructors Constructor Description CombinedAudienceServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetCombinedAudience(GetCombinedAudienceRequest request, io.grpc.stub.StreamObserver<CombinedAudience> responseObserver)Returns the requested combined audience in full detail.
-
-
-
Method Detail
-
getCombinedAudience
public void getCombinedAudience(GetCombinedAudienceRequest request, io.grpc.stub.StreamObserver<CombinedAudience> responseObserver)
Returns the requested combined audience in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-