Uses of Class
com.google.cloud.video.transcoder.v1.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder APIcom.google.cloud.video.transcoder.v1.stub -
-
Uses of ListJobsRequest in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return ListJobsRequest Modifier and Type Method Description ListJobsRequest
ListJobsRequest.Builder. build()
ListJobsRequest
ListJobsRequest.Builder. buildPartial()
static ListJobsRequest
ListJobsRequest. getDefaultInstance()
ListJobsRequest
ListJobsRequest.Builder. getDefaultInstanceForType()
ListJobsRequest
ListJobsRequest. getDefaultInstanceForType()
static ListJobsRequest
ListJobsRequest. parseDelimitedFrom(InputStream input)
static ListJobsRequest
ListJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsRequest
ListJobsRequest. parseFrom(byte[] data)
static ListJobsRequest
ListJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsRequest
ListJobsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListJobsRequest
ListJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsRequest
ListJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListJobsRequest
ListJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsRequest
ListJobsRequest. parseFrom(InputStream input)
static ListJobsRequest
ListJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsRequest
ListJobsRequest. parseFrom(ByteBuffer data)
static ListJobsRequest
ListJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type ListJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>
TranscoderServiceGrpc. getListJobsMethod()
com.google.protobuf.Parser<ListJobsRequest>
ListJobsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
TranscoderServiceClient. listJobsCallable()
Lists jobs in the specified region.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.static com.google.protobuf.Parser<ListJobsRequest>
ListJobsRequest. parser()
Methods in com.google.cloud.video.transcoder.v1 with parameters of type ListJobsRequest Modifier and Type Method Description TranscoderServiceClient.ListJobsPagedResponse
TranscoderServiceClient. listJobs(ListJobsRequest request)
Lists jobs in the specified region.default void
TranscoderServiceGrpc.AsyncService. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)
Lists jobs in the specified region.ListJobsResponse
TranscoderServiceGrpc.TranscoderServiceBlockingStub. listJobs(ListJobsRequest request)
Lists jobs in the specified region.com.google.common.util.concurrent.ListenableFuture<ListJobsResponse>
TranscoderServiceGrpc.TranscoderServiceFutureStub. listJobs(ListJobsRequest request)
Lists jobs in the specified region.void
TranscoderServiceGrpc.TranscoderServiceStub. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)
Lists jobs in the specified region.ListJobsRequest.Builder
ListJobsRequest.Builder. mergeFrom(ListJobsRequest other)
static ListJobsRequest.Builder
ListJobsRequest. newBuilder(ListJobsRequest prototype)
Method parameters in com.google.cloud.video.transcoder.v1 with type arguments of type ListJobsRequest 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)
protected TranscoderServiceClient.ListJobsPage
TranscoderServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
com.google.api.core.ApiFuture<TranscoderServiceClient.ListJobsPage>
TranscoderServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
-
Uses of ListJobsRequest in com.google.cloud.video.transcoder.v1.stub
Methods in com.google.cloud.video.transcoder.v1.stub that return types with arguments of type ListJobsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
GrpcTranscoderServiceStub. listJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
HttpJsonTranscoderServiceStub. listJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
TranscoderServiceStub. listJobsCallable()
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.
-