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