Class DistanceViewServiceGrpc.DistanceViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.DistanceViewServiceGrpc.DistanceViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- DistanceViewServiceGrpc
public abstract static class DistanceViewServiceGrpc.DistanceViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch distance views.
-
-
Constructor Summary
Constructors Constructor Description DistanceViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetDistanceView(GetDistanceViewRequest request, io.grpc.stub.StreamObserver<DistanceView> responseObserver)Returns the attributes of the requested distance view.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-