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 CreateVodSessionRequest
CreateVodSessionRequest.Builder. build()
CreateVodSessionRequest
CreateVodSessionRequest.Builder. buildPartial()
static CreateVodSessionRequest
CreateVodSessionRequest. getDefaultInstance()
CreateVodSessionRequest
CreateVodSessionRequest.Builder. getDefaultInstanceForType()
CreateVodSessionRequest
CreateVodSessionRequest. getDefaultInstanceForType()
static CreateVodSessionRequest
CreateVodSessionRequest. parseDelimitedFrom(InputStream input)
static CreateVodSessionRequest
CreateVodSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(byte[] data)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(InputStream input)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVodSessionRequest
CreateVodSessionRequest. parseFrom(ByteBuffer data)
static CreateVodSessionRequest
CreateVodSessionRequest. 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 VodSession
VideoStitcherServiceClient. createVodSession(CreateVodSessionRequest request)
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.default void
VideoStitcherServiceGrpc.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.VodSession
VideoStitcherServiceGrpc.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.void
VideoStitcherServiceGrpc.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.Builder
CreateVodSessionRequest.Builder. mergeFrom(CreateVodSessionRequest other)
static CreateVodSessionRequest.Builder
CreateVodSessionRequest. 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.
-