Class GenderViewServiceGrpc.GenderViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.GenderViewServiceGrpc.GenderViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- GenderViewServiceGrpc
public abstract static class GenderViewServiceGrpc.GenderViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage gender views.
-
-
Constructor Summary
Constructors Constructor Description GenderViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetGenderView(GetGenderViewRequest request, io.grpc.stub.StreamObserver<GenderView> responseObserver)Returns the requested gender view in full detail.
-
-
-
Method Detail
-
getGenderView
public void getGenderView(GetGenderViewRequest request, io.grpc.stub.StreamObserver<GenderView> responseObserver)
Returns the requested gender view 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
-
-