Uses of Class
com.google.cloud.video.stitcher.v1.CreateLiveSessionRequest
-
Packages that use CreateLiveSessionRequest Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of CreateLiveSessionRequest in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return CreateLiveSessionRequest Modifier and Type Method Description CreateLiveSessionRequestCreateLiveSessionRequest.Builder. build()CreateLiveSessionRequestCreateLiveSessionRequest.Builder. buildPartial()static CreateLiveSessionRequestCreateLiveSessionRequest. getDefaultInstance()CreateLiveSessionRequestCreateLiveSessionRequest.Builder. getDefaultInstanceForType()CreateLiveSessionRequestCreateLiveSessionRequest. getDefaultInstanceForType()static CreateLiveSessionRequestCreateLiveSessionRequest. parseDelimitedFrom(InputStream input)static CreateLiveSessionRequestCreateLiveSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(byte[] data)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(com.google.protobuf.ByteString data)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(InputStream input)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(ByteBuffer data)static CreateLiveSessionRequestCreateLiveSessionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type CreateLiveSessionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateLiveSessionRequest,LiveSession>VideoStitcherServiceClient. createLiveSessionCallable()Creates a new live session.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLiveSessionRequest,LiveSession>VideoStitcherServiceSettings.Builder. createLiveSessionSettings()Returns the builder for the settings used for calls to createLiveSession.com.google.api.gax.rpc.UnaryCallSettings<CreateLiveSessionRequest,LiveSession>VideoStitcherServiceSettings. createLiveSessionSettings()Returns the object with the settings used for calls to createLiveSession.static io.grpc.MethodDescriptor<CreateLiveSessionRequest,LiveSession>VideoStitcherServiceGrpc. getCreateLiveSessionMethod()com.google.protobuf.Parser<CreateLiveSessionRequest>CreateLiveSessionRequest. getParserForType()static com.google.protobuf.Parser<CreateLiveSessionRequest>CreateLiveSessionRequest. parser()Methods in com.google.cloud.video.stitcher.v1 with parameters of type CreateLiveSessionRequest Modifier and Type Method Description LiveSessionVideoStitcherServiceClient. createLiveSession(CreateLiveSessionRequest request)Creates a new live session.default voidVideoStitcherServiceGrpc.AsyncService. createLiveSession(CreateLiveSessionRequest request, io.grpc.stub.StreamObserver<LiveSession> responseObserver)Creates a new live session.LiveSessionVideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub. createLiveSession(CreateLiveSessionRequest request)Creates a new live session.com.google.common.util.concurrent.ListenableFuture<LiveSession>VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub. createLiveSession(CreateLiveSessionRequest request)Creates a new live session.voidVideoStitcherServiceGrpc.VideoStitcherServiceStub. createLiveSession(CreateLiveSessionRequest request, io.grpc.stub.StreamObserver<LiveSession> responseObserver)Creates a new live session.CreateLiveSessionRequest.BuilderCreateLiveSessionRequest.Builder. mergeFrom(CreateLiveSessionRequest other)static CreateLiveSessionRequest.BuilderCreateLiveSessionRequest. newBuilder(CreateLiveSessionRequest prototype) -
Uses of CreateLiveSessionRequest in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type CreateLiveSessionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateLiveSessionRequest,LiveSession>GrpcVideoStitcherServiceStub. createLiveSessionCallable()com.google.api.gax.rpc.UnaryCallable<CreateLiveSessionRequest,LiveSession>VideoStitcherServiceStub. createLiveSessionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLiveSessionRequest,LiveSession>VideoStitcherServiceStubSettings.Builder. createLiveSessionSettings()Returns the builder for the settings used for calls to createLiveSession.com.google.api.gax.rpc.UnaryCallSettings<CreateLiveSessionRequest,LiveSession>VideoStitcherServiceStubSettings. createLiveSessionSettings()Returns the object with the settings used for calls to createLiveSession.
-