Class HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub
-
- Enclosing class:
- HotelPerformanceViewServiceGrpc
public static final class HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub>
Service to manage Hotel Performance Views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<HotelPerformanceView>getHotelPerformanceView(GetHotelPerformanceViewRequest request)Returns the requested Hotel Performance View in full detail.
-
-
-
Method Detail
-
build
protected HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<HotelPerformanceViewServiceGrpc.HotelPerformanceViewServiceFutureStub>
-
getHotelPerformanceView
public com.google.common.util.concurrent.ListenableFuture<HotelPerformanceView> getHotelPerformanceView(GetHotelPerformanceViewRequest request)
Returns the requested Hotel Performance View in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-