Uses of Class
com.google.cloud.video.stitcher.v1.GetVodSessionRequest
-
Packages that use GetVodSessionRequest Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of GetVodSessionRequest in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return GetVodSessionRequest Modifier and Type Method Description GetVodSessionRequest
GetVodSessionRequest.Builder. build()
GetVodSessionRequest
GetVodSessionRequest.Builder. buildPartial()
static GetVodSessionRequest
GetVodSessionRequest. getDefaultInstance()
GetVodSessionRequest
GetVodSessionRequest.Builder. getDefaultInstanceForType()
GetVodSessionRequest
GetVodSessionRequest. getDefaultInstanceForType()
static GetVodSessionRequest
GetVodSessionRequest. parseDelimitedFrom(InputStream input)
static GetVodSessionRequest
GetVodSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(byte[] data)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(InputStream input)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(ByteBuffer data)
static GetVodSessionRequest
GetVodSessionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type GetVodSessionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVodSessionRequest,VodSession>
VideoStitcherServiceGrpc. getGetVodSessionMethod()
com.google.protobuf.Parser<GetVodSessionRequest>
GetVodSessionRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetVodSessionRequest,VodSession>
VideoStitcherServiceClient. getVodSessionCallable()
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVodSessionRequest,VodSession>
VideoStitcherServiceSettings.Builder. getVodSessionSettings()
Returns the builder for the settings used for calls to getVodSession.com.google.api.gax.rpc.UnaryCallSettings<GetVodSessionRequest,VodSession>
VideoStitcherServiceSettings. getVodSessionSettings()
Returns the object with the settings used for calls to getVodSession.static com.google.protobuf.Parser<GetVodSessionRequest>
GetVodSessionRequest. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type GetVodSessionRequest Modifier and Type Method Description VodSession
VideoStitcherServiceClient. getVodSession(GetVodSessionRequest request)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.default void
VideoStitcherServiceGrpc.AsyncService. getVodSession(GetVodSessionRequest request, io.grpc.stub.StreamObserver<VodSession> responseObserver)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.VodSession
VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub. getVodSession(GetVodSessionRequest request)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.com.google.common.util.concurrent.ListenableFuture<VodSession>
VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub. getVodSession(GetVodSessionRequest request)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.void
VideoStitcherServiceGrpc.VideoStitcherServiceStub. getVodSession(GetVodSessionRequest request, io.grpc.stub.StreamObserver<VodSession> responseObserver)
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.GetVodSessionRequest.Builder
GetVodSessionRequest.Builder. mergeFrom(GetVodSessionRequest other)
static GetVodSessionRequest.Builder
GetVodSessionRequest. newBuilder(GetVodSessionRequest prototype)
-
Uses of GetVodSessionRequest in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type GetVodSessionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVodSessionRequest,VodSession>
GrpcVideoStitcherServiceStub. getVodSessionCallable()
com.google.api.gax.rpc.UnaryCallable<GetVodSessionRequest,VodSession>
VideoStitcherServiceStub. getVodSessionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVodSessionRequest,VodSession>
VideoStitcherServiceStubSettings.Builder. getVodSessionSettings()
Returns the builder for the settings used for calls to getVodSession.com.google.api.gax.rpc.UnaryCallSettings<GetVodSessionRequest,VodSession>
VideoStitcherServiceStubSettings. getVodSessionSettings()
Returns the object with the settings used for calls to getVodSession.
-