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