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