Class HotelGroupViewServiceGrpc.HotelGroupViewServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<HotelGroupViewServiceGrpc.HotelGroupViewServiceStub>
-
- com.google.ads.googleads.v9.services.HotelGroupViewServiceGrpc.HotelGroupViewServiceStub
-
- Enclosing class:
- HotelGroupViewServiceGrpc
public static final class HotelGroupViewServiceGrpc.HotelGroupViewServiceStub extends io.grpc.stub.AbstractAsyncStub<HotelGroupViewServiceGrpc.HotelGroupViewServiceStub>
Service to manage Hotel Group Views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HotelGroupViewServiceGrpc.HotelGroupViewServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetHotelGroupView(GetHotelGroupViewRequest request, io.grpc.stub.StreamObserver<HotelGroupView> responseObserver)Returns the requested Hotel Group View in full detail.
-
-
-
Method Detail
-
build
protected HotelGroupViewServiceGrpc.HotelGroupViewServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<HotelGroupViewServiceGrpc.HotelGroupViewServiceStub>
-
getHotelGroupView
public void getHotelGroupView(GetHotelGroupViewRequest request, io.grpc.stub.StreamObserver<HotelGroupView> responseObserver)
Returns the requested Hotel Group View in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-