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