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