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