Class VideoServiceGrpc.VideoServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.VideoServiceGrpc.VideoServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- VideoServiceGrpc
public abstract static class VideoServiceGrpc.VideoServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage videos.
-
-
Constructor Summary
Constructors Constructor Description VideoServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetVideo(GetVideoRequest request, io.grpc.stub.StreamObserver<Video> responseObserver)Returns the requested video in full detail.
-
-
-
Method Detail
-
getVideo
public void getVideo(GetVideoRequest request, io.grpc.stub.StreamObserver<Video> responseObserver)
Returns the requested video 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
-
-