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