Class VideoServiceGrpc.VideoServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<VideoServiceGrpc.VideoServiceBlockingStub>
-
- com.google.ads.googleads.v9.services.VideoServiceGrpc.VideoServiceBlockingStub
-
- Enclosing class:
- VideoServiceGrpc
public static final class VideoServiceGrpc.VideoServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<VideoServiceGrpc.VideoServiceBlockingStub>
Service to manage videos.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VideoServiceGrpc.VideoServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)VideogetVideo(GetVideoRequest request)Returns the requested video in full detail.
-
-
-
Method Detail
-
build
protected VideoServiceGrpc.VideoServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<VideoServiceGrpc.VideoServiceBlockingStub>
-
getVideo
public Video getVideo(GetVideoRequest request)
Returns the requested video in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-