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