Uses of Class
com.google.cloud.talent.v4beta1.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of CreateJobRequest in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 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.talent.v4beta1 that return types with arguments of type CreateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>JobServiceClient. createJobCallable()Creates a new job.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>JobServiceSettings.Builder. createJobSettings()Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>JobServiceSettings. createJobSettings()Returns the object with the settings used for calls to createJob.static io.grpc.MethodDescriptor<CreateJobRequest,Job>JobServiceGrpc. getCreateJobMethod()com.google.protobuf.Parser<CreateJobRequest>CreateJobRequest. getParserForType()static com.google.protobuf.Parser<CreateJobRequest>CreateJobRequest. parser()Methods in com.google.cloud.talent.v4beta1 with parameters of type CreateJobRequest Modifier and Type Method Description JobJobServiceClient. createJob(CreateJobRequest request)Creates a new job.default voidJobServiceGrpc.AsyncService. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Creates a new job.JobJobServiceGrpc.JobServiceBlockingStub. createJob(CreateJobRequest request)Creates a new job.com.google.common.util.concurrent.ListenableFuture<Job>JobServiceGrpc.JobServiceFutureStub. createJob(CreateJobRequest request)Creates a new job.voidJobServiceGrpc.JobServiceStub. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Creates a new job.CreateJobRequest.BuilderCreateJobRequest.Builder. mergeFrom(CreateJobRequest other)static CreateJobRequest.BuilderCreateJobRequest. newBuilder(CreateJobRequest prototype) -
Uses of CreateJobRequest in com.google.cloud.talent.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.stub that return types with arguments of type CreateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>GrpcJobServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>HttpJsonJobServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>JobServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>JobServiceStubSettings.Builder. createJobSettings()Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>JobServiceStubSettings. createJobSettings()Returns the object with the settings used for calls to createJob.
-