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