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