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 GetVodSessionRequestGetVodSessionRequest.Builder. build()GetVodSessionRequestGetVodSessionRequest.Builder. buildPartial()static GetVodSessionRequestGetVodSessionRequest. getDefaultInstance()GetVodSessionRequestGetVodSessionRequest.Builder. getDefaultInstanceForType()GetVodSessionRequestGetVodSessionRequest. getDefaultInstanceForType()static GetVodSessionRequestGetVodSessionRequest. parseDelimitedFrom(InputStream input)static GetVodSessionRequestGetVodSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVodSessionRequestGetVodSessionRequest. parseFrom(byte[] data)static GetVodSessionRequestGetVodSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVodSessionRequestGetVodSessionRequest. parseFrom(com.google.protobuf.ByteString data)static GetVodSessionRequestGetVodSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVodSessionRequestGetVodSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetVodSessionRequestGetVodSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVodSessionRequestGetVodSessionRequest. parseFrom(InputStream input)static GetVodSessionRequestGetVodSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVodSessionRequestGetVodSessionRequest. parseFrom(ByteBuffer data)static GetVodSessionRequestGetVodSessionRequest. 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 VodSessionVideoStitcherServiceClient. getVodSession(GetVodSessionRequest request)Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.default voidVideoStitcherServiceGrpc.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.VodSessionVideoStitcherServiceGrpc.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.voidVideoStitcherServiceGrpc.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.BuilderGetVodSessionRequest.Builder. mergeFrom(GetVodSessionRequest other)static GetVodSessionRequest.BuilderGetVodSessionRequest. 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.
-