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