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