Class HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- HotelPerformanceViewServiceGrpc
public abstract static class HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage Hotel Performance Views.
-
-
Constructor Summary
Constructors Constructor Description HotelPerformanceViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetHotelPerformanceView(GetHotelPerformanceViewRequest request, io.grpc.stub.StreamObserver<HotelPerformanceView> responseObserver)Returns the requested Hotel Performance View in full detail.
-
-
-
Method Detail
-
getHotelPerformanceView
public void getHotelPerformanceView(GetHotelPerformanceViewRequest request, io.grpc.stub.StreamObserver<HotelPerformanceView> responseObserver)
Returns the requested Hotel Performance View in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-