Class VideoServiceGrpc.VideoServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<VideoServiceGrpc.VideoServiceStub>
-
- com.google.ads.googleads.v9.services.VideoServiceGrpc.VideoServiceStub
-
- Enclosing class:
- VideoServiceGrpc
public static final class VideoServiceGrpc.VideoServiceStub extends io.grpc.stub.AbstractAsyncStub<VideoServiceGrpc.VideoServiceStub>
Service to manage videos.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VideoServiceGrpc.VideoServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetVideo(GetVideoRequest request, io.grpc.stub.StreamObserver<Video> responseObserver)Returns the requested video in full detail.
-
-
-
Method Detail
-
build
protected VideoServiceGrpc.VideoServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<VideoServiceGrpc.VideoServiceStub>
-
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]()
-
-