Uses of Class
com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient.ListLiveConfigsPagedResponse
-
Packages that use VideoStitcherServiceClient.ListLiveConfigsPagedResponse Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of VideoStitcherServiceClient.ListLiveConfigsPagedResponse in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VideoStitcherServiceClient.ListLiveConfigsPagedResponse Modifier and Type Method Description VideoStitcherServiceClient.ListLiveConfigsPagedResponse
VideoStitcherServiceClient. listLiveConfigs(ListLiveConfigsRequest request)
Lists all live configs managed by the Video Stitcher that belong to the specified project and region.VideoStitcherServiceClient.ListLiveConfigsPagedResponse
VideoStitcherServiceClient. listLiveConfigs(LocationName parent)
Lists all live configs managed by the Video Stitcher that belong to the specified project and region.VideoStitcherServiceClient.ListLiveConfigsPagedResponse
VideoStitcherServiceClient. listLiveConfigs(String parent)
Lists all live configs managed by the Video Stitcher that belong to the specified project and region.Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VideoStitcherServiceClient.ListLiveConfigsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
VideoStitcherServiceClient.ListLiveConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig> context, com.google.api.core.ApiFuture<ListLiveConfigsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListLiveConfigsRequest,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
VideoStitcherServiceClient. listLiveConfigsPagedCallable()
Lists all live configs managed by the Video Stitcher that belong to the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLiveConfigsRequest,ListLiveConfigsResponse,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
VideoStitcherServiceSettings.Builder. listLiveConfigsSettings()
Returns the builder for the settings used for calls to listLiveConfigs.com.google.api.gax.rpc.PagedCallSettings<ListLiveConfigsRequest,ListLiveConfigsResponse,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
VideoStitcherServiceSettings. listLiveConfigsSettings()
Returns the object with the settings used for calls to listLiveConfigs. -
Uses of VideoStitcherServiceClient.ListLiveConfigsPagedResponse in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type VideoStitcherServiceClient.ListLiveConfigsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLiveConfigsRequest,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
GrpcVideoStitcherServiceStub. listLiveConfigsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLiveConfigsRequest,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
VideoStitcherServiceStub. listLiveConfigsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLiveConfigsRequest,ListLiveConfigsResponse,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
VideoStitcherServiceStubSettings.Builder. listLiveConfigsSettings()
Returns the builder for the settings used for calls to listLiveConfigs.com.google.api.gax.rpc.PagedCallSettings<ListLiveConfigsRequest,ListLiveConfigsResponse,VideoStitcherServiceClient.ListLiveConfigsPagedResponse>
VideoStitcherServiceStubSettings. listLiveConfigsSettings()
Returns the object with the settings used for calls to listLiveConfigs.
-