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 CreateLiveSessionRequest
CreateLiveSessionRequest.Builder. build()
CreateLiveSessionRequest
CreateLiveSessionRequest.Builder. buildPartial()
static CreateLiveSessionRequest
CreateLiveSessionRequest. getDefaultInstance()
CreateLiveSessionRequest
CreateLiveSessionRequest.Builder. getDefaultInstanceForType()
CreateLiveSessionRequest
CreateLiveSessionRequest. getDefaultInstanceForType()
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseDelimitedFrom(InputStream input)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(byte[] data)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(InputStream input)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveSessionRequest
CreateLiveSessionRequest. parseFrom(ByteBuffer data)
static CreateLiveSessionRequest
CreateLiveSessionRequest. 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 LiveSession
VideoStitcherServiceClient. createLiveSession(CreateLiveSessionRequest request)
Creates a new live session.default void
VideoStitcherServiceGrpc.AsyncService. createLiveSession(CreateLiveSessionRequest request, io.grpc.stub.StreamObserver<LiveSession> responseObserver)
Creates a new live session.LiveSession
VideoStitcherServiceGrpc.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.void
VideoStitcherServiceGrpc.VideoStitcherServiceStub. createLiveSession(CreateLiveSessionRequest request, io.grpc.stub.StreamObserver<LiveSession> responseObserver)
Creates a new live session.CreateLiveSessionRequest.Builder
CreateLiveSessionRequest.Builder. mergeFrom(CreateLiveSessionRequest other)
static CreateLiveSessionRequest.Builder
CreateLiveSessionRequest. 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.
-