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