Class AdScheduleViewServiceGrpc.AdScheduleViewServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AdScheduleViewServiceGrpc.AdScheduleViewServiceStub>
-
- com.google.ads.googleads.v9.services.AdScheduleViewServiceGrpc.AdScheduleViewServiceStub
-
- Enclosing class:
- AdScheduleViewServiceGrpc
public static final class AdScheduleViewServiceGrpc.AdScheduleViewServiceStub extends io.grpc.stub.AbstractAsyncStub<AdScheduleViewServiceGrpc.AdScheduleViewServiceStub>
Service to fetch ad schedule views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdScheduleViewServiceGrpc.AdScheduleViewServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetAdScheduleView(GetAdScheduleViewRequest request, io.grpc.stub.StreamObserver<AdScheduleView> responseObserver)Returns the requested ad schedule view in full detail.
-
-
-
Method Detail
-
build
protected AdScheduleViewServiceGrpc.AdScheduleViewServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AdScheduleViewServiceGrpc.AdScheduleViewServiceStub>
-
getAdScheduleView
public void getAdScheduleView(GetAdScheduleViewRequest request, io.grpc.stub.StreamObserver<AdScheduleView> responseObserver)
Returns the requested ad schedule view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-