Class GenderViewServiceGrpc.GenderViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<GenderViewServiceGrpc.GenderViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.GenderViewServiceGrpc.GenderViewServiceFutureStub
-
- Enclosing class:
- GenderViewServiceGrpc
public static final class GenderViewServiceGrpc.GenderViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<GenderViewServiceGrpc.GenderViewServiceFutureStub>
Service to manage gender views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GenderViewServiceGrpc.GenderViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GenderView>getGenderView(GetGenderViewRequest request)Returns the requested gender view in full detail.
-
-
-
Method Detail
-
build
protected GenderViewServiceGrpc.GenderViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GenderViewServiceGrpc.GenderViewServiceFutureStub>
-
getGenderView
public com.google.common.util.concurrent.ListenableFuture<GenderView> getGenderView(GetGenderViewRequest request)
Returns the requested gender view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-