Uses of Class
com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient.ListSlatesPagedResponse
-
Packages that use VideoStitcherServiceClient.ListSlatesPagedResponse Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of VideoStitcherServiceClient.ListSlatesPagedResponse in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VideoStitcherServiceClient.ListSlatesPagedResponse Modifier and Type Method Description VideoStitcherServiceClient.ListSlatesPagedResponse
VideoStitcherServiceClient. listSlates(ListSlatesRequest request)
Lists all slates in the specified project and location.VideoStitcherServiceClient.ListSlatesPagedResponse
VideoStitcherServiceClient. listSlates(LocationName parent)
Lists all slates in the specified project and location.VideoStitcherServiceClient.ListSlatesPagedResponse
VideoStitcherServiceClient. listSlates(String parent)
Lists all slates in the specified project and location.Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VideoStitcherServiceClient.ListSlatesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListSlatesPagedResponse>
VideoStitcherServiceClient.ListSlatesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSlatesRequest,ListSlatesResponse,Slate> context, com.google.api.core.ApiFuture<ListSlatesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,VideoStitcherServiceClient.ListSlatesPagedResponse>
VideoStitcherServiceClient. listSlatesPagedCallable()
Lists all slates in the specified project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>
VideoStitcherServiceSettings.Builder. listSlatesSettings()
Returns the builder for the settings used for calls to listSlates.com.google.api.gax.rpc.PagedCallSettings<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>
VideoStitcherServiceSettings. listSlatesSettings()
Returns the object with the settings used for calls to listSlates. -
Uses of VideoStitcherServiceClient.ListSlatesPagedResponse 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.ListSlatesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,VideoStitcherServiceClient.ListSlatesPagedResponse>
GrpcVideoStitcherServiceStub. listSlatesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,VideoStitcherServiceClient.ListSlatesPagedResponse>
VideoStitcherServiceStub. listSlatesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>
VideoStitcherServiceStubSettings.Builder. listSlatesSettings()
Returns the builder for the settings used for calls to listSlates.com.google.api.gax.rpc.PagedCallSettings<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>
VideoStitcherServiceStubSettings. listSlatesSettings()
Returns the object with the settings used for calls to listSlates.
-