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