Class AdScheduleViewServiceGrpc.AdScheduleViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.AdScheduleViewServiceGrpc.AdScheduleViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AdScheduleViewServiceGrpc
public abstract static class AdScheduleViewServiceGrpc.AdScheduleViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch ad schedule views.
-
-
Constructor Summary
Constructors Constructor Description AdScheduleViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetAdScheduleView(GetAdScheduleViewRequest request, io.grpc.stub.StreamObserver<AdScheduleView> responseObserver)Returns the requested ad schedule view in full detail.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-