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