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