Uses of Class
com.google.cloud.video.transcoder.v1.GetJobRequest
-
Packages that use GetJobRequest Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder APIcom.google.cloud.video.transcoder.v1.stub -
-
Uses of GetJobRequest in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return GetJobRequest Modifier and Type Method Description GetJobRequestGetJobRequest.Builder. build()GetJobRequestGetJobRequest.Builder. buildPartial()static GetJobRequestGetJobRequest. getDefaultInstance()GetJobRequestGetJobRequest.Builder. getDefaultInstanceForType()GetJobRequestGetJobRequest. getDefaultInstanceForType()static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input)static GetJobRequestGetJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(byte[] data)static GetJobRequestGetJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetJobRequestGetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(InputStream input)static GetJobRequestGetJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJobRequestGetJobRequest. parseFrom(ByteBuffer data)static GetJobRequestGetJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type GetJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRequest,Job>TranscoderServiceGrpc. getGetJobMethod()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>TranscoderServiceClient. getJobCallable()Returns the job data.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>TranscoderServiceSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>TranscoderServiceSettings. getJobSettings()Returns the object with the settings used for calls to getJob.com.google.protobuf.Parser<GetJobRequest>GetJobRequest. getParserForType()static com.google.protobuf.Parser<GetJobRequest>GetJobRequest. parser()Methods in com.google.cloud.video.transcoder.v1 with parameters of type GetJobRequest Modifier and Type Method Description JobTranscoderServiceClient. getJob(GetJobRequest request)Returns the job data.default voidTranscoderServiceGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Returns the job data.JobTranscoderServiceGrpc.TranscoderServiceBlockingStub. getJob(GetJobRequest request)Returns the job data.com.google.common.util.concurrent.ListenableFuture<Job>TranscoderServiceGrpc.TranscoderServiceFutureStub. getJob(GetJobRequest request)Returns the job data.voidTranscoderServiceGrpc.TranscoderServiceStub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Returns the job data.GetJobRequest.BuilderGetJobRequest.Builder. mergeFrom(GetJobRequest other)static GetJobRequest.BuilderGetJobRequest. newBuilder(GetJobRequest prototype) -
Uses of GetJobRequest in com.google.cloud.video.transcoder.v1.stub
Methods in com.google.cloud.video.transcoder.v1.stub that return types with arguments of type GetJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>GrpcTranscoderServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>HttpJsonTranscoderServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>TranscoderServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>TranscoderServiceStubSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>TranscoderServiceStubSettings. getJobSettings()Returns the object with the settings used for calls to getJob.
-