Uses of Class
com.google.cloud.talent.v4beta1.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of UpdateJobRequest in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return UpdateJobRequest Modifier and Type Method Description UpdateJobRequestUpdateJobRequest.Builder. build()UpdateJobRequestUpdateJobRequest.Builder. buildPartial()static UpdateJobRequestUpdateJobRequest. getDefaultInstance()UpdateJobRequestUpdateJobRequest.Builder. getDefaultInstanceForType()UpdateJobRequestUpdateJobRequest. getDefaultInstanceForType()static UpdateJobRequestUpdateJobRequest. parseDelimitedFrom(InputStream input)static UpdateJobRequestUpdateJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(byte[] data)static UpdateJobRequestUpdateJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateJobRequestUpdateJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(InputStream input)static UpdateJobRequestUpdateJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateJobRequestUpdateJobRequest. parseFrom(ByteBuffer data)static UpdateJobRequestUpdateJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type UpdateJobRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateJobRequest>UpdateJobRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateJobRequest,Job>JobServiceGrpc. getUpdateJobMethod()static com.google.protobuf.Parser<UpdateJobRequest>UpdateJobRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>JobServiceClient. updateJobCallable()Updates specified job.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>JobServiceSettings.Builder. updateJobSettings()Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>JobServiceSettings. updateJobSettings()Returns the object with the settings used for calls to updateJob.Methods in com.google.cloud.talent.v4beta1 with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobRequest.BuilderUpdateJobRequest.Builder. mergeFrom(UpdateJobRequest other)static UpdateJobRequest.BuilderUpdateJobRequest. newBuilder(UpdateJobRequest prototype)JobJobServiceClient. updateJob(UpdateJobRequest request)Updates specified job.default voidJobServiceGrpc.AsyncService. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Updates specified job.JobJobServiceGrpc.JobServiceBlockingStub. updateJob(UpdateJobRequest request)Updates specified job.com.google.common.util.concurrent.ListenableFuture<Job>JobServiceGrpc.JobServiceFutureStub. updateJob(UpdateJobRequest request)Updates specified job.voidJobServiceGrpc.JobServiceStub. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Updates specified job. -
Uses of UpdateJobRequest in com.google.cloud.talent.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.stub that return types with arguments of type UpdateJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>GrpcJobServiceStub. updateJobCallable()com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>HttpJsonJobServiceStub. updateJobCallable()com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>JobServiceStub. updateJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>JobServiceStubSettings.Builder. updateJobSettings()Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>JobServiceStubSettings. updateJobSettings()Returns the object with the settings used for calls to updateJob.
-