Uses of Class
com.google.cloud.batch.v1alpha.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of CreateJobRequest in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha 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.batch.v1alpha that return types with arguments of type CreateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>BatchServiceClient. createJobCallable()Create a Job.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>BatchServiceSettings.Builder. createJobSettings()Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>BatchServiceSettings. createJobSettings()Returns the object with the settings used for calls to createJob.static io.grpc.MethodDescriptor<CreateJobRequest,Job>BatchServiceGrpc. getCreateJobMethod()com.google.protobuf.Parser<CreateJobRequest>CreateJobRequest. getParserForType()static com.google.protobuf.Parser<CreateJobRequest>CreateJobRequest. parser()Methods in com.google.cloud.batch.v1alpha with parameters of type CreateJobRequest Modifier and Type Method Description JobBatchServiceClient. createJob(CreateJobRequest request)Create a Job.default voidBatchServiceGrpc.AsyncService. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Create a Job.JobBatchServiceGrpc.BatchServiceBlockingStub. createJob(CreateJobRequest request)Create a Job.com.google.common.util.concurrent.ListenableFuture<Job>BatchServiceGrpc.BatchServiceFutureStub. createJob(CreateJobRequest request)Create a Job.voidBatchServiceGrpc.BatchServiceStub. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Create a Job.CreateJobRequest.BuilderCreateJobRequest.Builder. mergeFrom(CreateJobRequest other)static CreateJobRequest.BuilderCreateJobRequest. newBuilder(CreateJobRequest prototype) -
Uses of CreateJobRequest in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return types with arguments of type CreateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>BatchServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>GrpcBatchServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>HttpJsonBatchServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>BatchServiceStubSettings.Builder. createJobSettings()Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>BatchServiceStubSettings. createJobSettings()Returns the object with the settings used for calls to createJob.
-