Uses of Class
com.google.cloud.video.transcoder.v1.TranscoderServiceClient.ListJobsPagedResponse
-
Packages that use TranscoderServiceClient.ListJobsPagedResponse Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder APIcom.google.cloud.video.transcoder.v1.stub -
-
Uses of TranscoderServiceClient.ListJobsPagedResponse in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return TranscoderServiceClient.ListJobsPagedResponse Modifier and Type Method Description TranscoderServiceClient.ListJobsPagedResponseTranscoderServiceClient. listJobs(ListJobsRequest request)Lists jobs in the specified region.TranscoderServiceClient.ListJobsPagedResponseTranscoderServiceClient. listJobs(LocationName parent)Lists jobs in the specified region.TranscoderServiceClient.ListJobsPagedResponseTranscoderServiceClient. listJobs(String parent)Lists jobs in the specified region.Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type TranscoderServiceClient.ListJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TranscoderServiceClient.ListJobsPagedResponse>TranscoderServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,TranscoderServiceClient.ListJobsPagedResponse>TranscoderServiceClient. listJobsPagedCallable()Lists jobs in the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,TranscoderServiceClient.ListJobsPagedResponse>TranscoderServiceSettings.Builder. listJobsSettings()Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,TranscoderServiceClient.ListJobsPagedResponse>TranscoderServiceSettings. listJobsSettings()Returns the object with the settings used for calls to listJobs. -
Uses of TranscoderServiceClient.ListJobsPagedResponse in com.google.cloud.video.transcoder.v1.stub
Methods in com.google.cloud.video.transcoder.v1.stub that return types with arguments of type TranscoderServiceClient.ListJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,TranscoderServiceClient.ListJobsPagedResponse>GrpcTranscoderServiceStub. listJobsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,TranscoderServiceClient.ListJobsPagedResponse>HttpJsonTranscoderServiceStub. listJobsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,TranscoderServiceClient.ListJobsPagedResponse>TranscoderServiceStub. listJobsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,TranscoderServiceClient.ListJobsPagedResponse>TranscoderServiceStubSettings.Builder. listJobsSettings()Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,TranscoderServiceClient.ListJobsPagedResponse>TranscoderServiceStubSettings. listJobsSettings()Returns the object with the settings used for calls to listJobs.
-