Class DistanceViewServiceGrpc.DistanceViewServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<DistanceViewServiceGrpc.DistanceViewServiceBlockingStub>
-
- com.google.ads.googleads.v9.services.DistanceViewServiceGrpc.DistanceViewServiceBlockingStub
-
- Enclosing class:
- DistanceViewServiceGrpc
public static final class DistanceViewServiceGrpc.DistanceViewServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<DistanceViewServiceGrpc.DistanceViewServiceBlockingStub>
Service to fetch distance views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DistanceViewServiceGrpc.DistanceViewServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)DistanceViewgetDistanceView(GetDistanceViewRequest request)Returns the attributes of the requested distance view.
-
-
-
Method Detail
-
build
protected DistanceViewServiceGrpc.DistanceViewServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<DistanceViewServiceGrpc.DistanceViewServiceBlockingStub>
-
getDistanceView
public DistanceView getDistanceView(GetDistanceViewRequest request)
Returns the attributes of the requested distance view. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-