Class GenderViewServiceGrpc.GenderViewServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<GenderViewServiceGrpc.GenderViewServiceStub>
-
- com.google.ads.googleads.v9.services.GenderViewServiceGrpc.GenderViewServiceStub
-
- Enclosing class:
- GenderViewServiceGrpc
public static final class GenderViewServiceGrpc.GenderViewServiceStub extends io.grpc.stub.AbstractAsyncStub<GenderViewServiceGrpc.GenderViewServiceStub>
Service to manage gender views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GenderViewServiceGrpc.GenderViewServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetGenderView(GetGenderViewRequest request, io.grpc.stub.StreamObserver<GenderView> responseObserver)Returns the requested gender view in full detail.
-
-
-
Method Detail
-
build
protected GenderViewServiceGrpc.GenderViewServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GenderViewServiceGrpc.GenderViewServiceStub>
-
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]()
-
-