public abstract class VideoStitcherServiceStub implements BackgroundResource
Base stub class for the VideoStitcherService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
VideoStitcherServiceStub()
public VideoStitcherServiceStub()
Methods
close()
public abstract void close()
createCdnKeyCallable()
public UnaryCallable<CreateCdnKeyRequest,Operation> createCdnKeyCallable()
createCdnKeyOperationCallable()
public OperationCallable<CreateCdnKeyRequest,CdnKey,OperationMetadata> createCdnKeyOperationCallable()
createLiveConfigCallable()
public UnaryCallable<CreateLiveConfigRequest,Operation> createLiveConfigCallable()
createLiveConfigOperationCallable()
public OperationCallable<CreateLiveConfigRequest,LiveConfig,OperationMetadata> createLiveConfigOperationCallable()
createLiveSessionCallable()
public UnaryCallable<CreateLiveSessionRequest,LiveSession> createLiveSessionCallable()
createSlateCallable()
public UnaryCallable<CreateSlateRequest,Operation> createSlateCallable()
createSlateOperationCallable()
public OperationCallable<CreateSlateRequest,Slate,OperationMetadata> createSlateOperationCallable()
createVodConfigCallable()
public UnaryCallable<CreateVodConfigRequest,Operation> createVodConfigCallable()
createVodConfigOperationCallable()
public OperationCallable<CreateVodConfigRequest,VodConfig,OperationMetadata> createVodConfigOperationCallable()
createVodSessionCallable()
public UnaryCallable<CreateVodSessionRequest,VodSession> createVodSessionCallable()
deleteCdnKeyCallable()
public UnaryCallable<DeleteCdnKeyRequest,Operation> deleteCdnKeyCallable()
deleteCdnKeyOperationCallable()
public OperationCallable<DeleteCdnKeyRequest,Empty,OperationMetadata> deleteCdnKeyOperationCallable()
deleteLiveConfigCallable()
public UnaryCallable<DeleteLiveConfigRequest,Operation> deleteLiveConfigCallable()
deleteLiveConfigOperationCallable()
public OperationCallable<DeleteLiveConfigRequest,Empty,OperationMetadata> deleteLiveConfigOperationCallable()
deleteSlateCallable()
public UnaryCallable<DeleteSlateRequest,Operation> deleteSlateCallable()
deleteSlateOperationCallable()
public OperationCallable<DeleteSlateRequest,Empty,OperationMetadata> deleteSlateOperationCallable()
deleteVodConfigCallable()
public UnaryCallable<DeleteVodConfigRequest,Operation> deleteVodConfigCallable()
deleteVodConfigOperationCallable()
public OperationCallable<DeleteVodConfigRequest,Empty,OperationMetadata> deleteVodConfigOperationCallable()
getCdnKeyCallable()
public UnaryCallable<GetCdnKeyRequest,CdnKey> getCdnKeyCallable()
getLiveAdTagDetailCallable()
public UnaryCallable<GetLiveAdTagDetailRequest,LiveAdTagDetail> getLiveAdTagDetailCallable()
getLiveConfigCallable()
public UnaryCallable<GetLiveConfigRequest,LiveConfig> getLiveConfigCallable()
getLiveSessionCallable()
public UnaryCallable<GetLiveSessionRequest,LiveSession> getLiveSessionCallable()
getOperationsStub()
public OperationsStub getOperationsStub()
getSlateCallable()
public UnaryCallable<GetSlateRequest,Slate> getSlateCallable()
getVodAdTagDetailCallable()
public UnaryCallable<GetVodAdTagDetailRequest,VodAdTagDetail> getVodAdTagDetailCallable()
getVodConfigCallable()
public UnaryCallable<GetVodConfigRequest,VodConfig> getVodConfigCallable()
getVodSessionCallable()
public UnaryCallable<GetVodSessionRequest,VodSession> getVodSessionCallable()
getVodStitchDetailCallable()
public UnaryCallable<GetVodStitchDetailRequest,VodStitchDetail> getVodStitchDetailCallable()
listCdnKeysCallable()
public UnaryCallable<ListCdnKeysRequest,ListCdnKeysResponse> listCdnKeysCallable()
listCdnKeysPagedCallable()
public UnaryCallable<ListCdnKeysRequest,VideoStitcherServiceClient.ListCdnKeysPagedResponse> listCdnKeysPagedCallable()
listLiveAdTagDetailsCallable()
public UnaryCallable<ListLiveAdTagDetailsRequest,ListLiveAdTagDetailsResponse> listLiveAdTagDetailsCallable()
listLiveAdTagDetailsPagedCallable()
public UnaryCallable<ListLiveAdTagDetailsRequest,VideoStitcherServiceClient.ListLiveAdTagDetailsPagedResponse> listLiveAdTagDetailsPagedCallable()
listLiveConfigsCallable()
public UnaryCallable<ListLiveConfigsRequest,ListLiveConfigsResponse> listLiveConfigsCallable()
listLiveConfigsPagedCallable()
public UnaryCallable<ListLiveConfigsRequest,VideoStitcherServiceClient.ListLiveConfigsPagedResponse> listLiveConfigsPagedCallable()
listSlatesCallable()
public UnaryCallable<ListSlatesRequest,ListSlatesResponse> listSlatesCallable()
listSlatesPagedCallable()
public UnaryCallable<ListSlatesRequest,VideoStitcherServiceClient.ListSlatesPagedResponse> listSlatesPagedCallable()
listVodAdTagDetailsCallable()
public UnaryCallable<ListVodAdTagDetailsRequest,ListVodAdTagDetailsResponse> listVodAdTagDetailsCallable()
listVodAdTagDetailsPagedCallable()
public UnaryCallable<ListVodAdTagDetailsRequest,VideoStitcherServiceClient.ListVodAdTagDetailsPagedResponse> listVodAdTagDetailsPagedCallable()
listVodConfigsCallable()
public UnaryCallable<ListVodConfigsRequest,ListVodConfigsResponse> listVodConfigsCallable()
listVodConfigsPagedCallable()
public UnaryCallable<ListVodConfigsRequest,VideoStitcherServiceClient.ListVodConfigsPagedResponse> listVodConfigsPagedCallable()
listVodStitchDetailsCallable()
public UnaryCallable<ListVodStitchDetailsRequest,ListVodStitchDetailsResponse> listVodStitchDetailsCallable()
listVodStitchDetailsPagedCallable()
public UnaryCallable<ListVodStitchDetailsRequest,VideoStitcherServiceClient.ListVodStitchDetailsPagedResponse> listVodStitchDetailsPagedCallable()
updateCdnKeyCallable()
public UnaryCallable<UpdateCdnKeyRequest,Operation> updateCdnKeyCallable()
updateCdnKeyOperationCallable()
public OperationCallable<UpdateCdnKeyRequest,CdnKey,OperationMetadata> updateCdnKeyOperationCallable()
updateLiveConfigCallable()
public UnaryCallable<UpdateLiveConfigRequest,Operation> updateLiveConfigCallable()
updateLiveConfigOperationCallable()
public OperationCallable<UpdateLiveConfigRequest,LiveConfig,OperationMetadata> updateLiveConfigOperationCallable()
updateSlateCallable()
public UnaryCallable<UpdateSlateRequest,Operation> updateSlateCallable()
updateSlateOperationCallable()
public OperationCallable<UpdateSlateRequest,Slate,OperationMetadata> updateSlateOperationCallable()
updateVodConfigCallable()
public UnaryCallable<UpdateVodConfigRequest,Operation> updateVodConfigCallable()
updateVodConfigOperationCallable()
public OperationCallable<UpdateVodConfigRequest,VodConfig,OperationMetadata> updateVodConfigOperationCallable()