Uses of Class
com.google.cloud.video.transcoder.v1.TranscoderServiceClient.ListJobTemplatesPagedResponse
-
Packages that use TranscoderServiceClient.ListJobTemplatesPagedResponse Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder APIcom.google.cloud.video.transcoder.v1.stub -
-
Uses of TranscoderServiceClient.ListJobTemplatesPagedResponse in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return TranscoderServiceClient.ListJobTemplatesPagedResponse Modifier and Type Method Description TranscoderServiceClient.ListJobTemplatesPagedResponseTranscoderServiceClient. listJobTemplates(ListJobTemplatesRequest request)Lists job templates in the specified region.TranscoderServiceClient.ListJobTemplatesPagedResponseTranscoderServiceClient. listJobTemplates(LocationName parent)Lists job templates in the specified region.TranscoderServiceClient.ListJobTemplatesPagedResponseTranscoderServiceClient. listJobTemplates(String parent)Lists job templates in the specified region.Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type TranscoderServiceClient.ListJobTemplatesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TranscoderServiceClient.ListJobTemplatesPagedResponse>TranscoderServiceClient.ListJobTemplatesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobTemplatesRequest,ListJobTemplatesResponse,JobTemplate> context, com.google.api.core.ApiFuture<ListJobTemplatesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListJobTemplatesRequest,TranscoderServiceClient.ListJobTemplatesPagedResponse>TranscoderServiceClient. listJobTemplatesPagedCallable()Lists job templates in the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobTemplatesRequest,ListJobTemplatesResponse,TranscoderServiceClient.ListJobTemplatesPagedResponse>TranscoderServiceSettings.Builder. listJobTemplatesSettings()Returns the builder for the settings used for calls to listJobTemplates.com.google.api.gax.rpc.PagedCallSettings<ListJobTemplatesRequest,ListJobTemplatesResponse,TranscoderServiceClient.ListJobTemplatesPagedResponse>TranscoderServiceSettings. listJobTemplatesSettings()Returns the object with the settings used for calls to listJobTemplates. -
Uses of TranscoderServiceClient.ListJobTemplatesPagedResponse in com.google.cloud.video.transcoder.v1.stub
-